/*
Theme Name: Pluriel
Theme URI: http://underscores.me/
Author: Kairios
Author URI: http://www.kairios.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pluriel
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Pluriel is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/


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


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none!important;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=auto');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /* font-family: 'Nanum Gothic', sans-serif !important; */
    font-family: 'Raleway', sans-serif !important;
}

*[class$="title"],
*[class~="title"] {
    font-family: 'Raleway', sans-serif !important;
}

p {
    margin-bottom: 1.5em;
}

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: 15px;
    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: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


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


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

a:hover,
a:focus,
a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: flex;
    justify-content: flex-start;
    float: left;
    width: 100%;
}

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

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9em;
}

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

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

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

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

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

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

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}


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


/* SEARCH BAR IN NAV */

.main-navigation form {
    display: flex;
    align-items: center;
}

.main-navigation form label {
    margin-bottom: 0;
}

.main-navigation form input {
    background-image: none;
    height: 50px;
    border-radius: 5px;
    border: solid 2px #010101;
    padding-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.main-navigation form input:focus {
    border: 2px solid #0b5f80;
    cursor: pointer;
    color: #0b5f80;
}

.main-navigation form input[type="submit"] {
    background: white;
    border: 2px solid #0b5f80;
    padding: 14px;
    color: #0b5f80;
    border-radius: 5px;
    font-weight: bold;
    width: max-content;
    margin: 0;
    margin-left: 10px;
}

.main-navigation form input[type="submit"]:hover {
    cursor: pointer;
    color: white;
    background: #0b5f80;
    box-shadow: none;
}

.search-form {
    margin: 10px 0px 10px 10px;
}

.search-submit {
    margin: 10px 10px 10px 0px;
}

.search-form-container {
    display: flex;
    place-content: center;
}

.menu-change .main-navigation form input[type="submit"]:hover {
    border-color: white;
}

.main-navigation li:last-child {
    padding-right: 20px;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#page.active, #footer.active {
    right: 300px;
    overflow: visible;
}

#page {
    /* overflow: visible !important; */
    padding-bottom: 10px;
}

.menu-toggle.active::before {
    content: "\e014" !important;
}


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


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.column {
    flex-direction: column !important;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

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


/* Search widget. */

.widget_search .search-submit {
    display: none;
}


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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

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

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

.content-area {
    width: 100% !important;
}

.none {
    display: none !important;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


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


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.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%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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


/*--------------------------------------------------------------
## 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;
}


/*
AJOUT MICHAEL
*/


/*
Home
*/


/*.home .post-foot{
	margin-bottom:30px;
}*/

#menu-item-197 {
    opacity: 0;
}

a.sidebar {
    color: #555;
    text-decoration: none !important;
}


/*--------------------------------------------------------------
## Articles
--------------------------------------------------------------*/

.article-detail {
    margin-bottom: 40px;
}


/*--------------------------------------------------------------
## Thématiques
--------------------------------------------------------------*/

.publication-group-body .publication {
    position: relative !important;
    height: 400px !important;
    margin-bottom: 100px !important;
}

.single-thematique .publication-group .publication-group-head {
    margin-bottom: 20px;
}


/*
AJOUT JC
*/

.pdf-content {
    padding: 15px 0;
}

.pdf-content a.lien-pdf {
    color: #666;
    text-decoration: none;
    background: url(img/pdf.gif) no-repeat;
    padding-left: 30px;
}

.pdf-content a.lien-pdf:hover {
    color: #139ed2;
}


/*FILTRE ARTICLE HOME*/

.post1 {
    cursor: pointer;
    position: relative;
    padding-left: 240px;
    margin-top: 15px !important;
    padding-top: 15px !important;
    min-height: 175px !important;
    border-top: 1px solid #115f7e !important;
}

.post-tag1 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #139ed2;
}

.post-title1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #555;
}

.post-fig1 {
    position: absolute;
    left: 0;
    top: 15;
    width: 200px;
    height: 150px;
    text-align: center;
}

.img-pub {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.post-foot1 {
    text-align: right;
    margin-top: 10px !important;
}

#post {
    border-top: none !important;
}

.post1:hover {
    background-color: #e7e8ea;
    transition: 0.3s;
}

@media (max-width: 990px) {
    .post-fig1 {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
        height: auto !important;
    }
    .post1 {
        padding-left: 0 !important;
    }
    .main-navigation form {
        display: none;
    }
}


/*Bouton page home newsletter*/

.btnSubmitNewsletter {
    background-color: #139ed2 !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: 1s all;
}

.btnSubmitNewsletter:hover {
    background-color: #0F7CA3 !important;
}


/*header*/


/*.headerEN{
	padding-bottom: 10px !important;
	height: auto !important;
	max-height: 210px !important;
}*/


/* NEW MODIF */

.download-link-pdf {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: black!important;
    background: #ffffff;
    padding: 7px 12px;
    border-radius: 15px;
    box-shadow: 0 0 7px #c4c4c4;
    text-align: right;
    max-height: 45px;
    margin-top: 15px;
}

.download-link-pdf:hover {
background-color: #165F70 !important;
    color: white;
    transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.download-link-pdf a:hover {
    color: white;
    transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.site-link {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: black!important;
    background: #e5e5e5;
    padding: 10px;
    display: flex;
    align-items: center;
    line-height: normal;
	border-radius:10px;
}

.site-link img {
    max-width: 25px;
    margin-right: 5px;
}

.ressource-article-container-all {
    display: flex;
}

.article-tag-pdf-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: top;
}

.publication-tag-site-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-ressource-post-information-container {
    border-top: solid 2px #0b5f80;
    padding-top: 40px;
    display: flex;
    flex-flow: wrap;
}

.all-ressource-post-information-container a {
    margin-bottom: 20px;
    max-width: 500px;
}

.tag-link-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-left: 20px;
}

.universite-title,
.universite-actualite-title,
.universite-chercheur-title,
.universite-thematique-title,
.universite-formation-title,
.tag-title,
.chercheur-tag-title,
.ressource-tag-title {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
    background: #0b5f80;
}

.ressources-navigation {
    background-color: transparent;
    border-bottom: #0b5f80 solid 2px;
    padding: 0 10px 0 0;
    font-size: 14px;
    width: 100%;
    justify-content: left;
    height: fit-content;
    flex-wrap: wrap;
}

.ressources-navigation span {
    padding: 6px 8px 6px 8px;
    margin: 0 5px 0 0;
}

.ressources-navigation .active,
.ressources-navigation span:hover {
    background-color: #0b5f80;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ressources-navigation span a {
    color: #555;
    font-size: 12px;
}

.ressources-navigation span:hover a {
    color: white;
}

.tag-title img {
    max-width: 30px;
    margin-right: 15px;
}

.tag-title h4 {
    margin-left: 5px;
}

.universite-container,
.tag-container {
    display: flex;
    width: 80%;
    margin: auto;
    border-top: solid 2px #0b5f80;
    padding-top: 30px;
}

@media screen and (max-width: 600px){
    .tag-title-container{
        margin-top: 60px;
    }
}

.tag-container{
    border: unset;
}

.tag-title-container h4{
    font-size: 45px;
    color: #165F70;
}
.tag-title-container .tag-title{
    background: white;
    text-transform: unset;
    padding-left: unset;
    width: 100%;
    justify-content: start;
}

.ressource-tag-container .ressources-navigation+.ressources-container {
    border-top: none;
}

.link-footer-partenary-container {
    width: 100%;
}

.lien-group-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slogan {
    margin: 0!important;
}

.btn-block--autres_partenaires {
    width: max-content!important;
    border-radius: inherit!important;
    border: 1px solid lightgray!important;
}

.lien-group-body {
    width: 90%;
    margin: auto;
}

.universite-title-container,
.tag-title-container {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.page-template-template-thematique .tag-title-container {
    margin-top: 20px;
}

.first-column-universite {
    width: 15%;
}

.first-column-tag {
    width: 20%;
}

.second-column-tag {
    width: 80%;
    padding-left: 20px;
}

.first-column-tag img {
    width: 100%;
}

.second-column-tag {
    color: #808080;
    font-weight: 600;
}

.first-column-universite p,
.first-column-tag p {
    color: black;
    font-weight: 600;
    font-size: 17px;
    padding-top: 20px;
}

.first-column-universite .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.second-column-universite,
.third-column-universite {
    width: 50%;
    margin-left: 20px;
}

.third-column-universite {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.third-column-universite .location-post-container {
    border-top: none;
    padding-top: 10px;
}

.third-column-universite #map {
    height: 250px;
}

.second-column-universite p {
    color: #808080!important;
    font-weight: 600;
}

.universite-actualite-container,
.universite-chercheur-container,
.universite-thematique-container,
.universite-formation-container,
.chercheur-tag-container,
.ressource-tag-container {
    margin: auto;
    width: 80%;
    padding-top: 30px;
}

.universite-actualite-container img,
.universite-chercheur-container img,
.universite-thematique-container img,
.universite-formation-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.ressource-tag-container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.chercheur-tag-container img {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
}

.universite-actualite-container-list a,
.universite-chercheur-container-list a,
.universite-thematique-container-list a,
.universite-formation-container-list a,
.ressource-tag-container a {
    width: 50%;
}

.ressource-tag-container-list a,
.chercheur-tag-container-list a {
    width: 400px;
    display: flex;
    border: solid 1px lightgray;
    margin: 0 20px 10px 0;
    padding: 10px;
}

.universite-actualite-container-list div,
.universite-thematique-container-list div,
.universite-formation-container-list div {
    align-items: start;
    display: flex;
    margin-top: 20px;
}

.ressource-tag-container-list div,
.chercheur-tag-container-list div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.chercheur-tag-container-list div p {
    color: #808080;
    font-weight: 600;
}

.chercheur-tag-container-list a:hover,
.ressource-tag-container-list a:hover {
    transform: scale(1.02);
}

.chercheur-tag-container-list a:hover h3,
.ressource-tag-container-list a:hover h3 {
    color: #0b5f80;
}

.ressource-tag-container-list h3,
.chercheur-tag-container-list h3 {
    color: black;
    margin-top: 0;
    font-size: 18px;
}

.ressource-tag-container-list p {
    color: white;
    background: black;
    width: max-content;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.universite-actualite-container-list,
.universite-chercheur-container-list,
.universite-thematique-container-list,
.universite-formation-container-list {
    display: flex;
    flex-flow: wrap;
    border-top: solid 2px #0b5f80;
    justify-content: center;
}

.ressource-tag-container-list {
    display: flex;
    flex-flow: wrap;
    border-top: solid 2px #0b5f80;
    padding-top: 20px;
}

.chercheur-tag-container-list {
    display: flex;
    flex-flow: wrap;
    border-top: solid 2px #0b5f80;
    padding-top: 20px;
}

.universite-actualite-container-list h3,
.universite-chercheur-container-list h3,
.universite-thematique-container-list h3,
.universite-formation-container-list h3 {
    margin-left: 20px;
    color: #0b5f80;
    margin-top: 0;
}

@media(min-width: 990px) {
    .menu-change {
        position: fixed;
        background: #0b5f80;
        width: 100%;
        top: 0;
        transition: all 0.5s ease 0s;
        z-index: 100000;
    }
    .menu-change .menu #primary-menu .icon-site {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-change .menu #primary-menu .icon-site a {
        height: 50px;
        width: 50px;
    }
    .menu-change .menu-item a {
        color: white!important;
    }
}

.menu-item-color {
    color: white!important;
}

.footer-university-tag {
    width: 30%;
}

.footer-qui-somme {
    display: flex;
    flex-direction: column;
}

.footer-qui-somme {
    color: white;
}

.logo-home {
    width: 100px;
    object-fit: contain;
    margin-left: 10%;
}

.footer-image {
    max-height: 50px;
    min-height: 50px;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
}

.footer-image:hover {
    transform: scale(1.05);
}

.footer-twitter {
    max-height: 300px;
}

.widget-title {
    display: none;
}
.flex-footer-container div .footer-link-image:hover {
    position: relative;
}

.flex-footer-container .footer-university-tag a:hover::after {
    display: block;
    content: attr(data-attribute);
    z-index: 50;
    background: #e6e5e5;
    color: black;
    border-radius: 5px;
    position: absolute;
    left: -7px;
    right: -7px;
    padding: 5px;
    width: max-content;
}

.last-footer-container div .footer-link-image:hover {
    position: relative;
}

.footer-tag::after {
    content: "•";
    margin-left: 5px;
}

.footer-tag {
    width: min-content;
    text-transform: lowercase;
}

.last-footer-container {
    margin: auto;
    width: 80%;
    display: flex;
}

.last-footer-container a {
    color: white!important;
}

.tag-cloud-container {
    width: 25%;
}

.cool-tag-cloud a {
    background: none!important;
    font-family: 'Raleway', sans-serif !important;
}

.footer-contact p {
    margin: 0px
}

.footer-contact p {
    margin: 0px
}

.footer-title-tag,
.footer-title-university
{
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    width: 100%;
    height: 45px;
    font-family: 'Raleway', sans-serif !important;
    margin-bottom: 10px!important;
}
.footer-qui-somme a{
    color: white;
}
.footer-qui-somme a:hover{
    color: #219fd1 !important;
}

.footer-contact {
    width: 20%;
}

.flex-footer-container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    width: 90%;
	font-size:14px;
}

.flex-footer-container > div {
    margin: 0px 10px;
}

@media(max-width: 1100px) {
    .flex-footer-container {
        flex-direction: column;
        margin-top: 0;
    }
    .flex-footer-container div {
        width: 100%;
    }
    .flex-footer-container > div{
        margin: 20px 10px;
    }
    .obligation-link-footer{
        width: 90% !important;
    }
    .obligation-link {
        width: 100% !important;
        flex-wrap: wrap;
    }
    .obligation-link p, .obligation-link a{
        font-size: 14px !important;
    }
}

.last-footer-container .footer-contact p {
    margin: 0;
}

.last-footer-container .footer-contact p:nth-child(2) {
    margin-top: 20px;
}

.last-footer-container .footer-contact div {
    margin-top: 20px;
}

.last-footer-container .footer-contact div p {
    margin: 0 !important;
}

@media(max-width: 1732px) {
    .footer-title-tag,
    .footer-title-university {
        height: 65px;
    }
}
@media(max-width: 430px) {
    .footer-university-tag .footer-title-university {
        height: 95px;
    }
}

body {
    /* font-family: "myriad", Arial, sans-serif!important; */
    font-family: 'Raleway', sans-serif !important;
}

#countChercheur {
    font-size: 16px;
    padding-top: 10px;
    border-top: #0b5f80 solid 2px;
}

#countChercheur::before {
    content: 'Resultats : ';
}

.submit:hover {
    cursor: pointer;
    color: white;
    background: #0b5f80;
}

.submit {
    background: white;
    border: 2px solid #0b5f80;
    padding: 14px;
    color: #0b5f80;
    border-radius: 5px;
    font-weight: bold;
    width: max-content;
    margin: 0;
}

