@charset "utf-8";
/* IPSL CSS v1.1*/

html, body {
  font-family: 'Poppins', sans-serif;
  color: var(--paragraphe-text);
  font-size-adjust: auto;
  height: 100%;
  scroll-behavior: smooth; /*NE FONCTIONNE PAS IE + SAFARI*/
}
* {
  box-sizing: border-box;
  /* padding: 0; */
  /* margin: 0; */
}
/*============================POLICES ET FONT-ICONES==========================================*/
/*
GET http://localhost/ipsl.fr/wp-content/themes/ipsltheme/ipsl/css/fonts/caviar_dreams/CaviarDreams.woff2 net::ERR_ABORTED 404 (Not Found)
@font-face {
  font-family: "CaviarDreams";
  src:
    url('../fonts/caviar_dreams/CaviarDreams.woff2') format('woff2'),  url('../fonts/caviar_dreams/CaviarDreams.woff') format('woff');

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/fontawesome/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'); 

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
@font-face {
  font-family: 'ipsl';
  src: url('../fonts/fontipsl/ipsl.woff') format('woff');
  font-weight: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*============================BACKGROUND==========================================*/
.background1 {
  background: var(--bckgrd-img), var(--gradient) ;
  background-repeat: no-repeat;
  background-position: var(--position);
  background-size: var(--bckgrd-size);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}



/*code actuel*/
 .background2 {
  background: var(--gradient);
  background-repeat: no-repeat;
  background-position: var(--position);
}   


.boxShadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.disable {
  display: none
}
/*=============================OPTION DE COULEUR BACKROUND-MASQUES ET BOUTONS=========================*/
/*COULEURS DU THEME*/
.dominante {
  background: var(--dominante)
}
.dominante-5 {
  background: var(--dominante-5)
}
.dominante-6 {
  background: var(--dominante-6)
}
.dominante-7 {
  background: var(--dominante-7)
}
.dominante-8 {
  background: var(--dominante-8)
}
.dominante-9 {
  background: var(--dominante-9)
}
.composante {
  background: var(--composante)
}
.medium {
  background: var(--medium)
}
.nuance-1 {
  background: var(--nuance-1)
}
.nuance-2 {
  background: var(--nuance-2)
}
.nuance-3 {
  background: var(--nuance-3)
}
/*COULEUR LABORATOIRES */
.ipsl {
  background: var(--ipsl)
}
.lsce {
  background: var(--lsce)
}
.lmd {
  background: var(--lmd)
}
.cerea {
  background: var(--cerea)
}
.locean {
  background: var(--locean)
}
.sirta {
  background: var(--sirta)
}
.latmos {
  background: var(--latmos)
}
.lerma {
  background: var(--lerma)
}
.geops {
  background: var(--geops)
}
.lisa {
  background: var(--lisa)
}
.metis {
  background: var(--metis)
}
.metis {
  background: var(--metis)
}
.ser {
  background: var(--ser)
}
/*============================TITRES ET SOUS-TITRES==========================================*/
h1 {
  font-family: "CaviarDreams";
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.7em;
  text-align: center;
  font-weight: 600;
}
h1 small {
  text-transform: none
}
h1.entry-title {
  font-family: "Poppins";
  font-size: 2.1em;
  text-transform: none;
  font-weight: 400;
  color: var(--dominante);
  text-align: left;
  line-height: 1em;
}
h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3 {
  color: var(--dominante);
}
h2 {
  font-weight: 300;
  text-align: center;
  width:100%;
}
h3 {
  font-weight: 400;
  font-size: 1.2em;
}
h4, h5, h6 {
  font-weight: 500;
}
h4 {
  color: #000;
  font-size: 0.8em;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2em;
}
h5, h6 {
  color: var(--medium);
}
h5 {
  font-size: 0.75em;
  letter-spacing: 0.01em;
  line-height: 1em;
}
h6 {
  font-size: 0.7em;
  line-height: 0.9em;
}
@media (max-width: 1200px) {
  h1, h1.entry-title {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.5em;
    font-weight: 400;
  }
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  h1, h1.entry-title {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.1em
  }
  h4 {
    font-size: 0.75em
  }
}
@media (max-width: 768px) {
  h1, h1.entry-title {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1em
  }
  h4 {
    font-size: 0.7em
  }
}
/*TITRELONG*/
.titrelong {
  font-weight: 500;
  font-size: 1em;
  color: var(--dominante);
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.2em
}
@media (max-width: 992px) {
  .titrelong {
    font-weight: 500;
    font-size: 0.8em;
  }
}
/*==============================HEADER FIXED TOP==================================================*/
#header {
  position: fixed;
  top: 0;
}
/*====================================LOGO==================================================*/
#logo, #logo2 {
  position: absolute;
  margin: 0.5em;
  z-index: 100;
}
#logo a:hover, #logo a:active {
  opacity: inherit;
}
.logo_img {
  min-width: 50%;
  max-height: 130px;
}
.logo_img_2 {
  min-width: 50%;
  max-height: 90px;
}