.searchbar-template-chercheur {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.first-column-formation,
.first-column-actualite,
.first-column-ressource,
.first-column-chercheur,
.first-column-actualite {
    width: 30%;
}

.first-column-actualite {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.first-column-actualite img {
    object-fit: contain;
}

.article-date {
    font-size: 30px;
    color: black;
}

.second-column-formation,
.second-column-actualite,
.second-column-ressource,
.second-column-chercheur,
.second-column-actualite {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 20px;
}

.filterbar-formation,
.formations-container,
.filterbar-actualite,
.actualite-container,
.chercheurs-container,
.actualites-container {
    margin: auto;
    width: 80%;
    padding-top: 30px;
}

.checkbox-formation,
.checkbox-ressources,
.checkbox-actualite,
.select-actualite,
.select-formation {
    display: flex;
    flex-wrap: wrap;
}

.select-formation,
.select-actualite {
    padding-top: 10px;
}

.select-formation select,
.checkbox-actualite div,
.select-actualite select,
.select-ressources select {
    margin-right: 20px;
}

.checkbox-formation label,
.checkbox-ressources div {
    margin-right: 50px;
}

.select-formation select,
.select-actualite select,
.select-ressources select {
    border: solid 1px lightgray;
    height: 35px;
    min-width: 150px;
    padding-left: 5px;
}

.formation-discipline,
.formation-mot-cle,
.actualite-discipline,
.actualite-mot-cle,
.ressource-mot-cle,
.ressource-discipline,
.chercheur-discipline,
.chercheur-mot-cle {
    display: flex;
    margin-left: 20px;
}

.formation-discipline img,
.formation-mot-cle img,
.actualite-discipline img,
.actualite-mot-cle img,
.ressource-mot-cle img,
.ressource-discipline img,
.chercheur-discipline img,
.chercheur-mot-cle img {
    width: 25px;
    height: 25px;
}

.actualite-discipline div p,
.actualite-mot-cle div p,
.ressource-discipline div p,
.ressource-mot-cle div p,
.chercheur-discipline div p,
.chercheur-mot-cle div p {
    margin: 0 0 0 5px;
    font-size: 15px;
    font-weight: 700;
    color: black;
}

.formation-discipline div p,
.formation-mot-cle div p {
    margin: 0 0 0 5px;
}

.formation-information,
.actualite-information,
.ressource-information,
.chercheur-information {
    display: flex;
    padding-top: 10px;
}

.select-formation span:hover {
    cursor: pointer;
}

.agenda-information-container {
    margin-left: 20px;
}

.submit-newsletter {
    width: 50px;
    height: 40px;
    border-radius: 0px!important;
}

.actualite-langue,
.actualite-chercheur,
.ressource-chercheur,
.ressource-langue {
    font-weight: 600;
    color: black;
    font-size: 16px;
    margin: 0;
}

.formation-chercheur {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.formation-langue {
    display: flex;
    height: min-content;
    align-items: center;
}

.formation-chercheur-title,
.formation-langue-title {
    color: black;
    font-weight: bold;
    padding-right: 4px;
    font-size: 17px;
    margin: 0;
}

.container-bg-blue {
    margin: auto;
    width: 100%;
}

.formations-courte,
.licence,
.doctorat,
.master,
.agenda,
.actualite,
.contribution,
.ressources-article,
.video,
.publication,
.checkbox-article {
    color: white;
    padding: 5px;
}

.checkbox-article {
    background-color: #ff9900;
}

.formations-courte,
.licence,
.master,
.doctorat,
.ressources-article,
.video,
.publication,
.ressources-article,
.video,
.publication,
.contribution,
.agenda,
.actualite,
.checkbox-article {
    display: flex;
    align-items: center;
}

.formations-courte label,
.licence label,
.master label,
.doctorat label,
.video p,
.ressources-article p,
.publication p,
.agenda p,
.contribution p,
.actualite p,
.checkbox-article p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.formations-courte label:hover,
.licence label:hover,
.master label:hover,
.doctorat label:hover {
    cursor: pointer;
}

.formations-courte input,
.licence input,
.master input,
.doctorat input,
.video input,
.ressources-article input,
.publication input,
.contribution input,
.agenda input,
.actualite input,
.checkbox-article input {
    margin: 0!important;
    margin-left: 10px!important;
}

.formations-courte input,
.licence input,
.master input,
.doctorat input {
    height: 20px;
    width: 20px;
}

.reset-filter img {
    max-width: 26px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.reset-filter:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.search-formation,
.search-actualite {
    border-bottom: solid 2px #e6e6e6;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}

.search-result {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.search-formation p,
.search-actualite p,
.search-result span {
    width: max-content;
    background: #e6e6e6;
    color: #808080;
    height: 100%;
    padding: 6px;
    margin: 0;
}

.search-formation img,
.search-actualite img {
    max-width: 20px;
    margin-right: 5px;
}

.formation-null,
.ressources-null,
.chercheurs-null,
.actulites-null {
    background: black;
}

.formations-courte,
.formation-formationcourte {
    background: #0a9ed0;
}

.licence,
.formation-licence {
    background: #0b5f80;
}

.master,
.formation-master {
    background: #ad6773;
}

.actualite,
.actualite-actu {
    background: #6fa8dc;
}

.contribution,
.actualite-appelacontribution {
    background: #597eaa;
}

.agenda,
.actualite-agenda {
    background: #085394;
}

.doctorat,
.formation-doctorat {
    background: #e37266;
}

.doctorat,
.formation-doctorat,
.ressources-article,
.actualite,
.contribution,
.agenda,
.ressources-publication,
.agenda,
.actualite-agenda,
.contribution,
.actualite-appelacontribution,
.actualite,
.actualite-actu,
.master,
.formation-master,
.licence,
.formation-licence,
.formations-courte,
.formation-formationcourte,
.formation-null,
.ressources-null,
.chercheurs-null,
.actulites-null,
.ressources-videos {
    width: max-content;
    margin: 0;
    padding: 5px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}

.actualite-description {
    max-height: 300px;
    overflow: auto;
}

.actualite-description::-webkit-scrollbar {
    width: 1px;
}

.container-bg-gray {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
}

.second-groupe-recherche-link-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.second-groupe-recherche-link {
    text-align: end;
    padding: 5px 8px 5px 8px;
    border: solid 1px lightgray;
    width: max-content;
	border-radius: 15px;
}

a.second-groupe-recherche-link:hover{
    background-color: #0a9ed0;
    color: white;
}
.page-template-container {
    margin: auto;
    width: 80%;
}

.page-template-content {
    border-top: 2px solid #0b5f80;
    display: flex;
    padding-top: 30px;
}

.page-template-chercheur-membre-container {
    border-top: 2px solid #0b5f80;
    display: flex;
    flex-flow: wrap;
    padding-top: 30px;
}

.second-column-page-template h2,
.second-column-page-template h3 {
    margin-top: 0!important;
}

.first-column-page-template {
    width: 30%;
    margin-right: 20px;
}

.second-column-page-template {
    width: 70%;
}

.first-column-single-article {
    width: 30%;
}

.first-column-single-article img {
	border-radius:10px;
}

.single-article-lang-container {
    padding-top: 10px;
}

.second-column-single-article {
    width: 70%;
    margin-left: 30px;
}

.single-article-lang-item {
    display: flex;
    align-items: center;
}

.single-article-lang-item p {
    margin: 0 0 0 5px;
    font-weight: bold;
    font-size: 15px;
}

.single-article-date {
    font-size: 20px;
    color: #0b5f80;
    font-weight: bold;
    padding-top: 10px;
    margin: 0;
}

.single-article-lang-image {
    max-width: 35px;
}

.single-article-container {
    margin: auto;
    width: 80%;
}

.single-article-content {
    display: flex;
    border-top: solid 2px #0b5f80;
    padding-top: 30px;
}

.chercheur-title-container .single-article-content {
    border: none;
}

.article-flex-content {
    display: flex;
}

.single-article-title {
    color: white;
    height: max-content;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    line-height: normal;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #0b5f80;
    width: max-content;
    margin: 30px 0 0 0;
}

.page-template-title,
.page-template-chercheur-membre-title {
    color: white;
    height: max-content;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    line-height: normal;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #0b5f80;
    width: max-content;
    margin: 30px 0 0 0;
	border-top-left-radius: 15px
px
;
    border-top-right-radius: 15px;
}

.obligation-link-footer-container {
    min-height: 50px;
    background: #292F33;
    margin: auto;
}

.obligation-link-footer {
    width: 80%;
    margin: auto;
    height: 100%;
}

.obligation-link p,
.obligation-link a {
    color: white;
    margin: 0;
    font-size: 17px;
    margin-right: 5px;
}

.obligation-link {
    width: 80%;
    display: flex;
    height: 100%;
    align-items: center;
}

.social-link-footer {
    width: 20%;
}

#filter-pays,
#filter-tags,
#filter-universites,
#filter-types,
#searchSearcher,
.filterbar-option,
#ressources-search,
#ressources-chercheurs,
#chercheurs-search {
    height: 50px;
    border-radius: 5px;
    border: solid 2px #010101;
    padding-left: 5px;
    margin-right: 5px;
    max-width: 260px
	border-radius: 10px;
}

#filter-pays:hover,
#filter-tags:hover,
#filter-universites:hover,
#filter-types:hover,
#searchSearcher:focus {
    border: 2px solid #0b5f80;
    cursor: pointer;
    color: #0b5f80;
}

.header-fuce-fiuc {
    background-color: #165F70;
    background-image: url('./img/layout/filigrane-header-aligne-a-droite.png');
    background-repeat: no-repeat;
    background-size: initial;
    background-size: 60%;
    background-position: right;
	border-radius:20px;
}

.header-res {
    background-color: #104E5B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.header-res section:nth-of-type(2) {
    margin-right: 10px;
}

.language-selector-responsive{
    display: block;
    position: absolute;
    top: 0;
    right: -300px;
    z-index: 999;
}

@media(min-width: 990px) {
    .language-selector-responsive{
        display: none;
    }
}

.header-res .wpml-ls-link{
    background-color: #104E5B!important;
    padding: 5px!important;
}

#site-navigation .wpml-ls-link{
    background-color: transparent;
    padding: 5px!important;
}

.header-res ul li, #site-navigation ul li{
    font-size: 12px;
}

.header-res ul li:not(:last-child), #site-navigation ul li:not(:last-child){
    border-right: solid white 0px;
}

.header-res section:last-child a, #site-navigation section:last-child a {
    color: white;
    margin-left: 10px;
}

.header-other-logo-container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-other-logo-container div {
    margin-left: 60px;
}

.header-pluriel-logo-container {
    display: flex;
}

.header-other-logo-container p {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: lighter;
    color: rgba(230, 230, 230, 0.719);
}

.header-pluriel-logo-container p {
    color: white;
    font-weight: 700!important;
    font-size: 20px!important;
}

.header-logo-little-hide {
    display: none !important;
}

.header-logo-little-show {
    height: 65px;
    display: block !important;
}

.header-logo-little-show img {
    height: 50px;
    margin: 8px 38px;
}

.header-pluriel-logo-container p {
    margin: auto 0;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.header-fuce-fiuc-container {
    display: flex;
    margin: auto;
    width: 90%;
    align-items: center;
    height: 110px;
    justify-content: space-between;
}

.ucly-logo {
    display: flex;
    flex-direction: column;
}

.ucly-logo p {
    margin-bottom: 3px!important;
}

.ucly-logo img {
    max-height: 38px!important;
}

.header-pluriel-logo-container img {
    width: auto;
    height: 70px;
    /* margin: 10px 45px 10px 18px; */
    margin-right: 18px;
}
.header-pluriel-logo-container a{
    text-align: center;
}

.header-other-logo-container img {
    max-height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.video-template-container,
.publication-template-container,
.actuality-template-container {
    margin: auto;
    width: 80%;
    padding-top: 30px;
}

.publication-template-container {
    display: flex;
    flex-direction: column-reverse;
}

.video-template-all,
.publication-template-all,
.actuality-template-all {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    border-top: solid 2px #0b5f80;
    padding-top: 20px;
}

.template-video-link:hover,
.template-publication-link:hover,
.template-actuality-link:hover {
    border: 2px solid #139ed2;
}

.video-template-title,
.publication-template-title,
.actuality-template-title {
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    background: #0b5f80;
    justify-content: center;
    border-bottom: #0b5f80 solid 2px;
}

.template-video-title,
.template-publication-title,
.template-actuality-title {
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.template-video-information,
.template-publication-information,
.template-actuality-information {
    margin: 5px;
    display: flex;
    width: 90%;
    padding: 0;
    height: min-content;
}

.template-video-information div,
.template-publication-information div,
.template-actuality-information div {
    margin-left: 10px;
}

.template-video-link,
.template-publication-link,
.template-actuality-link {
    width: 400px;
    border: 2px solid #ddd;
    margin: 10px 20px 10px 0;
}

.template-video-image img,
.template-publication-image img,
.template-actuality-image img {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
}

.chercheur-template-title-container {
    padding-top: 35px;
    width: 80%;
    margin: auto;
}

.chercheur-template-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    border-top: 2px solid #0b5f80;
    padding-top: 20px;
}

.article-template-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
}

.all-ressource-chercheur-container {
    border-top: #0b5f80 solid 0px;
}

.other-ressource-chercheur-link-container:hover {
    border: 2px solid #2189b3;
}

.other-ressource-chercheur-link-container:hover .other-ressource-chercheur-type-name {
    background: #999;
    color: white;
    border-color: #999;
}

.other-ressource-chercheur-link-container:hover .other-ressource-chercheur-title {
    color: #0b5f80;
}

.other-ressource-chercheur-link-container {
    display: flex;
    padding: 5px;
    border: 2px solid white;
    margin-bottom: 20px;
    max-width: 500px;
    min-width: 500px;
    margin: 20px 10px 0 0;
}

.other-ressource-chercheur-link-container img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 120px;
    min-width: 120px;
	padding-right: 0px;
	margin-right:10px;
	border-radius:10px;
}

.other-ressource-chercheur-link-container div {
    margin-left: 10px;
}

.ressource-post-information-container img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 150px;
    min-width: 150px;
}

.ressource-post-information-container h3 {
    color: black;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.ressource-post-information-container div {
    margin-left: 20px;
}

.all-chercheur-template-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
}

.template-chercheur-link {
    width: 400px;
    border: 2px solid #ddd;
    margin: 10px 20px 10px 0;
}

a {
    text-decoration: none;
}

.template-chercheur-link:hover {
    border: 2px solid #139ed2;
    text-decoration: none;
}

.card-all-ressource,
.card-all-formation,
.template-all-formation,
.template-all-actualite {
    display: flex;
    border: 1px lightgray solid;
    padding: 20px;
}

.template-all-chercheur {
    margin: 5px;
    display: flex;
    width: 90%;
    padding: 0;
    height: min-content;
}

.card-agenda {
    border-top: 2px solid #085394;
}

.card-actu {
    border-top: 2px solid #6fa8dc;
}

.card-appelacontribution {
    border-top: 2px solid #597eaa;
}

.card-doctorat {
    border-top: 2px solid #e37266;
}

.card-null {
    border-top: 2px solid black;
}

.card-formationcourte {
    border-top: 2px solid #0a9ed0;
}

.card-licence {
    border-top: 2px solid #0b5f80;
}

.card-master {
    border-top: 2px solid #ad6773;
}

.ressources-container {
    margin: auto;
    width: 80%;
}

.template-all-chercheur div {
    margin-left: 10px;
}

.chercheur-template-title {
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    background: #0b5f80;
    justify-content: center;
    border-bottom: #0b5f80 solid 2px;
}

.newsletter-information-container {
    display: flex;
    align-items: center;
}

.newsletter-information-container p {
    color: black;
    font-size: 18px;
    margin: 0!important;
}

#modal-newsletters form input {
    margin: 6px;
}

#modal-newsletters form .form-newsletter-name input {
    margin: 0 0 0 6px;
}

#modal-newsletters #div-submitInput {
    text-align: center;
}

#modal-newsletters form .form-newsletter-name input:last-of-type,
.form-footer .form-newsletter-name input:last-of-type {
    margin: 0 -5px 0 6px;
}

.form-footer .form-newsletter-name input:last-of-type {
    margin: 5px -5px 0px 2px;
}

.form-newsletter-name {
    display: flex;
}

.news {
    display: flex;
    width: 100%;
    height: 100%;
}

.welcome-container {
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0;
}

.news-first {
    width: 60%;
    z-index: 0;
}

.news-first .post-image img {
    min-height: 500px;
}

.news-third-item .post-image img,
.news-fourth-item .post-image img,
.news-second-item .post-image img {
    height: 100%;
    width: 100%;
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    object-fit: cover;
}

.hover-background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.hover-background:hover,
.slider-box-title:hover+.hover-background,
.news-second-item-informations:hover~.hover-background,
.news-third-item-informations:hover~.hover-background,
.news-fourth-item-informations:hover~.hover-background {
    background-color: rgba(22, 95, 112, 0.4)!important;
}

.news-second {
    width: 40%;
    height: 500px;
    z-index: 200;
}

.news-second-flex {
    display: flex;
    height: 36%;
}

.news-third-item,
.news-fourth-item,
.news-fourth-item,
.bx-wrapper {
    /* margin-left: 5px!important; */
    border: 0!important;
}


/* .news-second-item {
    padding-left: 5px;
} */

.news-second-item {
    width: 100%;
    height: 64%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.news-second-item a,
.news-third-item a,
.news-fourth-item a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.news-fourth-item a{
    position: relative;
    display: block;
}

.news-third-item,
.news-fourth-item {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.news-fourth-item {
    background-image: url("img/newsletter-image.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.news-third-item .hover-background,
.news-fourth-item .hover-background{
    position: absolute;
    bottom: 0;
    z-index: 0;
    background : linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7035189075630253) 65%, rgba(0, 0, 0, 0.8435749299719888) 100%)
}

.post-image {
    height: 100%;
    width: 100%;
}

.news-third-item .news-third-item-informations {
    position: absolute;
    color: white;
    z-index: 11;
    width: 100%;
    margin-bottom: 10px;
}

.news-second-item .news-second-item-informations {
    position: absolute;
    color: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7035189075630253) 65%, rgba(0, 0, 0, 0.8435749299719888) 100%);
    z-index: 11;
    width: 100%;
}
.news-second-item .news-second-item-informations p, .news-third-item .news-third-item-informations p, .news-fourth-item .news-fourth-item-informations p{
    font-family: 'Raleway', sans-serif !important;
}

.news-second-item-informations {
    height: 40%;
}

.news-fourth-item-informations,
.news-third-item-informations {
    height: 40%;
    line-height: normal;
}

.news-fourth-item-informations{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}

.news-fourth-item-informations p,
.news-third-item-informations p {
    width: max-content;
    color: white;
    z-index: 500;
    width: 100% !important;
    margin: 0!important;
    font-size: 21px !important;
    font-weight: bold !important;
    text-align: center;
}

.news-second-item-informations p {
    width: max-content;
    color: white;
    z-index: 500;
    width: 100% !important;
    margin: 0!important;
    font-size: 33px !important;
    font-weight: bold !important;
    text-align: center;
	text-shadow: 0 0 5px black;
	line-height: 110%;
}

.news-second-item-informations h3 {
    color: white;
    z-index: 500;
    position: relative;
    width: 100% !important;
    margin: 0!important;
    font-size: 17px !important;
    font-weight: lighter !important;
    text-align: center;
	padding-left: 10%;
    padding-right: 10%;
	font-style: italic;
    font-family: 'EB Garamond', serif !important;}

.news-fourth-item-informations h3,
.news-third-item-informations h3 {
    color: white;
    z-index: 500;
    position: relative;
    width: 100% !important;
    margin: 0!important;
    font-size: 13px !important;
    font-weight: lighter !important;
    text-align: center;
}

@media(max-width: 1100px) {
    .news-third-item-informations,
    .news-fourth-item-informations{
        margin-bottom: 0;
    }
}

li {
    list-style-type: none;
}

.header-container {
    height: 40px;
    background-color: #333333;
    display: none;
    justify-content: center;
    align-items: center;
}

.lang-container,
.social-media-container {
    width: 35%;
}

.lang-switch,
.lang-switch a.is-active,
.lang-switch a:hover {
    color: white!important;
}

.lang-switch a:hover {
    font-weight: bold;
}

.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 2px 8px -1px grey; */
}

.menu-item {
    display: flex!important;
    align-items: center;
}

.container-logo-home {
    width: 30%;
}

.container-logo-home {
    display: none;
}

.menu {
    width: 80%;
    margin: auto;
}

.submenu-container {
    display: flex;
    justify-content: center;
    background: #e6e6e6;
    padding: 40px 0 40px 0;
}

.submenu-image {
    width: max-content;
}

.submenu-container div,
.count-container .count-container-flex {
    display: flex;
    justify-content: center;
    width: 80%;
}

.count-container {
    display: flex;
    justify-content: center;
    background: #F6F6F6;
    color: #385D6B;
}

.count-container .count-container-flex .counter {
    display: inline-flex;
}