@media (max-width: 992px) {
  .logo_img_2, .logo_img {
    max-width: 15%;
  }
}
@media (max-width: 768px) {
  .logo_img_2, .logo_img {
    max-height: 80px;
  }
}
/*====================================NOM ET SLOGAN==================================================*/
#name_identity h1 {
  color: var(--color-text);
  max-width: 60%;
  margin: 0 20%;
  padding: 0 1em;
}
#identity hr.separateur {
  margin-bottom: 0
}
#slogan h1 {
  color: var(--color-text);
  max-width: 80%;
  margin: 0 10%;
  text-transform: none;
}
@media (max-width: 990px) {
  #identity {
    font-size: 1em;
    padding: 1em;
    min-height: 50px;
  }
}
/*====================================POSITION CORPS DE PAGE ===================================================*/
/*voir le JS : ipsl.js*/
.sections_page {
  margin-bottom: 1em;
}
.sections_page section:first-child {
  margin-top: 0;
  padding: 0;
}
section {
  padding-top: 2em;
  clear: both;
}
.section_wrapper:first-child {
  padding-top: 3em
}
/*=============================SECTIONS HOME PAGE==============================================*/
.contenu {
  background: #fff;
}
/*=============================GESTION DES PARAGRAPHES====================================*/
p {
  text-align: justify;
  /* display:inline; */
}
/*=======3 colonnes============*/
.multicolonnes {
  /*nombre de colonnes*/
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  /*gouttière*/
  -webkit-column-gap: 2em; /* Chrome, Safari, Opera */
  -moz-column-gap: 2em; /* Firefox */
  column-gap: 2em;
}
@media (max-width: 992px) {
  .multicolonnes {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .multicolonnes {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}
/*=======2 colonnes============*/
.multicolonnes2 {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 2em; /* Chrome, Safari, Opera */
  -moz-column-gap: 2em; /* Firefox */
  column-gap: 2em;
}
@media (max-width: 992px) {
  .multicolonnes2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}
/*=====separateur "filet"=======*/
hr {
  opacity: 1;
  border: 0.01em solid var(--border-hr);
  margin: 0.5em 0;
}
hr.separateur {
  max-width: 200px;
  margin: 0.5em auto 1em;
}
#identity hr.separateur {
  margin-bottom: 0
}
/*=====separateur "ondes"=======*/
.ondes_after::after {
  font-family: 'ipsl';
  content: "\e901";
  font-size: 20px;
  width: 100%;
  margin: 1em auto;
  color: var(--nuance-1);
  display: block;
  text-align: center;
}
.ondes_before::before {
  font-family: 'ipsl';
  content: "\e901";
  width: 100%;
  font-size: 20px;
  margin: 0.5em auto;
  color: var(--nuance-1);
  display: block;
  text-align: center;
}


/*========================BLOCKQUOTE============================================================*/
blockquote {
  font-style: italic;
  position: relative;
  text-align: justify;
}
blockquote::before {
  font-family: 'ipsl';
  content: "\e902";
  font-size: 0.8em;
  margin-right: 10px;
  color: var(--dominante);
  display: inline-block;
}
blockquote::after {
  font-family: 'ipsl';
  content: "\e903";
  color: var(--dominante);
  font-size: 0.8em;
  margin-left: 10px;
  display: inline-block;
}
/*=============================HYPERLIENS DANS LE TEXTE====================================================================*/
a.link_inline {
  color: var(--dominante)
}
a.link_inline:hover {
  color: var(--dominante);
  text-decoration: underline
}
/*====================================LISTES  DE LIENS ===================================================*/
ul>li {
  list-style: none;
}
ul.list_item li {
  display: block;
  line-height: 1em;
  text-decoration: none;
  border: none;
  text-transform: none;
  margin-left: 1.4em;
}
ul.list_item li::before {
  font-family: 'ipsl';
  content: "\e900";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  color: var(--dominante);
  display: inline-block;
  line-height: 3em;
  margin-left: -1.6em;
}
ul.list_item_link {
  margin: auto;
  padding: 1em;
  background: var(--nuance-3)
}
ul.list_item_link li {
  padding-bottom: 0.2em;
}
ul.list_item_link li a {
  background-size: 10px 10px;
  background-image: linear-gradient(to right, var(--nuance-1), var(--nuance-1));
  background-repeat: no-repeat;
  background-position: left 0.25em;
  display: inline-block;
  padding: 0 20px 0 20px;
  text-decoration: none;
  border: none;
  text-transform: none;
  line-height: 1.2em;
  color: var(--paragraphe-text);
  width:100%;
}
ul.list_item_link li a:hover {
  opacity: 1;
  color: var(--medium);
  background-image: linear-gradient(to right, var(--composante), var(--composante));
}
/*======================================GLOSSARYLINK=======================================================*/
.ipsltheme_definition, .glossaryLink {
  font-weight: 500;
  color: var(--dominante);
  cursor: context-menu;
}
/*=========================================TOOLTIP  =======================================================*/
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: var(--dominante);
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: var(--dominante);
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: var(--dominante);
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: var(--dominante);
}
.tooltip-inner {
  font-family: 'Poppins', sans-serif;
  color: var(--color-text);
  max-width: 250px;
  padding: 0.6em 1em;
  text-align: center;
  background-color: var(--dominante);
  border-radius: inherit;
}
/*===============================BOUTONS====================================*/
.btn {
  color: #fff;
  height: 2.4em;
  /* border-radius: 0.2em; */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); /*background:var(--nuance-1);*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  justify-content: center;
  padding: 0.375em 0.7em;
  margin: 0.5em 0;
  transition: none;
}
.btn:hover, .btn:visited, .btn:focus, .btn.active {
  color: #fff;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  -ms-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  background: var(--medium);
}
.btn_title {
  color: #fff;
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  margin: 0.2em 0.5em;
}
.btn_action {
  color: var(--paragraphe-text);
  font-size: 0.8em;
  line-height: 1.2em;
  position: absolute;
  margin-top: 2.9em;
  max-width: 100px;
  display: none;
}
.btn:hover .btn_action {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.btn i {
  color: #fff;
  padding: 0.2em 0;
}
/*===============================BOUTONS CHAMPS INFO====================================*/
.field_info {
  color: #fff;
  margin: 0.5em 0 1em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  min-width: 120px;
  justify-content: center;
  padding: 0.375em 0.7em;
}
.field_info i {
  color: #fff;
  padding: 0.15em 0;
}
.field_input {
  color: var(--paragraphe-text);
  font-size: 0.8em;
  line-height: 1.2em;
  position: absolute;
  margin-top: 2.5em;
  width: auto;
  margin: 2.8em auto;
  padding: 0 0.2em;
  max-width: 130px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
/*===============================BARRE DE BOUTONS====================================*/
.btn_barre .btn, .btn_barre .field_info {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.btn_barre .field_info {
  margin-bottom: 3em;
}
/*=================================SERIES D'IMAGES EN LIGNE HORIZONTALE======================================================*/
.img_inline img {
  position: relative;
  display: block;
  margin: 0 1.5em 2em;
  height: 100px;
  width: auto;
  overlay: hidden;
}
.img_inline a img:hover {
  cursor: pointer;
  transform: scale(1.3);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  -ms-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
}
/*===================================CENTRAGE VERTICALE ET HORIZONTALE DES VIGNETTES ===================================================*/
.vignette img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*====================================CARD===================================================*/
.card {
  width: 240px;
  height: 340px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0.5em;
  border-radius: 0;
}
.vignette.card_vignette {
  position: relative;
  height: 150px;
  width: 100%;
  overflow: hidden
}
.card:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  -ms-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
}
.card-month, .card-day {
  position: absolute;
  color: var(--color-text);
  width: 80%;
  right: 10%;
  z-index: 2;
}
.card-month {
  font-size: 22px;
  top: 0.3em;
}
.card-day {
  font-size: 72px;
  top: 0.45em;
  font-weight: 300;
}
.card-body {
  padding: 0 1em;
}
h3 .card-event-type {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 100%;
}
/*Onde IPSL*/
h3 .card-event-type::after {
  font-family: 'ipsl';
  content: "\e901";
  width: 100%;
  margin: 0.5em auto;
  color: var(--nuance-1);
  display: block;
  text-align: center;
  font-size: 1.2em;
}
.card-text {
  color: var(--paragraphe-text);
  text-align: left;
  word-break: break-word;
  display: -webkit-box;
  line-height: 1.4em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
/*====================================ITEM VIGNETTES===================================================*/
/*==Supp liseret==*/
.picture {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 2px;
  background: transparent;
}
.masque {
  opacity: 0.9;
  z-index: 3
}
/*==diminution progressive de l’opacité du masque ==*/
a .masque:hover {
  opacity: 0;
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  -ms-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
}
.vignette h3 {
  position: absolute;
  z-index: 4;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 25%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.02em;
}
.vignette .fa {
  position: absolute;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 4; */
  /* -ms-transform: translate(-50%, -50%); */
  /* -webkit-transform: translate(-50%, -50%); */
  /* -moz-transform: translate(-50%, -50%); */
  /* -o-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  font-size: 2em;
}
/*+++++++++++TYPE PORTRAIT format portrait+++++++++++++++++++++*/
.item_portrait {
  width: 190px;
  /* height: 250px; */
}
.item_portrait .vignette {
  position: relative;
  height: 250px;
  width: 190px;
  overflow: hidden;
}
/*TYPE CAMPAGNE format paysage*/
.item_paysage {
  width: 250px;
}
.item_paysage .vignette {
  position: relative;
  height: 190px;
  width: 250px;
  overflow: hidden;
}
/*+++++++++++++++++++TYPE THEMA format carré++++++++++++++++++*/
.item_carre {
  height: 100%;
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item_carre .btn{
  width: 40%;
}

.item_carre .vignette {
  position: relative;
  height: 190px;
  width: 190px;
  overflow: hidden;
}
.grand_no {
  position: absolute;
  text-align: center;
  font-size: 3em;
  color: var(--color-text);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*++++++++++++++TYPE SPOTLIGHT format rond++++++++++++++++*/
.item_brand {
  width: 190px;
}
.item_brand .vignette {
  position: relative;
  height: 190px;
  width: 190px;
  overflow: hidden;
}

/*TYPE LABOS / STRUCTURES*/
.vignette.logo_labo, .vignette.logo_structure {
position: relative;
height: 120px;
width:200px;
}

/*+++++++++++++++++++TYPE RECOMPENSE++++++++++++++++++++++++*/
.item_recompense {
  width: 242px;
  /*	margin:0 0.8em;*/
}
.item_recompense .vignette {
  position: relative;
  height: 320px;
  width: 242px;
  overflow: hidden;
  padding: 10px;
}
.item_recompense .picture {
  padding: 15%;
}
/* ++++++++++++++++++++TYPE LIVRES+++++++++++++++++++++++++++++*/
.item_livre {
  margin: 0 1em;
  max-width: 300px;
  height: auto;
}
.item_livre .vignette {
  position: relative;
  height: 400px;
  overflow: hidden;
  width: 300px;
}
/*recto*/
.item_livre.recto img {
  padding: 1.2em;
}
/*verso*/
.verso {
  margin-top: 5em;
}
.cat_livre {
  position: absolute;
  margin: 2.5em 2em;
  width: 240px;
  z-index: 1000;
}
.cat_name {
  font-weight: 500;
  font-size: 18px;
  color: #2b95b5;
  color: var(--dominante)
}
p.cat_content {
  line-height: 1.2;
  text-align: left
}
/*.item_vignette .btn, .item_carre .btn, */
.item_paysage .btn, .item_portrait .btn,.item_brand .btn, .item_recompense .btn {
  margin-left: 0;
  margin-bottom: 2em;
}

/*====================================PORTFOLIO============================================*/

.portfolio, .event_type {
  display: none;
  margin: 1em;
  vertical-align: top;
}
.calendar_list .portfolio {
  width:100%;
}
#event_mode_select .vignette{
  cursor:pointer;
  opacity:0.5;
}
#event_mode_select .vignette.active{
  cursor:default;
  opacity:1;
}
.filter.active .btn {
  background: var(--medium)
}
/*============================SERIE D'ITEMS_VIGNETTE HORS PORTFOLIO=======================================*/
.serie_items_vignette .item_paysage, .serie_items_vignette .item_portrait, .serie_items_vignette .item_carre, .serie_items_vignette .item_brand {
  margin: 1em
}
.serie_items_vignette .item_portrait {
  /* margin: 6em 1em */
}
/*==============================ILLUSTRATION SCIENTIFIQUE================================*/
.scientific_area {
  width: 100%;
}
.scientific_area figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.scientific_area_left, .scientific_area_right {
  margin-top: 0.35em;
  max-width: 255px;
  min-width: 200px;
}
.scientific_area_left {
  float: left;
  margin-right: 1em
}
.scientific_area_right {
  float: right;
  margin-left: 1em
}
@media (max-width: 767px) {
  .scientific_area_left, .scientific_area_right {
    float: none;
    max-width: inherit;
    margin: 0 auto 1em;
  }
  .scientific_area_left figure img, .scientific_area_right figure img {
    width: 100%;
  }
}
/*=================FIGCAPTION=============================*/
figcaption {
  margin: 0.5em auto;
}
figcaption .legende_img {
  font-size: 0.8em;
  color: var(--dominante);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1em;
}
/*list detail*/
dt {
  font-style: italic;
  font-size: 0.9em;
}
@media (max-width: 992px) {
  dt, dl {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  dt, dl {
    font-size: 0.8em;
  }
}
/*crédits images et copyrights*/
figcaption .credits_img {
  color: var(--paragraphe-text);
  font-size: 0.7em;
  margin-top: 0.2em;
  line-height: 1em;
}
/*TITLE campagne, portrait etc....*/
figcaption .img_title {
  color: var(--dominante);
  font-size: 1em;
  margin: 0.5em 0 0.2em;
  text-align: left;
  font-weight: 500;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*commentaire image*/
figcaption .propos_img {
  font-size: 0.9em;
  color: var(--paragraphe-text);
  line-height: 1.2em;
  display: -webkit-inline-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
/*====================================MOSAIQUE ===================================*/
.vignette img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flip-card {
  display: inline-block;
  background-color: transparent;
  max-width: 100%;
  max-height: 100%;
  perspective: 1000px;
  margin: 0 0.5em 0.7em;
}
.flip-card-inner {
  position: relative;
  width: 220px;
  height: 220px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.mosaique_title {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  perspective: 1000px;
  height: 190px;
  margin: 1em 1.5em;
  width: 190px;
}
.mosaique_title h3 {
  position: absolute;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3em;
  text-align: center;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 220px;
  height: 220px;
  overflow: hidden;
  backface-visibility: hidden;
}
.flip-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flip-card-front h3 {
  color: var(--color-text);
  position: absolute;
  z-index: 2;
  top: 1.3em;
  width: 190px;
  font-weight: 500;
  height: auto;
  font-size: 0.75em;
  padding: 0.85em 1em;
  margin: 0 1.2em;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.flip-card .masque, .flip-card a .masque:hover {
  opacity: 1
}
.flip-card-back {
  z-index: 3;
  background: var(--dominante);
  transform: rotateY(180deg);
  border: 15px solid #ffffff;
  padding: 0.75em;
  text-align: left;
}
.flip-card-back h3 {
  font-weight: 500;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: left;
  color: var(--color-text);
}
.flip-card-back p {
  text-transform: none;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  line-height: 1.3em;
  color: var(--color-text);
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .mosaique_title {
    order: -1;
    background: var(--dominante);
  }
  .mosaique_title h3 {
    color: var(--color-text);
  }
}
/*=================================TAB PANELS=================================*/
/*panel header*/
.panel-header {
  padding: 0 0;
  margin-bottom: 0.05em;
  background: var(--nuance-3);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.panel-header:hover {
  background: #e4e4e4;
  cursor: pointer;
}
.panel-header h3 {
  font-size: 1.1em;
  padding: 0.5em 1em 0em;
}
/*Panel body*/
.panel-img {
  float: right;
  margin: 0 0 0 1em;
  height: 160px;
  width: 240px;
  object-fit: contain;
}
.panel-body {
  padding: 0.5em 1em 1em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 180px;
}
.panel-body p {
  text-align: justify;
  font-size: 0.9em;
}
@media (max-width: 992px) {
  .panel-img {
    width: 33%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .panel-img {
    display: none;
  }
}
/*==================BANDEAU=================*/
.sections_page section:first-child.bandeau {
  padding: 2em 2em 1em;
}
.bandeau {
  background: var(--nuance-3);
  min-height: inherit;
  padding: 2em 2em 2em;
  margin-bottom: 2em;
}
.bandeau h2 {
  text-align: left;
  margin-bottom: 0.5em;
}
/*BANDEAU*/
.bandeau .masque {
  opacity: 1
}
.bandeau .item_paysage, .bandeau .item_portrait, .bandeau .item_carre, .bandeau .item_brand, .bandeau .item_recompense {
  float: left;
  margin-right: 1em;
  margin-left: 0;
  /* margin-bottom: 0.5em */
}

.bandeau .vignette.logo_labo { 
  float: right;
  margin-left: 1em;
  margin-right: 0;
  margin-bottom: 0.5em
}
@media (max-width: 768px) {
  .bandeau .item_paysage, .bandeau .item_portrait, .bandeau .item_carre, .bandeau .item_brand, .bandeau .vignette.logo_labo, .bandeau .item_recompense {
    float: inherit;
    display: block;
    margin: 0 auto 1em;
  }
}
/*====================BLOC DATE ARTICLE SCIENTIFIQUE / EVENEMENT============*/
.article_date {
  background: var(--nuance-1);
  color: #fff;
  padding: 0 auto;
  width: 4em;
  height: 4em;
  text-align: center;
  line-height: 1em;
  margin-right: 1em;
  float: left;
  margin-bottom: 0.5em;
}
.article_day {
  display: block;
  padding-top: 0.75em;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.article_month {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0.3em auto 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
.article_year {
  display: block;
  font-size: 0.6em;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 500;
  opacity: 0.7;
}
/*================== BLOC AREA===============*/
.bloc_area_20 {
  width: 17%;
  min-width: 15%;
}

.bloc_area_25 {
  width: 25%;
  min-width: 23%;
}

.bloc_area_30 {
  width: 27%;
  min-width: 25%;
}
.bloc_area_40 {
  width: 37%;
  min-width: 35%;
}
.bloc_area_50 {
  width: 47%;
  min-width: 45%;
}
.bloc_area_60 {
  width: 57%;
  min-width: 55%;
}
.bloc_area_70 {
  width: 67%;
  min-width: 65%;
}

.bloc_area {
  position: relative;
  color: #fff;
  padding: 2em;
  margin: 1em auto;
  max-width: 100%;
}

.bloc_area_title {color: var(--color-text);}

.bloc_area p {
  text-align: left
}

.bloc_area ul.list_item li::before {
  color: var(--color-text);
}
.bloc_area ul.list_item li {
  line-height: 1.4em;
}

/* responsive design*/
@media (max-width: 992px) {
  .bloc_area {
   padding:2em;
  }
}

@media (max-width: 768px) {
  .bloc_area {
	margin:2em auto 0;
  }
}

/*=======================POSITIONNEMENTS DES ELEMENTS/IMAGES ==================*/
.float-left {
  margin-right: 1em
}
.float-right {
  margin-left: 1em
}
@media (max-width: 767px) {
  .float-left {
    float: none;
    margin: 0 auto 1em;
  }
  .float-right {
    float: none;
    margin: 0 auto 1em;
  }
}
/*==============================CARD CONTACT===========================*/
.author_name {
  font-size: 1.2em;
}
.card_ctc h4 {
  text-transform: none
}
.card_ctc {
  /* max-width: 45%; */
  margin: 1em;
  padding: 1em;
  background: #fff;
}
.card_ctc .btn {
  margin: 0.5em 0
}
@media (max-width: 992px) {
  .author_name {
    font-size: 1.1em;
  }
  .author_fonction, .author_rattachement {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .card_ctc {
    min-width: 100%;
    margin: 1em 0;
    padding: 1em;
  }
}

/*=================================TIMELINE==========================================================*/
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  margin-top: 2em;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 4px;
  margin-left: -1.5px;
  content: "";
  background-color: var(--nuance-1);
}
.timeline > li {
  position: relative;
  min-height: 150px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
/*left element*/
.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: justify;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  border: 4px solid #fff;
}
/*variante image carrée*/
ul.timeline.img_carree > li .timeline-image {
  border-radius: inherit;
}
.timeline .timeline-heading h4 {
  text-transform: none;
  text-align: right;
  font-size: 0.9em;
  color: inherit;
}
.timeline .timeline-heading h3 {
  text-transform: none;
  text-align: right;
  color: var(--dominante)
}
.timeline .timeline-body > p {
  margin-bottom: 1em;
  text-align: justify;
  font-size: 0.9em;
  line-height: 1.4em;
}
.timeline > li .btn {
  margin-left: 0;
  margin-right: 0;
}
/*right element*/
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
/*LAST ELEMENT*/
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline > li:last-child .timeline-image {
  bottom: 0;
}
.timeline-image .vignette h4 {
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 150px;
    margin-bottom: 30px;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 0.9em;
  }
  /*LEFT ELEMENT*/
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 0 2em 0;
    text-align: right;
  }
  /*RIGHT ELEMENT*/
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 0 2em 2em;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel h3, .timeline > li.timeline-inverted > .timeline-panel h4 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
    margin-bottom: 30px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline-image .vignette h4 {
    font-size: 1.1em;
  }
  /*LEFT ELEMENT*/
  .timeline > li .timeline-panel {
    padding: 0 2em 2em 0;
    text-align: right;
  }
  /*RIGHT ELEMENT*/
  .timeline-inverted > li .timeline-panel {
    padding: 0 0 2em 2em;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 1.2em;
  }
  /*LEFT ELEMENT*/
  .timeline > li .timeline-panel {
    padding: 0 2em 2em 0;
  }
  /*RIGHT ELEMENT*/
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 0 2em 2em;
    text-align: left;
  }
}
/*============================= MODAL===============================================*/
.modal-backdrop.show {
  opacity: 0.7;
}
.modal-body p {
  font-size: 0.9em
}
.modal-body article {
  margin-bottom: 2em
}
.modal-body img {
  width: 100%
}
/*===================================SLIDER=======================================*/
#slider .card-img-overlay {
  position: absolute;
  height: 100%;
  width: 100%
}
#slider .card-img-overlay img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#slider .carousel-item {
  height: 280px;
}
.slider-subtitle {
  margin-bottom: 0em;
  position: absolute;
  z-index: 2;
  top: 0;
  font-size: 0.9em;
  padding: 0.5em 1.5em;
  line-height: 1.2em;
  animation-name: example;
  animation-duration: 6s;
  color: var(--color-text);
  background-color: var(--dominante)
}
@keyframes example {
  0% {
    top: -350px;
    color: var(--color-text);
  }
  35% {
    background-color: var(--dominante-5);
    top: 0px;
  }
  50% {
    background-color: var(--dominante-8);
    top: 0px;
  }
  75% {
    background-color: var(--dominante);
    top: 0px;
  }
  100% {
    background-color: var(dominante);
    top: 0px;
  }
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  cursor: pointer;
}
/*============================AGENDA==========================================*/
.agenda_thumbnail {
  width: 100px;
  margin: 0 1em 1em;
}
.agenda_thumbnail .vignette {
  width: 100px;
  height: 100px;
  background: var(--dominante);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.agenda_thumbnail a .vignette {
  width: 100px;
  height: 100px;
  background: var(--nuance-3);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.0);
}
.agenda_thumbnail a:hover .vignette {
  background: var(--dominante-5);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  -ms-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
}
.agenda_thumbnail .vignette .masque {
  opacity: 1
}

.agenda_thumbnail .vignette .fa {
  position: absolute;
  top: 20%;
  font-size: 2.5em;
  left: 30%;
}
.agenda_thumbnail .img_title {
  text-align: center
}
.evts_barre .filter.active .btn {
  background: var(--nuance-1)
}

.event_item {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1em;
}

/*===================================CALENDAR================================*/
/*JOURS COMPORTANTS AU MOINS 1 EVENEMENTS à effacer pour la mise en service*/
/* .calendar tr:nth-child(2) td:nth-child(3) { */
  /* background: var(--dominante); */
/* } */
/* .calendar tr:nth-child(2) td:nth-child(5) { */
  /* background: var(--dominante); */
/* } */
/* .calendar tr:nth-child(3) td:nth-child(2) { */
  /* background: var(--dominante); */
/* } */
/* .calendar tr:nth-child(3) td:nth-child(4) { */
  /* background: var(--dominante); */
/* } */
/* .calendar tr:nth-child(3) td:nth-child(5) { */
  /* background: var(--dominante); */
/* } */
/* .calendar tr:nth-child(4) td:nth-child(2) { */
  /* background: var(--dominante); */
/* } */
/* .calendar tr:nth-child(4) td:nth-child(3) { */
  /* background: var(--dominante); */
/* } */

/*++++++MOIS ANNEE EN COURS++++++*/
.calendar .card-header #s_m {
  display: inline-block;
  min-width: 200px;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.calendar .icones.fa.fa-angle-double-left, .icones.fa.fa-angle-double-right {
  width: 1.5em;
  height: 1.5em;
  padding: 0.23em;
  font-size: 0.9em;
}
.calendar .card-header .prevMonth {
  cursor: pointer
}
.calendar .card-header .nextMonth {
  cursor: pointer
}

/*++++++CALENDAR TABLE++++++*/

.calendar table {
  border-collapse: separate;
  border-spacing: 4px;
  margin:0 100px;
}

/*nom des jours de la semaine*/
.calendar thead.days span {
  background: var(--dominante);
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 62px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}
.calendar .days span:hover {
  cursor: none;
}

.calendar #event{
  margin: 0 0 0 15px;
}

.calendar ul.list_item_link {
    margin: 0;
    padding: 1em 0 0 0;
}

/*Cellule Nbr*/
.calendar tr td {
  background: var(--dominante-5);
  color: var(--color-text);
}
.calendar .dates span {
  display: inline-block;
  height: 62px;
  width: 62px;
  line-height: 62px;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 500;
}

/*Current day*/
.calendar .dates span.active, html body .calendar .dates span:hover {
  background: var(--nuance-1);
}

/*mois précédent ou suivant*/
.calendar .dates span.ntMonth {
  background: var(--nuance-3)
}
.calendar .dates span.ntMonth:hover {
  background: var(--nuance-3);
}

/*+++++++partie AFFICHAGE DES EVENTS++++++*/

.calendar .card-header {
  cursor: pointer;
  background-color: #fff;
  color: var(--dominante);
  font-size: 1.6em;
  margin:0em 0em 0.5em;
  border: none;
  line-height: 1em;
  /* padding: 0 1em; */
}

.calendar li.event_item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar ul.list_item_link {
  background:#fff;
}

/*message no events*/
.calendar .events-today .event-date {
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  padding: 2em;
  margin: 2em auto;
  color: #ccc;
  width: 100%
}
/*++++++++CALENDAR MEDIAQUERIES++++++*/
@media(max-width: 992px) {
  
  .calendar .card-header {
    font-size: 1.4em;
    margin:0;
  }
  .calendar .events-today .event-date {
    font-size: 1.2em;
    padding: 0;
  }
	
  .calendar .card-header:first-child {
    margin-top: 0.5em
  }

  /*message no events*/
  .calendar .events-today .event-date {
    margin: 0.5em auto;
  }
}
@media(max-width: 767px) {
  .calendar table {
    margin:0;
  }
  .calendar tr td {
    height: 56px;
    width: 56px;
  }
  .calendar .card-header {
  font-size: 1.2em;
  }
  .calendar .dates span {
    height: 56px;
    width: 56px;
    line-height: 56px;
    /* font-size: 0.9em; */
  }
  .calendar thead.days span {
    background: var(--dominante);
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 56px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8em;
  }

  .calendar li.event_item h3 {
    font-size: 1.1em
  }
/*
*/  
}

#event img{
  height:60px;
  width:60px;
  float:right;
  object-fit:cover;
  margin:0 0 0 5px;
}

/*========================MEDIAQUERIES TAILLE DES TEXTES ET ALIGNEMENT===========================================*/
@media (max-width: 992px) {
  blockquote, p, ul.list_item li, .list_item_link li, ul.list_item.list_item li, dt, dl, .bandeau p, .btn_action, .btn_title, .field_input, .glossaryLink,.author_fonction, .author_rattachement, .spotlight_wrapper .propos_img, .thema_wrapper .propos_img, .timeline .timeline-body > p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  blockquote, p, p.resume, ul.list_item li, .list_item_link li, ul.list_item.list_item li, .bandeau p, .btn_action, .btn_title, .field_input, .spotlight_wrapper .propos_img, .thema_wrapper .propos_img, .timeline .timeline-body > p {
    font-size: 0.8rem;
    text-align: left;
  }
}