.count-container .count-container-title {
    max-width: 250px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-container .count-container-title h4 {
    font-size: 22px;
    margin: 0;
    margin-left: 10px;
    font-weight: 700;
}

.count-container-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 150px;
    padding: 20px;
    min-width: 150px;
    transition: all ease-in-out;
    color: black;
    height: 100%;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.count-container .count-container-box:nth-child(odd) {
    background: #e1e1e1;
	border-radius:15px;
	    transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.count-container-box {
		border-radius:10px;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
	
}

.count-container-box:hover {
    background-color: #165F70 !important;
    color: white;
	border-radius:15px;
}

.count-container-box h6 {
    font-size: 2.6em;
    font-weight: 900;
}

.count-container-box p {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif !important;
    font-size: 1em;
}

.count-title {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
}

.count-chercheur {
    color: white;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
}

@media(max-width: 1100px) {
    .count-container-flex {
        align-items: center;
    }
    .count-container-flex .count-container-title {
        margin-bottom: 10px;
    }
    .count-container .count-container-title h4 {
        text-align: center;
    }
    .count-container-flex .counter {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .count-container .count-container-flex{
        width: 100%;
    }
    .first-column-container .article-container {
        display: block;
    }
    .first-column-container .article-container .article-flex-content {
        display: block;
    }
    .first-column-container .article-container .article-second-flex .article-title {
        /* display: none; */
        margin: 0;
    }
    .first-column-container .article-container .article-first-flex {
        width: 100%;
        margin: 0;
    }
    .first-column-container .all-actualite.first .article-title a {
        font-size: 25px;
    }
    .first-column-container .article-container .article-first-flex .article-image {
        text-align: center;
    }
    .first-column-container .article-container .article-second-flex .article-options {
        margin-bottom: 40px;
    }
    .insti-image {
        max-height: 100px;
    }
    .form-newsletter-name {
        display: block;
    }
    #modal-newsletters form .form-newsletter-name input {
        margin: 0 0 6px 6px;
    }
    .background-modal-true #sb_form {
        width: 50%!important;
    }
}

.all-post {
    width: 100%;
    margin: auto;
}

.all-post strong {
    background: #0c6081;
    color: white;
    padding: 2px;
    margin-right: 10px;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    width: 100px;
    font-size: 17px;
}

.all-submenu {
    position: relative;
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
}

.submenu-title {
    position: absolute;
    top: 70%;
    left: 5%;
}

.submenu-title p {
    font-weight: 600;
    font-size: 20px;
}

.menu-primary>li>a:link,
.menu-primary>li>a:visited {
    color: black;
    text-transform: uppercase;
    font-weight: 400;
}

.site-title {
    text-align: center;
    padding-top: 10px;
}

.site-title p {
    color: #4eb8dd;
    font-weight: bold;
    padding-top: 20px;
}

.global-container {
    display: flex;
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

@media (max-width: 800px) {
.global-container {
margin-top:0;
}
}

.global-container img {
	border-radius:10px;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}
.global-container img:hover {
	border-radius:25px;
}

.first-column-container {
    padding-right: 10px;
    width: 100%;
}

.first-column-container .agenda-menu,
.first-column-container .contribution-menu,
.first-column-container .actualite-menu,
.first-column-container .last-post-category-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.agenda-menu,
.actualite-menu,
.last-post-category-menu {
    padding-top: 50px!important;
}

.agenda-menu a,
.contribution-menu a,
.actualite-menu a,
.last-post-category-menu a {
    height: max-content;
    color: #808080;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    line-height: normal;
    padding: 6px 8px;
}

.contribution-menu a:hover {
    background-color: #0a9ed0;
    color: white;
    font-weight: bold;
}

.agenda-menu a:hover {
    background-color: #ad6773;
    color: white;
    font-weight: bold;
}

.last-post-category-menu a:hover {
    background-color: #e37266;
    color: white;
    font-weight: bold;
}

.actualite-menu a:hover {
    background-color: #0b5f80;
    color: white;
    font-weight: bold;
}

.first-column-container .thematique-menu li {
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    font-size: initial;
}


/* .second-column-container {
    padding-left: 30px;
    width: 30%;
} */

.thematique-link {
    max-width: 49%;
    margin-top: 40px;
}

.all-thematique {
    padding: 0;
    margin: 0;
}

.all-thematique li,
.all-chercheur,
.all-video li,
.all-publication li,
.all-formation li,
.all-second-article li,
.all-submenu {
    list-style-type: none;
}

.video-category,
.category-chercheur,
.search-container,
.formation-category,
.newsletter-category,
.second-article-category,
.reseau-category,
.calendrier-category,
.region-category,
.reseau-title,
.newsletter-title {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}

.article-category,
.thematique-category,
.publication-category,
.last-post-category {
    color: white;
    height: max-content;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    line-height: normal;
    /* padding: 6px 10px; */
    font-size: 22px;
    font-weight: 700;
}

.article-category,
.calendar-category h2,
.last-ressources h2,
.researchers-title h3,
.title-institution {
    display: flex;
    font-size: 22px;
    font-weight: 700 !important;
    align-items: center;
}

.article-category::before,
.calendar-category h2::before,
.last-ressources h2::before,
.title-institution::before {
    content: url('./img/layout/nun(1).png');
}

.last-ressources h2::before,
.researchers-title h3::before,
.title-institution::before {
    margin: 0 8px;
}

.researchers-title h3::before {
    content: url('./img/layout/nun-white.png');
}

.newsletter-category {
    background: #0b5f80;
}

.last-post-category {
    background: #e37266;
}

.publication-category {
    background: #ad6773;
}

.thematique-category {
    background-color: #0a9ed0;
}

.contribution-menu li,
.contribution-menu a,
.actualite-menu li,
.actualite-menu a,
.agenda-menu li,
.agenda-menu a,
.last-post-category-menu li,
.last-post-category-menu a {
    margin-right: 20px;
}

.publication-category,
.last-post-category {
    font-size: 14px!important;
}

.thematique-information {
    color: black;
    padding-top: 10px;
}

.formation-category {
    background: #ad6773;
}

.search-container {
    background-color: #0b5f80;
    margin: 20px 0;
}

.category-chercheur {
    background: #ad6773;
    margin-top: 100px;
}

.region-container {
    border-top: #5d768c solid 2px;
}

.region-container-item {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.article-container {
    /* border-top: #0b5f80 solid 2px; */
}

.agenda-container {
    border-top: #ad6773 solid 2px;
}

.article-pays {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    margin-top: 5px;
}

.article-category,
.region-category {
    background: #5d768c;
    font-size: 14px;
}

.article-category,
.calendar-category h2 {
    background-color: white;
    color: #165F70;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 22px;
}

.second-article-category {
    margin-top: 100px;
    background: #e37266;
}

.reseau-category {
    background: #0a9ed0;
}

.template-home-newsletter-reseau-container {
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-between;
}

.template-home-newsletter-container {
    width: 70%;
}

.template-home-reseau-container {
    width: 28%;
}

.all-agenda.first .thematique-date {
    margin: 20px 0 0;
}

.reseau-title {
    background: #0a9ed0;
}

.reseau-container {
    border-top: solid 2px #0a9ed0;
}

.reseau-container p {
    margin: 20px;
    font-size: 18px;
    color: #9f9f9f;
}

.reseau-container a img {
    max-width: 40px;
    margin: 0 10px 0 10px;
}

.thematique-container,
.publication-container {
    display: flex;
    border-top: #0b5f80 solid 2px;
}

.newsletter-title {
    background: #0b5f80;
}

.submit-newsletter {
    color: white!important;
    font-weight: bold!important;
    font-size: 15px!important;
    background-color: #0b5f80!important;
    box-shadow: none!important;
    border: 0!important;
    text-shadow: none!important;
    margin: 0!important;
    padding: 0!important;
}

.newsletter-container {
    border-bottom: #0b5f80 solid 2px;
    border-top: #0b5f80 solid 2px;
    padding: 30px 0;
}

.text-newsletter {
    width: 300px!important;
    margin: 0 30px!important;
    border-radius: 0px!important;
    height: 40px!important;
}

.calendrier-category {
    background: #0b5f80;
}

.calendrier-container {
    border-top: #455973 solid 2px;
    height: 100px;
}

.formation-container {
    display: flex;
}

.thematique-container {
    justify-content: space-between;
    border-top: #0a9ed0 solid 2px;
}

.thematique-title {
    font-size: 25px;
    color: black;
    padding-top: 20px;
}

.thematique-title:hover {
    color: #0a9ed0;
    font-weight: bold;
}

.thematique-image img {
    width: 100%;
    border: 2px solid #ddd;
}

.thematique-ressource-title-container {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.thematique-ressource-title {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #0b5f80;
}

.thematique-ressource-informations-container {
    border-top: #0b5f80 solid 2px;
    padding-top: 50px;
    margin: auto;
    width: 80%;
    display: flex;
    flex-flow: wrap;
}

.thematique-ressource-informations-card {
    display: flex;
    width: 49%;
    margin-bottom: 15px;
}

.thematique-ressource-informations-card:hover {
    transform: scale(1.01);
    transition: .1s ease-in-out all;
}

.thematique-ressource-informations-card img {
    max-width: 150px;
    min-width: 150px;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}

.thematique-ressource-informations-card h3 {
    color: black;
    margin: 0;
}

.thematique-ressource-informations-card p {
    margin-top: 20px;
}

.thematique-ressource-informations-card div {
    margin-left: 15px;
}

.fiuc-footer {
    width: 450px;
}

.thematique-ressource-content {
    color: #808080;
    font-weight: bold;
}

.discipline-motcle-container {
    display: flex;
}

.discipline-motcle-container a {
    background: #f1f1f1;
    padding: 3px 15px 5px 15px;
    border-radius: 15px;
    color: #888888;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 200%;
    box-shadow: 0 0 7px #c4c4c4;
}

.discipline-motcle-container a:hover {
background-color: #165F70 !important;
    color: white;
    transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);	
}

.discipline p {
    color: black!important;
}

.mot-cle p {
    color: black!important;
}

.formation-container {
    padding: 10px;
    border-top: #ad6773 solid 2px;
}

.chercheur-container {
    border-top: #ad6773 solid 2px;
    padding-top: 20px;
}

.video-container {
    padding: 10px;
    border-top: #e37266 solid 2px;
}

.second-article-container {
    border-top: #e37266 solid 2px;
    padding-top: 20px;
}

.chercheur-image img,
.second-article-image img {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
}

.chercheur-universite {
    color: #666666;
    font-weight: 700;
}

.chercheur-fonction ul {
    margin: 0;
    padding: 0;
}

.formation-pays {
    max-width: max-content;
    color: white;
    background: black;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.chercheur-fonction {
    color: #808080!important;
    font-weight: 400;
    padding: 0 10px 0 0;
    font-size: 12px;
}

.chercheur-biographie p {
    color: #555;
    margin-right: 5px;
	font-family: 'EB Garamond', serif;
    font-size: 20px;
}

.chercheur-biographie ul {
    margin: 0;
    padding: 0;
}

.chercheur-title,
.second-article-title,
.page-template-item-chercheur-membre-title {
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.second-article-title {
    font-weight: 100;
    font-size: 14px;
}

.formation-title,
.actualite-title {
    color: #0b5f80;
    font-weight: 600;
    font-size: 30px;
}

.all-chercheur,
.all-second-article {
    padding: 0px;
    display: flex;
    border: 2px solid white;
    margin: 0px;
    width: 100%;
}

.all-chercheur div,
.all-second-article div {
    padding-left: 20px;
}

.thematique-options,
.video-options,
.article-options,
.agenda-options {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: flex-end;
}

.more-chercheur-container,
.more-video-container {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
}
.more-article-container{
    display: flex;
    justify-content: center;
}
.article-options{
    margin-top: 10px;
}

.more-thematique,
.more-video,
.more-agenda {
    color: #808080;
    text-transform: uppercase;
    border: solid 1px #808080;
    width: max-content;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    padding: 5px;
    line-height: initial;
}

.more-actualite {
    font-size: 16px;
    color: #337ab7;
    display: flex;
}
.more-actualite:hover {
    color: #23527c !important;
}


.more-actualite i {
    font-size: 2rem;
    margin: 10px 0 10px;
}

.more-actualite p {
    margin: 10px;
}

.more-chercheur,
.more-article {
    color: #808080;
    text-transform: uppercase;
    border: solid 1px #808080;
    width: max-content;
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    padding: 5px;
    line-height: initial;
}

.more-chercheur-container a:hover,
.more-article-container a:hover,
.more-thematique-container a:hover,
.more-video-container a:hover {
    text-decoration: none;
    color: inherit;
}

.more-thematique-container,
.more-video-container {
    margin-left: 50px;
}

.article-container,
.video-container,
.publication-container,
.formation-container {
    padding-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
    grid-template-areas: "first ." "first ." "first .";
}

.global-container .first {
    grid-area: first;
    width: 100%;
    height: fit-content;
}

.last-ressource-container {
    display: flex;
    border-top: #e37266 solid 2px;
    padding-top: 30px;
}

.all-last-ressource-first-container,
.all-last-ressource-second-container {
    width: 50%;
}

.last-ressource-second-container img {
    transition: 0.5s;
}

.last-ressource-second-container {
    overflow: hidden;
}

.all-last-ressource-first-container .last-ressource-title a {
    font-size: 24px;
    color: black!important;
    font-weight: bold;
}

.all-last-ressource-first-container .last-ressource-authors {
    color: #e37266;
    font-weight: 800;
    margin-top: 20px;
}

.last-ressource-authors span+span::before {
    content: " - ";
}

.all-last-ressource-first-container .last-ressource-information {
    padding-top: 20px;
}

.last-ressource-second-container {
    display: flex;
    margin: 0 0 25px 25px;
}

@media(max-width: 1100px) {
    .last-ressource-container {
        flex-direction: column;
    }
    .last-ressource-container .all-last-ressource-first-container {
        width: 100%;
    }
    .last-ressource-container .all-last-ressource-first-container .last-ressource-second-container {
        width: 100%;
    }
    .last-ressource-container .all-last-ressource-second-container {
        width: 100%;
        height: fit-content;
        margin-top: 20px;
    }
    .last-ressource-container .all-last-ressource-first-container .last-ressource-second-container .article-image img {
        object-fit: contain;
    }
}

.all-last-ressource-second-container .last-ressource-information-container {
    margin-left: 25px;
}

.all-last-ressource-first-container .last-ressource-information-container {
    padding-top: 20px;
}

.last-ressource-image img {
    min-width: 100%;
    min-height: 270px;
    max-height: 100px;
    object-fit: contain;
    border: 2px solid #ddd;
}

.all-last-ressource-first-container:hover .last-ressource-title,
.all-last-ressource-first-container:hover a,
.last-ressource-second-container:hover a {
    color: #e37266 !important;
}

.all-last-ressource-first-container:hover .last-article-category,
.last-ressource-second-container:hover .last-article-category {
    color: white;
    background: #999;
    border-color: #999;
}

.all-agenda,
.all-video,
.all-publication,
.all-formation,
.all-actualite {
    width: 50%;
    padding: 0;
    margin: 0 15px 0px 0;
    height: 550px;
}

.all-agenda:not(:first-child),
.all-actualite:not(:first-child),
.all-publication:not(:first-child),
.all-formation:not(:first-child) {
    height: min-content;
    width: 100%;
    display: flex;
}

.all-actualite:not(:first-child) {
    flex-direction: column;
    width: 40% !important;
}

.icl-fr a {
    padding: 0;
}

.article-image img {
    /* border: 2px solid #ddd; */
}

.video-image iframe,
.publication-image img {
    max-width: 150px;
    max-height: 100px;
    min-width: 150px;
    min-height: 100px;
    object-fit: cover;
}

.article-image img {

    width: 100%;
}

.article-first-flex {
    margin-right: 50px;
}

.article-first-flex .article-title a {
    font-weight: 700!important;
}

.article-first-flex .article-title:hover a {
    text-decoration: underline!important;
    color: #0b5f80 !important;
}

.first .article-title:hover a {
    text-decoration: underline!important;
}

.article-content-first {
    margin-top: 30px;
    padding-bottom: 30px;
}

div:first-child .article-content-first {
    margin-top: 0px;
}

.article-second-flex .article-title {
    border-bottom: 1px solid #919191;
    margin-top: 30px;
    padding-bottom: 30px;
}

.article-second-flex .article-title a {
    font-weight: 500!important;
}

.article-second-flex .article-title:hover a {
    text-decoration: underline!important;
    color: #0b5f80!important;
}

.article-content-first .actualite-information-container a {
    font-size: 22px;
}

.article-content-first .actualite-information-container {
    margin: 10px 0px;
}

.article-second-flex div:first-child .article-title {
    margin-top: 0px!important;
}

.youtube-container {
    /* height: 450px; */
    /* min-height: 445px; */
    display: block;
    background-color: #0e5872;
}
.youtube-container .global-container{
    margin-top: unset;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 10px;
    justify-content: space-between;
}
.youtube-container .global-container .youtube-video{
    width: 74%;
}
.youtube-container .global-container .youtube-infos{
    width: 26%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.youtube-container .global-container .youtube-infos .infos p{
    font-style: italic;
    color: #e6e9ea;
	font-size:14px;
}
.youtube-container .global-container .youtube-infos .badge{
    background-color: unset;
    text-align: left;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-top: 20px;
}
.youtube-container .global-container .youtube-video iframe {
    max-width: unset;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1100px) {
    .youtube-container .global-container .youtube-video{
        margin-right: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .youtube-container .global-container .youtube-video {
        width: 100%;
        padding-right: unset;
        margin-right: 0;
    }
    .youtube-container .global-container .youtube-infos {
        width: 100%;
        margin-bottom: 20px;
    }
    .youtube-container .global-container .youtube-infos .badge {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .youtube-container .global-container{
        padding-right: 0;
    }
    .youtube-container .global-container .youtube-infos {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
    }
    .youtube-container .global-container .youtube-infos .badge {
        padding-left: 0px;
        padding-right: 20px;
        padding-bottom: 0;
    }
}

.slider-ressources-container {
    display: block;
    /* position: absolute; */
    height: 280px;
    right: 0;
    left: 0;
}

.slider-ressources .last-ressources {
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 50; */
    min-width: 300px;
    height: 250px;
    background-color: #F6F6F6;
}

.slider-ressources .last-ressources h2 {
    width: min-content;
    color: #165F70;
}

.slider-ressources,
.slider-calendar {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0;
}

@media screen and (max-width: 500px) {
    .slider-ressources {
        grid-template-columns: 1fr;
    }
    .slider-ressources .last-ressources {
        min-width: 100% !important;
        height: 150px;
    }
    .slider-ressources .right-arrow {
        display: none !important;
    }
    .slider-ressources-container{
        height: 450px;
    }
    .slider-ressources-container .ressources-searchAll p{
        font-size: 16px;
    }
    .slider-ressources-container .ressources-searchAll i{
        font-size: 27px !important;
    }
}

.slider-ressource .silder-ressource-container {
    display: flex;
    flex-direction: row;
    height: 300px;
    background-color: #F6F6F6;
}

.slider-ressources .item-ressource-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 200px; */
    width: 170px;
    height: 250px;
}

.slider-ressources .item-ressource-cell a {
    height: 100%;
    width: 100%;
}

.slider-ressources .item-ressource-cell .item-ressource-image {
    height: 300px;
    position: absolute;
    z-index: 1;
}

.slider-ressources .item-ressource-cell .item-ressource-title {
    position: absolute;
    padding: 10px;
    bottom: 0;
    z-index: 2;
	font-size:14px;
	line-height:120%;
    width: 170px;
    height: 250px;
	text-shadow:0 0 4px black;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    color: white;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.slider-ressources .item-ressource-cell .item-ressource-title img {
    width: 25px;
    height: auto;
	filter: drop-shadow(0px 0px 4px black);
	margin-bottom:5px;
}

.slider-ressources .item-ressource-cell .item-ressource img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-ressources .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    height: 50px;
    background-color: white;
    color: #165F70;
    width: 50px;
    right: 20px;
    border-radius: 9999px;
    margin-top: 134px;
    transform: translate(0, -50%);
}

.slider-ressources .right-arrow:hover {
    cursor: pointer;
}

.slider-ressources .right-arrow i {
    font-size: 36px;
    margin-right: 5px;
    transform: translateX(25%);
}

.slider-ressources-container .ressources-searchAll {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    color: #337ab7;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 10px;
}
.slider-ressources-container .ressources-searchAll:hover{
    color: #23527c !important;
}

.slider-ressources-container .ressources-searchAll i {
    font-size: 2rem
}

.slider-ressources-container .ressources-searchAll p {
    padding: 0 10px;
    margin-right: 5%;
}

.calendar-container {
    /* margin-top: 380px; */
    width: 80%;
    margin: auto;
}

.calendar-container .slider-calendar {
    grid-template-columns: 400px 1fr;
    margin-top: 30px;
}


/* tag */

.tag-link {
    font-size: 21px;
    /* font-weight: bold; */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1050px * 3));
    }
}

.slider {
    background: white;
    margin: 10px 0 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider a {
    color: #a2a7b1!important;
    white-space: nowrap;
    padding: 5px 15px 5px 15px;
    font-size: 20px;
    margin: 0 9px;
	background: #f1f1f1;
	border-radius:15px;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
	    font-family: 'EB Garamond', serif;
    font-style: italic;
}

.slider a:hover {
background:#0b5e80;
color:white!important;
}
.slider p {
	margin:0 0 3px !important;
}


/* .slider::before,
.slider::after {
    @include white-gradient;
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
} */

.slide-track {
    animation: scroll 110s linear infinite;
    display: flex;
    width: calc(1050px * 14);
	margin-bottom: 12px;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.tag-carousel-cell {
    width: 7%;
    height: 100px;
    text-align: center;
}


/* Institution */

.institutions-container {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 0;
    width: 80%;
    margin: auto;
}

.university_institution a {
    /* margin: auto; */
    height: 250px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #555;
    padding: 20px;
}
.university_institution p{
    text-align: center;
}

.university_institution img {
    height: auto;
    max-height: 120px;
    width: auto;
}


.title-institution {
    /* width: min-content; */
    color: #165F70;
    /* margin: auto 10%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-flex {
    display: flex;
}

.footer-news-flex {
    display: flex;
    background-image: url('./img/layout/filigrane-newsletter-aligne-a-droite.png') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-color: #165F70 !important;
}

.footer-news-flex .form-footer-3{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-news-flex #div-submitInput{
    text-align: center !important;
}

.footer-news-flex .section-newsletter {
    margin: 0 auto;
}

.footer-news-flex section {
    width: 50%;
    margin: 0 50px;
    text-align: center;
}

.form-footer-3 {
    margin: auto 50px!important;
}

.form-footer h4 {
    margin-left: 6px;
}

.form-footer form input {
    margin: 5px 5px 0px 5px;
}

.form-footer form #prenom {
    margin: 5px -5px 0px 5px;
}

.form-footer form .form-flex input {
    margin: 5px 0px 0px 4px;
}

.form-footer form .form-submit,
.background-modal-true .form-submit {
    padding: 10px 25px;
    font-weight: bold;
    font-size: 13px;
    background-color: transparent;
    color: white;
    box-shadow: none;
    margin: 10px 6px;
}

.background-modal-true #sb_form {
    width: 25%;
}

.form-footer form .form-submit:hover {
    background-color: #133B4A;
}

#footer .footer-news-flex #newsHover {
    background-repeat: no-repeat;
    background-size: contain;
    height: 169px;
    width: 300px;
    background-position: center;
    background-color: transparent;
}

.background-hover {
    background-color: rgba(9, 12, 13, 0.48);
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.background-hover .eye {
    font-size: 50px;
    width: 100%;
    margin: auto;
}

@keyframes fade {
    from {
        display: block;
    }
    to {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .calendar-container .slider-calendar {
        grid-template-columns: 1fr;
    }
    .calendar-container .slider-calendar .calendar-pinned {
        margin-right: 0 !important;
    }
}

.calendar-container .slider-calendar .calendar-pinned {
    background-color: #f6f6f6;
    margin-right: 60px;
	border-radius:10px;
}

.calendar-pinned .item-calendar-title {
	font-size:2.2rem !important;
	font-weight:800 !important;
	line-height:115% !important;
}

.calendar-container .slider-calendar .flickity-button {
    color: #165F70;
    background-color: white;
    border: 1px solid #165F70;
}

.calendar-container .slider-calendar .flickity-prev-next-button.previous {
    left: -40px;
}

.calendar-container .slider-calendar .flickity-prev-next-button.next {
    right: -40px;
}

.slider-calendar .item-calendar-cell {
    width: 33%;
    height: 260px;
}

@media screen and (max-width: 1300px) {
    .slider-calendar .item-calendar-cell {
        width: 50%;
    }
}

@media screen and (max-width: 1100px) {
    .slider-calendar .item-calendar-cell {
        width: 100%;
    }
}

.slider-calendar .calendar-pinned,
.slider-calendar .item-calendar-cell {
    padding: 20px 25px;
}

.slider-calendar .calendar-pinned {
    display: block;
}

.slider-calendar .calendar-pinned .bookmark {
    display: block;
    position: absolute;
}

.slider-calendar .calendar-pinned .bookmark>img {
    display: block;
    position: relative;
    height: 30px;
    top: -30px;
    left: -20px;
}

.slider-calendar .item-calendar-cell a,
.slider-calendar .calendar-pinned a {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    color: #000;
    height: 100%;
}

.slider-calendar .item-calendar-cell .item-calendar-date,
.slider-calendar .calendar-pinned .item-calendar-date {
    font-size: 1.5rem;
    font-weight: 800;
	color:#aaaaaa;
	margin-top:8px;
    font-family: 'Raleway', sans-serif !important;
}

.slider-calendar .item-calendar-cell .item-calendar-title,
.slider-calendar .calendar-pinned .item-calendar-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 5px;
	line-height: 120%;
}

.slider-calendar .item-calendar-cell .item-calendar-university,
.slider-calendar .calendar-pinned .item-calendar-university {
    color: #7a7a7a;
    font-size: 1.25rem;
    font-weight: 200;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}

.slider-calendar .item-calendar-cell .item-calendar-university .logo,
.slider-calendar .calendar-pinned .item-calendar-university .logo {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.researchers-container {
    margin-top: 35px;
    background-image: url('./img/layout/filigrane-chercheurs-aligne-a-gauche.png');
    height: 450px;
    display: block;
    /* position: absolute; */
    right: 0;
    left: 0;
    background-color: #165F70;
    background-position: top left;
    background-repeat: no-repeat;
}

.item-researcher ul div a:hover p,
.item-researcher ul div a:hover li {
    text-decoration: none!important;
}

.researchers-container .researchers-title {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 10px;
}

.researchers-container .researcher-searchAll {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}
.researchers-container .researcher-searchAll:hover{
    color: gainsboro;
}

.researchers-container .researcher-searchAll i {
    font-size: 2rem
}

.researchers-container .researcher-searchAll p {
    padding: 0 10px;
    margin-right: 5%;
}

.researchers-container .slider-items-resercher {
    height: 300px;
    margin: 0 15%;
    width: 70%;
}

.researchers-container .slider-items-resercher .flickity-button {
    background-color: transparent;
    border: #f6f6f6 1px solid;
    color: #f6f6f6;
    box-shadow: none;
}

.researchers-container .slider-items-resercher .flickity-prev-next-button.previous {
    left: -10%;
}

.researchers-container .slider-items-resercher .flickity-prev-next-button.next {
    right: -10%;
}

.researchers-container .slider-items-resercher .researchers-column-cell {
    height: 300px;
    /* width: 30%; */
    width: 33.33%;
    /* margin: 0 2%; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}
.researchers-container .slider-items-resercher ul{
    height: 150px;
}

@media screen and (max-width: 1300px) {
    .researchers-container .slider-items-resercher .researchers-column-cell {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .researchers-container .slider-items-resercher .researchers-column-cell {
        width: 100%;
    }
}

.researchers-container .slider-items-resercher .item-researcher:hover {
    color: white !important;
    background-color: #12505e !important;
}

.researchers-container .slider-items-resercher .item-researcher {
    display: flex;
    align-items: center;
	border-radius: 10px;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.researchers-container .slider-items-resercher .item-researcher .all-researcher {
    padding: 0px;
    display: flex;
    margin: 0px;
    width: 100%;
}

.researchers-container .slider-items-resercher .item-researcher .researcher-image {
    width: max-content;
}

.researchers-container .slider-items-resercher .item-researcher .researcher-image>img {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
    margin: 25px 15px;
	border-radius:10px;
}

.researchers-container .slider-items-resercher .item-researcher div {
    height: 100%;
    padding: 5px 24px 5px 5px;
    margin-top: 25px;
}

.researchers-container .slider-items-resercher .item-researcher .researcher-title {
    color: white;
    font-weight: 900;
    font-size: 1.5rem;
}

.researcher-title p {
 margin:0 0 1px 0!important;
 line-height: 110%;
}

.researchers-container .slider-items-resercher .item-researcher .researcher-fonction {
    color: white;
    font-weight: 200;
    font-size: 1rem;
}

.researcher-fonction li>ul,
.researcher-fonction>ul {
    padding: 0;
    margin: 0;
}

.researchers-container .slider-items-resercher .item-researcher .researcher-infos {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
}

.maps-container {
    display: block;
    /* position: absolute; */
    /* margin-top: calc(510px + 170px); */
    height: 500px;
    background-color: #F6F6F6;
    left: 0;
    right: 0;
}

.maps-container .google-map {
    padding-top: 0;
}

.maps-container .google-map #map {
    height: 500px;
}

.maps-container .google-map #map .gm-fullscreen-control {
    /* display: none; */
}

.maps-container .google-map #map #link-div:hover {
    background-color: #0a5e80 !important;
}

.maps-container .google-map #map #link-div span {
    background-image: url("/wp-content/uploads/2022/02/map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.maps-container .google-map #map #link-div:hover span {
    background-image: url("/wp-content/uploads/2022/02/mapWhite.png");
}

.maps-container .google-map #map .gm-style-mtc:hover button,
.maps-container .google-map #map #link-div:hover div {
    color: white !important;
    background-color: #0a5e80 !important;
    text-shadow: none !important;
}

.maps-container .google-map #map .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.maps-container .google-map #map .infos a {
    color: black;
}

.maps-container .google-map #map .infos a:hover {
    text-decoration: underline !important;
}

.article-title a,
.video-title,
.publication-title {
    font-size: 18px;
    font-weight: 900;
    color: black;
}

.article-title a:not(:first-child) {
    font-size: 17px;
    font-weight: 900;
}

.all-actualite.first .article-title,
.all-agenda.first .article-title {
    margin: 0 0 15px;
    font-weight: bold;
}

.all-actualite.first .article-title a,
.all-agenda.first .article-title a {
    font-size: 33px;
}

.all-agenda.first .article-title a:hover {
    text-decoration:none !important;
}

.video-information,
.publication-information {
    padding-left: 20px;
    color: #b3b3b3;
    font-weight: 600;
}

.video-information strong,
.publication-information strong {
    text-transform: uppercase;
    color: #666;
}

.thematique-date {
    color: #ad6773;
    ;
    font-weight: bold;
    font-size: 20px;
}

.thematique-title p {
    font-weight: bold;
}

.publication-pagination,
.video-pagination,
.article-pagination,
.thematique-pagination,
.formation-pagination {
    height: 90px;
    display: flex;
    align-items: center;
}

.video-pagination button,
.publication-pagination button,
.article-pagination button,
.thematique-pagination button,
.formation-pagination button {
    color: black;
    border: solid 2px #909090;
    margin: 5px;
    background: white;
    border-radius: inherit;
}

.video-pagination button:hover,
.publication-pagination button:hover,
.thematique-pagination button:hover,
.article-pagination button:hover,
.formation-pagination button:hover {
    text-decoration: none;
    border: solid 2px black;
}

.first .actualite-information-container,
.first .agenda-information-container {
    margin: 20px 0 20px 0;
}

.first .actualite-information-container .article-information {
    font-size: 20px;
}
.first .actualite-information-container .article-information a:hover{
    cursor: pointer;
}

.agenda-information-container .article-university {
    display: flex;
    height: 50px;
    align-items: center;
}

.agenda-information-container .article-university img {
    height: 80%;
    margin-right: 10px;
}

.agenda-information-container .article-university p {
    margin: 0;
    font-weight: 600;
    color: #666666;
    font-size: 12px;
}

.article-container .first .article-image img,
.video-container .first .video-image iframe,
.publication-container .first .publication-image img {
    min-width: 100%;
}

.first .article-image:first-child img {
}

.last-article-category {
    border: solid 1px black;
    width: min-content;
    padding: 4px;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px;
}

.first .last-article-category {
    margin-bottom: 20px;
}

.sib_signup_form {
    width: 100%;
    padding: 0!important;
}

.sib-email-area label {
    color: #a4a4a4;
    font-weight: 100;
    margin-top: 10px;
}

.sib-email-area input {
    border: #dddddd solid 1px!important;
    border-radius: 2px!important;
}

.sib-email-area input::placeholder {
    color: #a4a4a4;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.second-article-title,
.second-article-information {
    color: #7a7a7a;
}

.second-article-information strong {
    color: black;
}

.second-article-title p {
    margin: 0;
    color: black!important;
    font-weight: 400;
}

.second-article-link:hover,
.thematique-link:hover,
.formation-link:hover,
.chercheur-link:hover {
    text-decoration: none;
}

.all-thematique,
.all-submenu,
.all-formation,
.all-publication,
.all-agenda,
.region-container img {
    overflow: hidden;
}

.all-thematique:hover img,
.all-submenu:hover img,
.all-formation:hover img,
.all-publication:hover img,
.all-actualite:hover img,
.all-agenda:hover img,
.region-container:hover img {
    /* transform: scale(1.1); */
}

.all-thematique img,
.all-submenu img,
.all-formation img,
.all-publication img,
.all-actualite img,
.all-agenda img,
.region-container img {
    transition: 0.5s;
}

.all-agenda:hover .article-title,
.all-agenda:hover a,
.all-agenda:hover .thematique-date {
    color: #ad6773;
}

.agenda-container .first {
    height: fit-content;
    overflow: visible;
}

.all-actualite:hover .article-title,
.all-actualite:hover .article-title a {
    color: #0b5f80 !important;
}

.all-chercheur:hover,
.all-second-article:hover {
    border: 2px solid #139ed2;
}

.all-formation {
    padding: 0;
    margin: 5px;
}

.bx-viewport {
    height: inherit!important;
}

.bx-wrapper img {
    min-height: 600px;
}

.bx-wrapper {
    height: 600px;
}

.bx_title {
    position: absolute;
    top: 0;
    margin-left: 15px;
    font-size: 27px;
    color: white;
}

#map {
    height: 400px;
    width: 100%;
    margin: auto;
}

.info-bulle img {
    max-width: 100px;
}

.info-bulle {
    display: flex;
}

.info-bulle h4,
.info-bulle p {
    margin-left: 10px;
}

.cluster img {
    width: 53px;
}

.cluster div {
    width: 53px!important;
    line-height: 53px!important;
}

@media(max-width: 1000px) {
    /* .second-column-container, */
    .first-column-container,
    .thematique-link {
        width: 100%;
    }
    .global-container,
    .formation-container,
    .thematique-container {
        flex-direction: column;
    }
    .all-agenda,
    .all-actualite,
    .all-publication {
        width: 100%;
        height: initial;
    }
    .thematique-link {
        max-width: inherit;
    }
    .all-agenda:not(:first-child),
    .all-actualite:not(:first-child),
    .all-publication:not(:first-child) {
        width: 100%;
        height: initial;
    }
    .article-container,
    .video-container,
    .publication-container {
        /* flex-wrap: inherit;
		max-height: inherit; */
        grid-template-columns: 1fr;
        grid-template-areas: "first";
    }
    .submenu-container div {
        flex-direction: column;
    }
    .submenu-image img {
        min-width: 500px;
        margin: 5px;
    }
}


/* NEW MODIF ARTICLE */

.tab {
    overflow: hidden;
	box-shadow: inset 0 1px 0 rgb(225 225 225 / 80%), inset 0 15px 17px rgb(245 245 245 / 80%), inset 0 -5px 12px rgb(0 0 0 / 0%);
    border-radius: 15px;
	border-bottom-left-radius: 0px !important;
}

.tab button {
    border: none;
    cursor: pointer;
    /* padding: 20px 20px; */
    padding: 8px 8px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 400;
    color: #616161;
    float: left;
    text-shadow: none;
    background: none;
    box-shadow: none;
    border-color: transparent;
	border-radius: 5px!important;
}

.tab-button-active {
    background-color: #0b5f80!important;
    color: white!important;
    box-shadow: none!important;
    border-radius: 0!important;
    outline: none!important;
}

button.tablinks {
    outline: none;
}

.ressource-article-image {
    border: solid 0px #f1f1f1;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 90%;
    height: 400px;
}

.ressource-article-image iframe {
    width: 100%;
    height: 100%;
}

.modale-information-container {
    display: flex;
    max-width: 300px;
    scrollbar-color: #EAEAEA #FFF;
}

.initialise {
    background: black;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initialise img {
    width: 20px;
}

.initialise:hover {
    cursor: pointer;
}

.modal-information {
    max-width: 100%;
}

.modal-information-name img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.modal-information-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 250px;
    min-width: 200px;
}

.modal-information-name p:hover {
    cursor: pointer;
    color: #0b5f80;
}

.modal-information-name p {
    width: max-content;
    margin: 0;
    font-weight: bold;
    color: black;
    padding-left: 5px;
}

.ressource-article-image img {
    height: 100%;
    width: auto;
}

.first-column-ressource-video {
    width: 70%;
}

.google-map {
    display: flex;
    width: 100%;
    margin: auto;
    padding-top: 10px;
}

.chercheur-membre-groupe {
    background: #0a9ed0;
    padding: 5px;
    color: white;
    margin-right: 5px;
    margin-left: 5px;
}

.chercheur-membre-groupe:hover {
    cursor: pointer;
}

.chercheur-submit {
    padding: 5px;
    border: black 1px solid;
    color: black;
    height: min-content;
}

.chercheur-submit:hover {
    cursor: pointer;
}

.chercheur-independant {
    background: #0b5f80;
    padding: 5px;
    color: white;
    margin-right: 5px;
    margin-left: 5px;
}

.chercheur-independant:hover {
    cursor: pointer;
}

.chercheur-groupe {
    background: #ad6773;
    color: white;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.chercheur-groupe:hover {
    cursor: pointer;
}

.chercheur-universite {
    background: #e37266;
    color: white;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.chercheur-universite:hover {
    cursor: pointer;
}

.modal-information {
    height: 500px;
    min-width: 300px;
    border: solid 1px #cecece;
    padding: 30px;
    margin-left: 10px;
    overflow: auto;
    scrollbar-width: none;
}

.modal-information-category-independant {
    background-color: #0b5f80;
    color: white;
    padding: 5px;
    width: max-content;
}

.modal-information-category-institution {
    background-color: #e37266;
    ;
    color: white;
    padding: 5px;
    width: max-content;
}

.modal-information-category-group {
    background-color: #0a9ed0;
    ;
    color: white;
    padding: 5px;
    width: max-content;
}

.modal-information-category-group-recherche {
    background-color: #ad6773;
    color: white;
    padding: 5px;
    width: max-content;
}

.modal-information-name-independant,
.modal-information-name-group,
.modal-information-name-institution,
.modal-information-name-group-recherche {
    font-size: 20px;
    font-weight: 800;
    color: black;
}

.modal-information-text-independant,
.modal-information-text-group,
.modal-information-text-institution,
.modal-information-text-group-recherche {
    font-size: 15px;
    color: black;
    margin-top: 10px;
}

.tabcontent {
    display: none;
    border: 0px solid #f1f1f1;
    border-top: none;
    /* max-height: 300px; */
    min-height: auto;
    overflow: auto;
    padding: 20px;
	font-family: 'EB Garamond', serif !important;
    font-size: 20px;
}

.single-article-container-tabcontent {
    display: none;
    border: 0 solid #f1f1f1;
    border-top: none;
    padding: 25px;
	font-family: 'EB Garamond', serif !important;
    font-size: 20px;
}

.single-article-university {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.single-article-university p {
    margin: 0 0 0 20px;
    font-size: 18px;
}

.single-article-university img {
    max-width: 70px;
}

.tabcontent.active {
    display: block;
}

.single-article-container-tabcontent.active {
    display: block;
}

.ressource-article-container {
    display: flex;
}

.ressource-article-container,
.ressource-chercheur-first-tag-container,
.ressource-chercheur-second-tag-container {
    width: 80%;
    margin: auto;
    border-top: #0b5f80 solid 2px;
    padding-top: 50px;
}

.chercheur-title-container+.ressource-article-container {
    border: none;
    padding-top: 0;
}

.ressource-article-title {
    margin: 0 0 20px 0;
    padding: 0;
    /* font-size: 23px; */
    font-weight: 500;
    font-size: 38px;
    color: black;
}

.ressource-article-category {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
    background: #0b5f80;
}

.ressource-article-category-container,
.ressource-chercheur-title-first-tag-container,
.ressource-chercheur-title-second-tag-container {
    width: 80%;
    margin: auto;
    padding-top: 40px;
}

.ressource-chercheur-title,
.ressource-chercheur-first-tag-title,
.ressource-chercheur-second-tag-title,
.all-ressource-chercheur-title {
    text-transform: uppercase;
    font-size: 20px;
	font-weight:600;
    color: white;
    margin: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 17px;
    background: #0b5f80;
	border-radius:10px;
}

.ressource-chercheur-container {
    width: 80%;
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.ressource-article-link {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
	margin-left: 0;
}

.first-column-ressource-chercheur {
    width: 27%;
}

.first-column-ressource-chercheur a:hover .chercheur-title {
    color: #0b5f80;
}

.second-column-ressource-chercheur {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 10px;
}

.ressource-image {
    width: 30px;
}

.all-ressource-image {
    display: flex;
}

.wrapper {
    border: 1px solid #0b5f80;
    border-radius: 99px;
    overflow: hidden;
    width: max-content;
    margin-right: 5px;
    padding: 5px;
}

.ressource-image-calendar,
.ressource-image-translation,
.ressource-image-book {
    display: flex;
    padding-top: 20px;
    align-items: center;
    font-weight: bold;
    color: #555;
    ;
    font-size: 17px;
    padding-right: 15px;
}

.ressource-image-translation p {
    margin: 0;
    padding-left: 5px;
}

.publication-information-container {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
    border-top: 2px solid #0b5f80;
}

.single-publication-information-container {
    display: flex;
    min-width: 50%;
    max-width: 50%;
    margin-top: 40px;
}

.single-publication-information-container:hover {
    transform: scale(1.01);
    transition: .1s ease-in-out all;
    cursor: pointer;
}

.single-publication-information-container h3 {
    margin: 0 0 0 15px;
    padding: 0;
    color: black;
    font-size: 17px;
}

.single-publication-information-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.single-publication-information-container p {
    margin: 5px 0 0 15px;
}

.ressource-chercheur-first-tag-container-all {
    border-top: solid 2px #0b5f80;
    padding-top: 40px;
    display: flex;
    flex-flow: wrap;
}

.ressource-chercheur-first-tag-container-all a {
    min-width: 600px;
    max-width: 600px;
    margin-right: 10px;
}

.ressource-single-post-tag img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.ressource-single-post-tag {
    display: flex;
    margin-bottom: 30px;
    min-width: 500px;
    max-width: 500px;
}

.ressource-single-post-tag h4,
.ressource-single-post-tag p {
    margin-left: 15px;
}

.ressource-single-post-tag h4 {
    color: black;
    font-weight: 600;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 20px;
}

.ressource-single-post-tag p {
    color: #808080!important;
    font-weight: 600;
}

.ressource-article-link img {
    width: 25px;
    margin-right: 5px;
}

.first-column-ressource-article {
    width: 30%;
}

.first-column-ressource-article img {
    object-fit: contain;
    border-right: solid 0px #f1f1f1;
    border-left: solid 0px #f1f1f1;
}

.first-column-ressource-article .editor {
    margin-top: 15px;
}

.first-column-ressource-article .editor p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #555;
}

.second-column-ressource-article {
    width: 70%;
}


/* NEW MODIF CHERCHEUR  */

#link-div:hover {
    background-color: rgb(235, 235, 235) !important;
    border-color: rgb(235, 235, 235) !important;
}

.chercheur-informations-container {
    display: flex;
    width: 80%;
    margin: auto;
}

.chercheur-title-container {
    width: 80%;
    margin: 20px auto;
}

.chercheur-title p {
    margin-bottom: 0;
    font-size: 15px;
}

.first-column-chercheur-informations {
    width: 80%;
    display: flex;
    flex-direction: row;
}

.first-column-second-container {
    width: 70%;
    margin-left: 15px;
}

.page-category {
    background: #0b5f80;
    width: max-content;
    color: white;
    font-weight: 700;
    padding: 2px 9px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
	border-radius:5px;
}

.extra-title-container {
    display: flex;
    align-items: center;
	font-size:16px;
}

.extra-title-container .page-category {
    margin: 0;
}

.extra-title-container .page-category-type {
    padding: 2px 9px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.extra-title-container .page-category-type:hover,
.extra-title-container .page-category-chercheurs:hover {
    color: #0b5f80;
}

.extra-title-container .page-category-chercheurs {
    text-transform: uppercase;
    color: #808080;
    margin-left: 9px;
}

.perso,
.researchgate,
.academia,
.email,
.resume {
    padding-top: 10px;
    margin: auto;
	margin-left: 15px;
    display: flex;
    align-items: center;
}

.perso img,
.researchgate img,
.academia img,
.email img,
.resume img {
    width: 25px;
}

.perso a,
.researchgate a,
.academia a,
.email a,
.resume a {
    margin-left: 10px;
    color: #808080!important;
}

.discipline,
.mot-cle {
    display: flex;
    padding: 10px 10px 0 0;
}

.discipline p,
.mot-cle p {
    margin: 0!important;
    color: black;
    font-weight: 700;
}

.discipline img,
.mot-cle img {
    height: 30px;
    width: 30px;
	margin-top: 4px;
	    margin-right: 5px;
}

.mot-cle div,
.discipline div {
    margin-left: 5px;
}

.second-column-chercheur-informations {
    width: 25%;
    margin-left: 50px;
}

.chercheur-name {
    color: black!important;
    padding: 0;
    margin: 20px 0 20px 0;
	    font-weight: 400;
}

.chercheur-image {
    width: max-content;
	border-radius:10px;
	margin-bottom:10px
}

.chercheur-link,
.second-article-link {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.chercheur-link div {
    height: 100%;
}

.chercheur-link-container {
    display: flex;
    margin-top: 20px;
}

.chercheur-link-container div {
    margin-left: 10px;
    height: 100%;
}

.ressource-chercheur-title-first-tag-container .other-ressource-tag-container {
    width: 100%;
}

.other-ressource-chercheur-container,
.other-ressource-tag-container {
    display: grid;
    border-top: #0b5f80 solid 0px;
    grid-template-columns: 1fr 1fr;
    padding: 10px 0 0 0;
    gap: 10px;
}

.other-ressource-chercheur-container .other-ressource-chercheur-link-container,
.other-ressource-tag-container .other-ressource-tag-link {
    margin: 0;
    max-width: none;
    min-width: 350px;
	border-radius:20px;
	background:#f6f6f6;
	padding:15px;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

@media(max-width: 1279px) {
    .other-ressource-chercheur-container {
        grid-template-columns: 1fr;
    }
}

.slider-title {
    color: white;
    line-height: initial;
    margin: 5px 10% 0 10% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 1.9rem !important;
}

.slider-item:hover .slider-category {
    background-color: #5d768c;
    transition: background-color 0.3s;
}

.news-second-item:hover p,
.news-third-item:hover p,
.news-fourth-item:hover p {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s;
}

.slider-box-title {
    position: absolute;
    width: 100%;
    z-index: 11;
    bottom: 0;
    margin-bottom: 70px;
}

.slider-category {
    color: white;
    line-height: 103%;
    margin: 0 10% 0 10% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 4rem !important;
    font-weight: bolder !important;
}

.slider-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-item img:hover {
    filter: brightness(30%);
    -webkit-filter: brightness(30%);
    -webkit-transition: -webkit-filter 0.3s linear;
}

.slider-next {
    position: absolute;
    right: 0;
    top: 45%;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid white;
}

.slider-previous {
    position: absolute;
    top: 45%;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid white;
}

.slider-previous,
.slider-next {
    margin: 10px;
    cursor: pointer;
}

.slider-previous:hover,
.slider-next:hover {
    color: white;
}

.slider-wrapper {
    width: 100%;
    position: relative;
    height: 500px;
}

.news-first .slider-wrapper-first,
.news-first .flickity-viewport,
.news-first .carousel-cell,
.news-first .image-carrousel {
    height: 100%!important;
    width: 100%!important;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
}

@media (max-width: 550px) {
.news-first .slider-wrapper-first,
.news-first .flickity-viewport,
.news-first .carousel-cell,
.news-first .image-carrousel {
    height: 300px!important;
    width: 100%!important;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
}}


.news-first .flickity-button {
    background: transparent;
    box-shadow: none !important;
	
}

.news-first .flickity-prev-next-button {
    width: 50px;
    height: 50px;
}

.news-first .flickity-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(197deg, rgba(2, 0, 36, 1) 0%, rgba(96, 96, 144, 0) 100%, rgba(0, 212, 255, 1) 100%);
}

.news-first .flickity-button-icon {
    color: white;
}

.news-first .flickity-button:disabled {
    display: none;
}

.news-first .image-carrousel {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background-carrousel-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.7035189075630253) 81%, rgba(0, 0, 0, 0.8435749299719888) 100%);
}

.carousel-cell {
    width: 100%;
    /* full width */
    height: 160px;
    /* height of carousel */
    margin-right: 10px;
}

.news-container .news-first .slider-category{
    font-family: 'EB Garamond', serif !important;
	text-shadow: 0 0 7px black;
}

@media(max-width: 1100px) {
    .news-container .news .news-first,
    .news-second .news-second-item .post-image,
    .news-second-flex .news-third-item .post-image,
    .news-fourth-item {
        height: 500px;
    }
}

.slider-nav {
    width: 100%;
    margin-top: 15px;
}

.map-filter {
    display: flex;
    margin: auto;
    width: 80%;
    margin-top: 20px;
}

#mapFilter div {
    display: flex;
    align-items: center;
}

#mapFilter div input {
    height: 25px;
    width: 25px;
    margin-top: 0;
}

#mapFilter div label {
    margin-bottom: 0;
}

.congres-container {
    display: flex;
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

.tab-congres {
    width: min-content;
    padding-top: 20px;
    background-color: white;
    box-shadow: inset 0 1px 0 white, inset 0 15px 17px white, inset 0 -5px 12px rgb(0 0 0 / 0%);
}

.tab-congres button {
    width: 100%;
}

.tabcontent-congres .tabcontent-information {
    display: flex;
    align-items: flex-start;
}

.tabcontent-information {
    padding-bottom: 50px;
}

.tabcontent-information img {
    object-fit: contain;
    margin-right: 20px;
    min-width: 250px;
    max-width: 250px;
}

.tabcontent-information h2 {
    margin: 0 0 20px 0;
}

.second-column-congres {
    min-width: 70%;
    display: flex;
    justify-content: center;
}

.thumbnail-congres img {
    width: 100%;
    min-height: 20vh;
    object-fit: cover;
    max-height: 30vh;
	border-radius:30px;
}
}

.thumbnail-congres {
    /* position: relative; */
    display: flex;
    justify-content: end;
    flex-direction: column-reverse;
}

.thumbnail-congres {
    width: 95%;
    margin: auto;
}

.thumbnail-congres h2 {
    position: absolute;
    /* bottom: 10%; */
    width: 80%;
    color: white;
    font-size: 50px;
    margin: 65px 65px 20px 10% !important;
}

.tabcontent-congres {
    width: 90%;
    max-height: inherit;
    min-height: inherit;
    border: none;
}

.tab-congres button.active {
    background-color: #115f7e;
    color: white;
}

.title-partenaire {
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin-top: 30px;
    width: max-content;
}
.congres-container img{
    max-width: 150px;
	border-radius:15px;
}
.congres-container .first-column-congres > img{
    max-width: 200px;
}

.tablinks {
    text-align: start;
    color: #808080;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 2px #808080;
    padding-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1.1px;
}

.tablinks:hover {
    cursor: pointer;
    color: #0b5f80;
    /* border-bottom: 2px solid #0b5f80; */
}

.tablinks.active {
    color: #0b5f80;
    /* border-bottom: 2px solid #0b5f80; */
}

.institution-title {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
    background: #0b5f80;
	border-radius:5px;
}

.chercheur-biographie {
    font-weight: 400;
    color: #555;
}

.institution-container {
    align-items: center;
    border-top: #0b5f80 solid 0px;
    padding-top: 20px;
}

.institution-container img {
    max-width: 80px;
}
.institution-container  a {
    width: 100%;
}

.institution-container .institution-name {
    font-weight: 600;
    color: #707070;
    font-size: 16px;
}

.institution-container div {
    display: flex;
    align-items: center;
    color: black;
}

.institution-container div a {
    display: flex;
    align-items: center;
}

.institution-container div p {
    margin-left: 15px;
    width: max-content;
    font-size: 14px;
    margin-bottom: 0;
}

.other-ressource-type-name {
    border: solid 1px #b5b5b5;
    width: min-content;
padding: 4px 6px 4px 6px;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 12px;
	    border-radius: 10px;
}

.other-ressource-chercheur-type-name {
    border: solid 1px #bfbfbf;
    width: min-content;
    padding: 4px 6px 4px 6px;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 12px;
	border-radius: 7px;
}

.other-ressource-tag-description {
    color: #808080!important;
    font-weight: 400;
	font-size:14px;
}

.other-ressource-tag-link ul {
    margin: 0 0 2px 0;
    padding: 0;
}

.other-ressource-chercheur-link-container ul {
    margin: 0 0 10px 0;
    padding: 0;
}

.other-ressource-chercheur-link {
    display: flex;
    min-width: 33%;
    max-width: 33%;
    margin-top: 40px;
}

.other-ressource-chercheur-link div {
    margin-left: 15px;
}

.other-ressource-chercheur-link img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 150px;
    min-width: 150px;
}

.other-ressource-chercheur-title {
    color: black;
    font-weight: 600;
    font-size: 18px;
	line-height:125%
}

.publication-template-container .ressources-container {
    width: 100%;
}

.other-ressource-tag-container,
.ressources-container {
    display: flex;
    border-top: #0b5f80 solid 2px;
}

.chercheur-tag-container .ressources-container,
.ressource-tag-container .ressources-container {
    width: 100%;
}

.other-ressource-tag-container img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 110px;
    min-width: 150px;
	padding-right:0px;
	border-radius:10px;
	margin-right: 10px;
}

.other-ressource-tag-container .thematique a {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.other-ressource-tag-container .thematique img {
    object-fit: cover;
    max-width: none;
    min-width: 100%;
}

.other-ressource-tag-container .institution-container-thematique {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    height: 50px;
    color: #000;
}

.other-ressource-tag-container .institution-container-thematique img {
    object-fit: contain;
    min-width: 50px;
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
    margin-right: 10px;
}

.ressource-tag-container #thematiques {
    margin-left: 0;
}

.ressource-tag-container .tag-container,
.ressource-tag-container .tag-title-container {
    width: 100%;
}

.searchbar-template-chercheur .filterbar-option,
.searchbar-template-chercheur .filterbar-option+input {
    min-width: 100px;
	border-radius: 10px;
}

.searchbar-template-chercheur .resetFilter {
    min-width: max-content;
}

#articleList .list,
#ressourcesContainer .list,
.ressource-chercheur-title-first-tag-container .other-ressource-tag-container {
    width: 100%;
    display: grid;
    padding: 10px 0 0 0;
    margin-left: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

#articleList .list a,
#ressourcesContainer .list a {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#articleList .list .list-item,
#ressourcesContainer .list .list-item {
    min-width: 400px;
}

.loading:after {
    content: " ";
}

.loading:after {
    animationn: 2s linear;
    animationn-name: loadinganimationn;
    animationn-iteration-count: infinite;
}

@keyframes loadinganimationn {
    0% {
        content: "";
    }
    35% {
        content: ".";
    }
    65% {
        content: "..";
    }
    100% {
        content: "...";
    }
}

@media(max-width: 1530px) {
    #articleList .list,
    #ressourcesContainer .list,
    .ressource-chercheur-title-first-tag-container .other-ressource-tag-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 1015px) {
    #articleList .list,
    #ressourcesContainer .list,
    .ressource-chercheur-title-first-tag-container .other-ressource-tag-container {
        grid-template-columns: 1fr;
    }
}

#articleList .list .list-item a,
#ressourcesContainer .list .list-item a {
    margin: 0;
    max-width: none;
    min-width: none;
	transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

#articleList h2,
#ressourcesContainer h2 {
    margin-top: 15px;
}

#articleList .searchbar-template-chercheur {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-thematique {
    margin: 0 0 20px 0;
    padding-top: 20px;
    border-top: 2px solid #0b5f80;
}

.searchbar-template-chercheur+.search-formation {
    margin: 0 0 5px 0;
    padding: 0;
    border-top: none;
}

.search-formation {
    font-size: 16px;
}

.search-formation .loop {
    width: 20px;
    height: 20px;
}

.other-ressource-tag-icon {
    width: 20px;
    margin: 0 5px;
}

.other-ressource-tag-title {
    color: black;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 125%;
}

.thematique .other-ressource-tag-title {
    margin: 10px 0;
}

.thematique .other-ressource-chercheur-name {
    color: #000;
}

.other-ressource-tag-link {
    display: flex;
    max-width: 450px;
    /* min-width: 450px; */
    padding: 15px;
    margin: 20px 10px 0 0;
    /* border: 2px solid #ddd; */
    border: 2px solid white;
    border-radius: 5px;
}

.other-ressource-lang-name {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.other-ressource-tag-link ul p {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.other-ressource-chercheur-name {
    color: #0b5f80;
    font-weight: bold;
	font-size:15px;
}

.other-ressource-tag-link:hover {
    border: 2px solid #2189b3;
}

.other-ressource-tag-link:hover .other-ressource-type-name {
    color: white;
    background: #999;
    border-color: #999;
}

.other-ressource-tag-link:hover .other-ressource-tag-title {
    color: #0b5f80;
}

.other-ressource-tag-link div {
    margin-left: 5%;
    margin-right: 5%;
	margin-bottom: 3%;
}

.other-ressource-tag-link p.date-actu {
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 800;
    width: 100px;
    color: #0b5e80;
}

.chercheur-type {
    color: #ee0000;
    font-weight: 600;
    margin-bottom: 10px;
}

.first-column-chercheur-post {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.first-column-ressource-chercheur img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 120px;
    min-width: 120px;
	border-radius:10px;
}

.first-column-chercheur-post img {
    width: 100%;
	border-radius:10px;
}

.first-column-chercheur-post .institution-container {
    border-top: none;
    padding-top: 10px;

}

.first-column-chercheur-post .institution-container div .groupe-recherche-link {
    border-top: none;
    padding-top: 0;
}

.chercheur-post-title {
    color: black;
    margin: 20px 0;
}

.chercheur-ressource-title {
    color: #0b5f80;
    margin: 0 0 20px 0;
}

.chercheur-post-container,
.location-post-container {
    display: flex;
    margin: auto;
    width: 80%;
    padding-top: 20px;
}

.third-column-universite .location-post-container {
    margin-right: 0;
}

.ressource-post-container {
    display: flex;
    margin: auto;
    width: 80%;
}

.ressource-post-container {
    border-top: #0b5f80 solid 2px;
}

.location-post-container {
    border-top: #0b5f80 solid 2px;
}

.chercheur-post-content {
    color: #808080;
    font-weight: 600;
}
.chercheur-post-content p {
	font-weight:400 !important;
	font-family: 'EB Garamond', serif;
    font-size: 18px;
}

.chercheur-post-content img {
    display: none;
}

.second-column-chercheur-post {
    width: 40%;
    margin-left: 50px;
    height: max-content;
}

.ressource-title-container,
.location-title-container {
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

.groupe-recherche-title-container {
    padding-top: 25px;
}

.groupe-recherche-link,
#show-chercheur-container,
.groupe-recherche-link,
#show-chercheur-container-referent {
    border-top: #0b5f80 solid 2px;
    padding-top: 50px;
}

.groupe-recherche-link:hover .chercheur-post-title,
.groupe-recherche-link:hover .institution-container div {
    color: #0b5f80;
}

.groupe-recherche-link {
    transition: 0.5s;
    overflow: hidden;
}

.groupe-recherche-title,
.location-title,
.ressource-title {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0px;
    width: max-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}

.ressource-title {
    background: #0b5f80;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thematique-title-ressource,
.thematique-auteur-title {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #0b5f80;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thematique-institution-title-ressource,
.thematique-referent-title-ressource,
.thematique-gallery-title-ressource {
    text-transform: uppercase;
    font-size: initial;
    color: white;
    margin: 0;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #0b5f80;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thematique-institution-information-ressource,
.thematique-referent-information-ressource,
.thematique-gallery-title-information-ressource {
    border-top: 2px solid #0b5f80;
}

.thematique-referent-information-ressource a {
    display: flex;
    margin-bottom: 20px;
    height: 100%;
    color: #808080;
    font-weight: bold;
    overflow: hidden;
}

.thematique-referent-information-ressource a:hover {
    color: #808080;
}

.thematique-referent-information-ressource a:hover .referent-name {
    color: #0b5f80;
}

.thematique-referent-information-ressource {
    padding-top: 40px;
}

.thematique-referent-information-ressource div {
    margin-left: 20px;
}

.referent-name {
    color: black;
    font-size: 18px;
}

.thematique-referent-information-ressource img {
    max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
    object-fit: cover;
    transition: 0.2s;
	border-radius: 15px;
}

.thematique-gallery-item {
    overflow: hidden;
}

.thematique-gallery-item:hover img {
    transform: scale(1.02);
    cursor: zoom-in;
}

.thematique-gallery-item img {
    transition: 0.2s;
}

.thematique-gallery-item:nth-child(odd) {
    width: 60%;
    height: 200px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.thematique-gallery-item:nth-child(even) {
    width: 40%;
    height: 200px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.thematique-gallery-title-information-ressource div {
    display: flex;
    flex-flow: wrap;
}

.thematique-gallery-title-information-ressource {
    padding-top: 40px;
}

.thematique-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thematique-title-container {
    width: 100%;
    margin-top: 50px;
}

.thematique-auteur-title-container {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.thematique-informations-container {
    border-top: #0b5f80 solid 2px;
    padding-top: 50px;
}

.first-column-thematique-informations img {
    width: 100%;
	border-radius: 10px;
}

.single-thematique-container {
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-between;
}

.first-column-single-thematique {
    width: 65%;
}

.first-column-single-thematique .chercheur-title-container {
    margin: 20px 20px 20px 0;
}

.first-column-single-thematique .chercheur-title-container+.thematique-informations-container {
    border: none;
    padding: 0;
}

.second-column-single-thematique {
    width: 30%;
}

.thematique-institution-title-container,
.thematique-referent-title-container,
.thematique-gallery-title-container {
    margin-top: 50px;
}

.single-formations .thematique-institution-title-container,
.single-formations .thematique-referent-title-container {
    width: 90%;
}

.thematique-auteur-informations-container {
    border-top: #0b5f80 solid 2px;
    padding-top: 50px;
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
}

.thematique-auteur-informations-container div {
    height: 100%;
}

.thematique-auteur-informations-container a:hover .chercheur-title,
.chercheur-link:hover .chercheur-post-name {
    color: #0b5f80;
}

.page-template-item-chercheur-membre-fonction {
    color: #808080;
    font-weight: 600;
}

.page-template-chercheur-membre-card {
    display: flex;
    min-width: 500px;
    max-width: 500px;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-template-chercheur-membre-card:hover .page-template-item-chercheur-membre-title {
    color: #0b5f80;
}

.page-template-chercheur-membre-card div {
    margin-left: 10px;
    margin-right: 10px;
}

.page-template-chercheur-membre-card img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.thematique-auteur-card {
    display: flex;
    align-items: center;
    min-width: 500px;
    max-width: 500px;
    margin-bottom: 20px;
}

.thematique-auteur-card div {
    margin-left: 10px;
    margin-right: 10px;
}

.thematique-institution-description-container div a,
.thematique-institution-description-container div {
    display: flex;
    align-items: center;
}

.thematique-institution-description-container img {
    max-width: 70px;
}

.thematique-institution-description-container p {
    margin-left: 15px;
    width: max-content;
    font-size: 18px;
}

.thematique-institution-information-ressource {
    padding-top: 40px;
}

.thematique-auteur-card img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
	border-radius: 10px;
}

.lang-thematique {
    padding-top: 10px;
    font-weight: bold;
    color: black;
}

.second-column-thematique-informations p {
    color: #656565;
    font-weight: 400;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    text-align: left!important;
}

.second-column-thematique-informations h2 {
    color: #0b5f80;
    margin: 20px 0;
    font-size: 38px;
	line-height: 110%;
}

.groupe-recherche-title {
    background: #0b5f80;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.location-title {
    background: #0b5f80;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chercheur-post-image img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 150px;
	border-radius:10px;
}

.second-column-chercheur-post .chercheur-post-list {
    display: flex;
    padding: 0;
    margin: 0 0 10px 0;
}

.chercheur-post-name {
    font-weight: 700;
    color: black;
    margin-left: 15px;
}

.chercheur-post-fonction ul {
    margin-left: 15px;
    padding: 0;
}

.second-column-chercheur-post button {
    background: white;
    border-radius: 15px;
    margin-top: 10px;
}

.second-column-chercheur-post button:focus {
    color: black;
    font-weight: bold;
}

.chercheur-post-fonction {
    margin-left: 15px;
    color: #808080!important;
    font-weight: 400;
	font-size:16px;
}

.first-column-ressource-post {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.ressource-chercheur-tag-container-all {
    display: flex;
    border-top: solid 2px #0b5f80;
    padding-top: 40px;
}

.chercheur-post-information-container {
    display: flex;
    margin-bottom: 50px;
    min-width: 600px;
}

.chercheur-post-information-container img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.chercheur-post-information-container div {
    margin-left: 15px;
}

.chercheur-post-link {
    display: flex;
}

.chercheur-post-link:hover {
    transform: scale(1.01);
    transition: .1s ease-in-out all;
}

#show-chercheur-container {
    min-height: 100%;
}

#show-chercheur-container-2 {
padding-top: 50px;
}

.count-container-flex ul {
    overflow: hidden;
}

.count-container-flex ul:hover .count-title {
    color: #156483;
}

.count-container-flex ul img:hover {
    /* transform: scale(1.2); */
    cursor: pointer;
}

.count-container-flex ul img {
    transition: 0.5s;
}


/* // RESPONSIVE */

@media(min-width: 1100px) {
    .news-fourth-item-informations h3,
    .news-third-item-informations h3,
    .news-second-item-informations h3 {
        /* font-weight: 300; */
        font-size: 18px;
    }
    .thumbnail-congres h2{
    margin: 40px 0 20px 10%;
    font-size: 50px;
    text-shadow: 0 0 20px black;
    }
}

@media(max-width: 1506px) {
    .search-form-container {
        display: none;
    }
}

@media(max-width: 1100px) {
    .news-second-item .news-second-item-informations {
        width: 99.9%;
    }
    .news-second-item .news-second-item-informations p {
        font-size: 21px !important;
    }
    .news-second-item .news-second-item-informations h3 {
        font-size: 13px !important;
    }
    .chercheur-informations-container,
    .chercheur-post-container {
        display: inherit;
        width: 90%;
    }
    .header-other-logo-container {
        display: none;
    }
    .header-fuce-fiuc-container {
        justify-content: flex-start;
    }
    .groupe-recherche-title-container,
    .chercheur-title-container,
    .second-column-chercheur-post,
    .ressource-title-container,
    .ressource-post-container,
    .location-title-container,
    .location-post-container {
        width: 90%;
    }
    .second-column-chercheur-post {
        margin-left: 0px;
    }
    .first-column-chercheur-informations,
    .thematique-ressource-title,
    .second-column-chercheur-informations,
    .thematique-title-ressource,
    .thematique-auteur-title {
        width: 100%;
    }
    .ressource-article-container,
    .all-ressource-chercheur-container {
        display: flex;
        flex-direction: column;
    }
    .first-column-ressource-video,
    .template-home-newsletter-container,
    .template-home-reseau-container,
    .first-column-thematique-informations,
    .thematique-ressource-informations-card,
    .chercheur-post-information-container,
    .first-column-chercheur-post,
    .first-column-second-container,
    .second-column-ressource-article,
    .ressource-article-image,
    .second-column-ressource-chercheur,
    .news-first,
    .news-second,
    .count-container-chercheur,
    .count-container ul,
    .news-third-item,
    .news-fourth-item,
    .last-footer-container div,
    .first-column-single-article,
    .second-column-single-article,
    .first-column-ressource-article,
    .first-column-ressource-chercheur,
    #filter-pays,
    #filter-tags,
    #filter-universites,
    #filter-types,
    #searchSearcher {
        width: 100%;
    }
    .second-column-ressource-chercheur,
    .second-column-thematique-informations,
    .chercheur-post-information-container,
    .second-column-single-article,
    .ressource-article-title,
    .first-column-second-container,
    .second-column-chercheur-informations {
        margin: 0!important;
    }
    .ressource-article-link-first-column,
    .discipline-container {
        display: flex;
    }
    .news,
    .count-container-flex,
    .searchbar-template-chercheur,
    .template-home-newsletter-reseau-container,
    .first-column-ressource-post,
    .thematique-informations-container,
    .last-footer-container,
    .lien-group-body,
    .single-article-content,
    .ressource-chercheur-container,
    .first-column-chercheur-informations,
    .map-filter,
    .google-map,
    .thematique-ressource-informations-container {
        flex-direction: column;
    }
    /* .second-column-container, */
    .chercheur-link-container,
    .ressource-chercheur-container,
    .ressource-post-container {
        padding: 0!important;
    }
    .news-second-flex {
        display: inherit;
    }
    .news-second-item,
    .news-third-item,
    .news-fourth-item {
        /* padding: 10px 0 0 0!important; */
        margin: 0!important;
    }
    .news-second {
        height: inherit;
    }
    .all-ressource-chercheur-container,
    .all-ressource-image,
    .ressource-article-title {
        padding-bottom: 20px;
    }
    .first-column-ressource-chercheur,
    .template-home-reseau-container,
    .thematique-informations-container,
    .thematique-ressource-informations-container,
    .chercheur-post-information-container,
    .ressource-title-container,
    .location-title-container,
    .groupe-recherche-link,
    #show-chercheur-container,
    .ressource-article-container,
    .chercheur-template-title-container,
    .first-column-second-container,
    .second-column-chercheur-informations,
    .groupe-recherche-title-container {
        padding-top: 20px!important;
    }
    #filter-pays,
    #filter-tags,
    #filter-universites,
    #filter-types,
    #searchSearcher {
        margin-bottom: 10px;
    }
    .thematique-ressource-informations-card {
        flex-direction: column-reverse;
    }
    .searchbar-template-chercheur {
        align-items: inherit;
    }
    .first-column-container .agenda-menu,
    .first-column-container .contribution-menu,
    .first-column-container .actualite-menu,
    .first-column-container .last-post-category-menu {
        align-items: flex-end;
    }
    .category-chercheur,
    .second-article-category {
        margin-top: 20px!important;
    }
    .first-column-container ul a {
        display: none;
    }
    .article-category {
        /* background-color: #0b5f80; */
    }
    .searchbar-template-chercheur,
    .map-filter {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    #filter-pays,
    #filter-tags,
    #filter-universites,
    #filter-types,
    #searchSearcher,
    .filterbar-option,
    #ressources-search,
    #chercheurs-search {
        margin-right: 0;
    }
    .resetFilter {
        max-width: 260px;
        width: auto;
        height: 50px;
    }
    #mapFilter div label {
        margin: 0 0 0 1px;
        width: 100%;
    }
    .tabcontent-congres .tabcontent-information {
        flex-direction: column;
        align-items: center;
    }
    .second-column-congres {
        min-width: 80%;
    }
    .tabcontent-congres {
        width: 80%;
    }
    .tabcontent {
        padding: 0;
    }
    .tabcontent p:first-child {
        margin-top: 10px;
    }
    .tabcontent-information img {
        margin: 0 0 20px 0;
        height: auto;
        object-fit: cover;
        min-width: 100%;
        max-width: 100%;
    }
    .search-formation {
        margin-bottom: 10px;
    }
    /* Slider 1 for tablet */
    .news-container .news-second .news-second-item{
        height: 250pxh;
    }
    .news-container .news-second .post-image{
        height: 250px;
    }
    /* .news-second-item-informations, .news-third-item-informations, .news-fourth-item-informations {
        padding-bottom: 10%;
        height: unset;
    } */
    .news-container .news-second .news-third-item, .news-container .news-second .news-fourth-item{
        height: 250px;
    }
}

@media(max-width: 900px) {
    .congres-container {
        flex-direction: column;
    }
    .first-column-congres {
        display: grid;
        grid-template-columns: 25% 75%;
        grid-template-areas: "icon nav" "partner nav" "partnerLogo nav" "soutien nav" "soutienLogo nav";
        grid-template-rows: 100px auto 40px auto 40px;
        margin-bottom: 20px;
    }
    .first-column-congres img {
        grid-area: icon;
        align-self: center;
        justify-self: start;
        object-fit: contain;
        height: 100%;
    }
    .first-row-partenaire {
        grid-area: partnerLogo;
    }
    .second-row-partenaire {
        grid-area: soutienLogo;
    }
    .tab-congres {
        grid-area: nav;
        justify-self: right;
        align-self: start;
        height: auto;
        margin-top: 0;
        width: 80%;
    }
    .tab-congres p {
        margin-top: 0;
    }
    .title-partenaire {
        align-self: center;
        font-size: 18px;
        margin: 0;
    }
    .first-row-partenaire img {
        height: 100%;
    }
    .second-column-congres div {
        width: 100%;
    }
    .single-thematique-container {
        flex-direction: column;
    }
    .first-column-single-thematique,
    .second-column-single-thematique {
        width: 100%;
    }
    .thematique-auteur-card {
        min-width: 100%;
        max-width: none;
    }
    .first .article-image:first-child img{
        min-height: auto !important;
        max-height: auto !important;
    }
    .global-container{
        width: 100%;
    }
    .global-container .first-column-container{
        padding-right: 0;
    }
    .global-container .first-column-container .article-category{
        margin-left: 5%;
    }
    .global-container .first-column-container .article-title{
        margin: 0 5% 5px;
    }
    .first .actualite-information-container{
        margin: 20px 5% 0 5%;
    }
    .first .actualite-information-container .article-information{
        font-size: 18px;
    }
    .first .actualite-information-container .article-information a{
        text-decoration: underline;
    }
    .article-flex-content .article-first-flex .article-content-first{
        margin-top: 20px;
        padding-bottom: 0;
    }
    .article-flex-content .article-first-flex .article-content-first .article-image img{
        max-width: 100%;
        min-width: unset;
        min-height: unset;
    }
    .article-second-flex .article-title{
        padding: 20px 5%;
    }
    .article-second-flex div:first-child .article-title{
        border-top: 1px solid #919191;
    }
    .institutions-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media(max-width: 700px){
    .header-fuce-fiuc-container {
        justify-content: flex-start;
    }
    .header-pluriel-logo-container {
        width: 100%;
    }
    .header-pluriel-logo-container {
        flex-direction: column;
    }
    .header-fuce-fiuc-container img {
        /* margin: 10px 108px 10px 0; */
        margin-bottom: 10px;
        margin-right: unset;
    }
}

@media(max-width: 650px) {
    .searchbar-template-chercheur,
    .map-filter {
        grid-template-columns: 1fr 1fr;
    }
    .header-fuce-fiuc-container p {
        font-size: 15px !important;
    }
    .header-fuce-fiuc{
        background-size: contain;
    }
}

@media(max-width: 550px) {
    .page-template-container .page-template-content {
        flex-direction: column;
        align-items: center;
    }
    .page-template-container .page-template-content .second-column-page-template {
        width: 100%;
    }
    .page-template-chercheur-membre-container .page-template-chercheur-membre-card {
        min-width: 100%;
        max-width: none;
    }
    .thumbnail-congres h2 {
        font-size: 40px;
    }
    .first-column-congres {
        grid-template-columns: 50% 50%;
    }
    .tab-congres {
        width: 100%;
    }
    .ressource-chercheur-first-tag-title {
        height: auto;
        width: auto;
        padding: 10px;
        justify-content: flex-start;
    }
    .university_institution a {
        width: 50%;
    }
}

@media(max-width: 450px) {
    .news-first .slider-wrapper-first button:nth-child(2){
        display: none;
    }
    .all-post .news-container {
        max-height: 1400px;
    }
    .all-post .news-container .slider-wrapper {
        height: 50vh;
    }
    .all-post .news-container .news-second {
        height: 75vh;
    }
    /* .all-post .news-container .news-second .news-second-item {
        height: 50%;
    } */
    .all-agenda:not(:first-child),
    .all-actualite:not(:first-child),
    .all-publication:not(:first-child),
    .last-ressource-second-container {
        display: flex;
        flex-direction: column;
    }
    .global-container .article-image img,
    .video-image iframe,
    .publication-image img {
        max-width: 100%;
    }
    .global-container .all-last-ressource-second-container .last-ressource-information-container {
        margin-left: 0;
        margin-top: 10px;
    }
    .last-ressource-second-container {
        margin-left: 0;
    }
    #articleList .list .list-item,
    #ressourcesContainer .list .list-item {
        min-width: 100%;
    }
    #articleList .list .list-item a,
    #ressourcesContainer .list .list-item a {
        min-width: 100%;
    }
    .search-formation p,
    .search-actualite p,
    .search-result span {
        min-width: 100%;
    }
    .universite-container,
    .tag-container {
        flex-direction: column;
        align-items: center;
    }
    .first-column-tag {
        width: 100%;
    }
    .second-column-tag {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .searchbar-template-chercheur .filterbar-option,
    .searchbar-template-chercheur .filterbar-option+input {
        min-width: 100%;
        margin-top: 10px;
    }
    .searchbar-template-chercheur .resetFilter {
        min-width: 100%;
        margin-top: 20px;
    }
    .searchbar-template-chercheur,
    .map-filter {
        grid-template-columns: 1fr;
    }
    .initialise {
        justify-self: center;
    }
    .first-column-congres {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas: "icon icon" "partner partnerLogo" "soutien soutienLogo" "nav nav";
        /* grid-template-rows: 100px 40px 40px auto; */
        grid-template-rows: auto auto auto auto;
    }
    .congres-container .first-column-congres > img{
        height: 100px;
    }
    .first-column-congres img {
        justify-self: center;
    }
    .first-row-partenaire{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .second-row-partenaire{
    }
    .first-row-partenaire img, .second-row-partenaire img{
        height: 50px;
    }
    .title-partenaire {
        justify-self: end;
        margin-right: 5px;
    }
    .other-ressource-tag-link {
        flex-direction: column;
    }
    .other-ressource-tag-link div img,
    .other-ressource-tag-container img {
        max-width: 100%;
        width: 100%;
        object-fit: contain;
    }
    .other-ressource-tag-link div:first-child {
        margin: 0;
    }
    .other-ressource-tag-link {
        padding: 0;
    }
    .search-result {
        padding: 0;
        background: #e6e6e6;
        display: flex;
        flex-direction: column;
        overflow: scroll;
    }
    .search-result span {
        background-color: none;
    }
    #chercheurs-search {
        min-width: 100%;
    }
    .other-ressource-tag-link>div>.date-actu {
        margin: 10px;
    }
    .other-ressource-chercheur-container .other-ressource-chercheur-link-container,
    .other-ressource-tag-container .other-ressource-tag-link {
        min-width: 100%;
    }
    .extra-title-container {
        height: max-content;
    }
    .extra-title-container .page-category-type,
    .extra-title-container .page-category-chercheurs {
        font-size: 12px;
    }
    .header-fuce-fiuc-container p {
        font-size: 11px !important;
    }
    /* Slider 1 for smartphone */
    .news-container .news .news-first{
        height: calc(100vh - 120px - 40px);
        max-height: 300px;
    }
    .news-container .news-second .news-second-item{
        height: 25vh;
    }
    .news-container .news-second .post-image{
        height: 100%;
    }
    .news-second-item-informations, .news-third-item-informations, .news-fourth-item-informations {
        padding-bottom: 10%;
        height: unset;
    }
    .news-container .news-second .news-third-item, .news-container .news-second .news-fourth-item{
        height: 25vh;
        max-height: 250px;
    }
    .slider-category {
        font-size: 2.7rem !important;
    }
    .slider-title {
        font-size: 13px !important;
		display:none;
    }

}


/* Slideshow container */

.blog-slider__container {
    max-width: 80%;
    position: relative;
    margin: auto;
    height: 300px;
    .blogSlides img {
        object-fit: cover;
        width: 100%;
        height: 300px;
    }
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    /* margin-top: -22px; */
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.blog-slider__text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.blog-slider__numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.blogSlider__dots {
    text-align: center;
    &--dot {
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
}


/* Fading animation */

.fade {
    -webkit-animationn-name: fade;
    -webkit-animationn-duration: 1.5s;
    animationn-name: fade;
    animationn-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@font-face {
    font-family: "myriad";
    src: url(fonts/Myriad/MYRIADPRO-REGULAR.woff);
}


/*minimum*/

.tab_check,
.tab_content {
    display: none;
}

#tab_1:checked~#content_1,
#tab_2:checked~#content_2,
#tab_3:checked~#content_3,
#tab_4:checked~#content_4 {
    display: block;
}


/*customisation bonus*/

.tabs_wrap {
    font-size: 0em;
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.tabs_wrap label,
.tabs_wrap div {
    font-size: 16px;
}

.tab_ressource {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-bottom: 2px solid #0a5e80;
}

.tab_check:checked+.tab_ressource {
    background-color: rgb(10 94 128);
    ;
    cursor: auto;
    color: rgb(255, 255, 255);
	border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}

.tab_content {
    padding-top: 20px;
}

.reset-filter {
    background: #808080;
    padding: 13px;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
}

.reset-filter:hover {
    cursor: pointer;
}

.filterbar-formation,
.filterbar-chercheurs,
.filterbar-actualites,
.filterbar {
    margin: auto !important;
    width: 80% !important;
    padding-top: 30px !important;
}

.filterbar .filterbar-select {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.filterbar .filterbar-select select {
    margin: 0 5px;
}

#resetFilter {
    cursor: pointer;
}

.checkbox-ressources,
.select-ressources,
.select-actualites,
.checkbox-actualites {
    display: flex !important;
    padding-top: 10px !important;
    flex-wrap: wrap;
}

.ressources-article,
.ressources-article {
    background: #ff9900;
}

.ressources-publication::first-letter,
.ressources-article::first-letter,
.ressources-videos::first-letter {
    text-transform: uppercase;
}

.publication,
.ressources-publication {
    background: #cf2a27;
}

.video,
.ressources-videos,
.ressources-video {
    background: #a64d79;
}

.actualites-actualite {
    background: #6ca7e5;
    ;
}

.actualites-appel-contribut {
    background: #20568f;
}

.actualites-agenda {
    background: #194370;
}

#search-ressources,
#search-actualites,
#search-chercheurs,
#search-formations {
    margin-left: 25px;
    cursor: pointer;
}

#resetFilter1,
#resetFilter2,
#resetFilter3,
#resetFilter4 {
    cursor: pointer;
}

#resetFilter3 {
    max-width: 16%;
}

.background-modal-false {
    display: none;
}

.background-modal-true {
    display: flex;
    position: fixed;
    z-index: 1999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #165f70;
    background-color: rgb(22, 95, 112, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#search-modal-content {
    flex-direction: initial!important;
}

.background-modal-true h4 {
    font-weight: bold;
    color: white;
}

.form-modal form {
    z-index: 2999999999999999 !important;
    position: sticky;
}

.background-modal-true form {
    color: white;
}

.search-btn {
    border: none;
    background: none;
    margin-left: 0px;
	padding-bottom:10px;
}

.inputSearchClass {
    border: none !important;
    width: 300px !important;
    height: 35px !important;
    border-radius: initial !important;
}

.search-submit {
    margin-left: -5px;
    border: none;
    height: 35px;
    border-radius: initial;
    background-color: white;
}

@media screen and (min-width: 990px) {
    .sticky {
        /* position: sticky; */
        top: 0px;
        z-index: 99999;
        background-color: #165F70;
    }
    .sticky .menu-container {
        box-shadow: none;
    }
    .sticky #search-modal-btn {
        box-shadow: none;
        color: white;
        background-color: #165F70;
    }
    .sticky .menu-container .menu .main-navigation ul li a {
        color: white !important;
    }
    .notSticky {
        background-color: white;
    }
    .notSticky .menu-container {
		    box-shadow: inset 0 1px 0 rgb(175 175 175 / 80%), inset 0 15px 17px rgb(238 238 238 / 80%), inset 0 -5px 12px rgb(0 0 0 / 0%);
    border-radius: 35px;

    }
}

@media screen and (max-width: 990px) {
    #search-modal-btn {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    /* .count-container-flex {
        display: block!important;
    } */
    .count-container {
        display: none;
    }
    .count-container-title {
        max-width: 100%!important;
        margin: 25px 10px;
    }
    .count-container-box {
        background-color: #F6F6F6!important;
    }
    .count-container-box:hover {
        background-color: #0b5e80 !important;
        /* border: 4px solid #FFFFFF; */
        border-radius: 15px;
        color: white;
    }
    .footer-news-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .footer-news-flex section {
        margin: 20px 50px;
        width: unset;
        min-width: 300px;
        height: 250px;
    }
    .footer-news-flex section:first-child {
        min-width: 100%;
        height: 100px;
    }
    .footer-news-flex section section, .footer-news-flex form{
        height: 210px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .footer-news-flex section section, .footer-news-flex form input{
        margin: unset !important;
    }
    .footer-news-flex section section, .footer-news-flex form .form-newsletter-name{
        height: 210px;
    }
    .footer-news-flex form .form-newsletter-name{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 33.33%;
        width: 100%;
    }
    .footer-news-flex section section, .footer-news-flex form button{
        margin: 0 !important;
    }
    #footer .container-bg-blue{
        background-position: top right !important;
    }
}

@media screen and (max-width: 900px) {
    .header-fuce-fiuc-container p {
        font-size: 14px;
    }
}

@media screen and (max-width: 710px) {
    .header-fuce-fiuc-container p {
        font-size: 11px;
    }
}

.menu-toggle {
    top: 45px !important;
}

#footer {
    margin-top: 0px!important;
    background-color: #165F70!important;
}

.all-actualite.first>div.article-title>a, .article-first-flex>div.article-content-first>.actualite-information-container>.article-title>a{
    line-height:1.15;
 }

.imageThematiqueWcard{
    object-fit: unset !important;
}

.single-article-date{
    font-family: 'Raleway', sans-serif !important;
}

@media screen and (max-width:480px) {
    
    .header-pluriel-logo-container p, .header-pluriel-logo-container a{
        text-align: left;
    }
}

/* LOADER */

.loader{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
  }
  
  .loader:before, .loader:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #165F70;
  }
  
  .loader:before{
    z-index: 100;
    animation: spin 1s infinite;
  }
  
  .loader:after{
    border: 10px solid #ccc;
  }
  
  @keyframes spin{
    0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  
/* Non classés : Raphael Georgy */

.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
	border-radius:10px;
}

ul.sub-menu {
	    border-radius: 15px;
    transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.ressource-article-link-first-column a {
    background: #ffffff;
    padding: 3px 15px 5px 15px;
    border-radius: 15px;
    color: #888888;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 200%;
	box-shadow: 0 0 7px #c4c4c4;
}

.ressource-article-link-first-column a:hover {
    background-color: #165F70 !important;
    color: white;
    transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
}

.first-column-first-container {
    margin-right: 10px;
	font-size: 14px;
}


figure.wp-block-image.size-large img {
    border-radius: 15px!important;
    margin-top: 10px;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-family: Raleway, sans-serif;
}


@media (max-width: 550px) {
div#articleSecondFlex {
	display:none;
	
}

.news-second {
	border-radius:15px!important;
	
}

.news-fourth-item .hover-background {
	border-radius:15px
}

}

.bluet_block_container {
	
	border-radius:5px;
	margin-top:-1px!important;
	
}

.bluet_text_content {
	
	padding:15px 20px 12px 20px!important;
}

.pum-theme-26995 .pum-content + .pum-close, .pum-theme-theme-par-defaut .pum-content + .pum-close {background-color: rgb(40 134 156)!important;border-radius: 0px;
    border-top-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;box-shadow:0 0 0!important;
	line-height: 18px!important;}
	
	
	.pum-theme-26995 .pum-content, .pum-theme-theme-par-defaut .pum-content {
	font-size: 14px;
    font-family: "Raleway"!important;}
	
	.pum-container .pum-title {margin-bottom:0;}
	
	
	.pum-theme-26995 .pum-title, .pum-theme-theme-par-defaut .pum-title {
	line-height: 115%!important;
	font-weight:600!important;}
	
	.pum-theme-26995 .pum-container, .pum-theme-theme-par-defaut .pum-container {padding:20px!important;}

    .wp-block-button__link{
        color:#fff;
        background-color:#115f7e;
        border-radius:10px;
        box-shadow:none;
        text-decoration:none;
        padding:calc(.667em + 2px) calc(1.333em + 2px);
        font-size:1.125em;
        transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
        margin-bottom: 7px;
    }

        .wp-block-button__link:hover {
            color:#115f7e;
            background:white;
            transition: .45s cubic-bezier(0.02, 0.59, 0.38, 1.01);
            box-shadow: 0 0 7px #c4c4c4;
        }
        
    .wp-block-file__button{
        background:#32373c;
        color:#fff;
        text-decoration:none}