/* 
Theme Name: ihtp-2023
Theme URI: https://www.ihtp.cnrs.fr/
Description: Thème crée pour le site de l'IHTP
Version: 1.0
Author: SDC conseil et édition
Author URI: https://sdc-conseil.com/
ihtp-2023 par SDC conseil et édition || https://sdc-conseil.com/
*/

/* =Reset
-------------------------------------------------------------- */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	font-size: 62.5%;
	overflow-y: scroll; 
	-moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: none;
    scroll-behavior: smooth;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
input, button,
textarea, select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}


/* =Content
----------------------------------------------- */
@media (min-width: 750px) {
 
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
 
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
 
}

p.wp-block-subhead {
    font-size: 200% !important;
    font-style: normal;
    opacity: 1;
}
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: 0 auto 1.5rem;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 2rem;
}

.alignleft {
    float: left;
    margin: 0 2rem 1.5rem 0;
}
/* =Media
----------------------------------------------- */


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



/* =Comments
----------------------------------------------- */

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


/* styles généraux */
:root {
    --sauge: #96c4b5;
    --orange: #f4922f;
    --texte: #181818;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
    color: var(--texte);
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
a {
    color: var(--texte);
    text-decoration: underline;

    -webkit-text-decoration-color: var(--orange);
    text-decoration-color: var(--orange);
}
a:hover {
   color: var(--orange); 
}
em {
    font-style: italic;
}
strong {
    font-weight: 600;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}
figure {
    margin: 0;
}
img,
video,
.wp-caption {
    max-width: 100%;
    height: auto;
    display: block;
}
.wrapper {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}
.main {
    padding: 4rem 2rem;
    margin: 0 auto;
}
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
hr {
    margin: 4rem;
    border: solid 1px #000;
}
p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
ul {
    list-style: disc inside;
}
ol {
    list-style: decimal inside;
}
h2 {

}
section {
    margin-bottom: 4rem;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}

.tetiere,
.sidebar-calendrier h2 {
    font-weight: 600;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 2rem;
    display: inline-block;
}
.sidebar-calendrier h2 {
    margin-bottom: 0;
}
.read-more {
    font-size: 1.4rem;
    display: block;
    font-weight: 400;
    text-decoration: none;
    border-bottom: solid 1px var(--orange);
    -ms-flex-item-align: end;
    align-self: end;
}
.read-more:hover {
    
}
.read-more:before {
    
}
.retour {
    font-size: 1.8rem;
    display: inline-block;
    margin: 0 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.retour::before {
    content: url(img/retour.svg);
    margin-right: 1rem;
    width: 2rem;
}
main {
    padding: 4rem 1rem;
}
/* header */
.site-logo {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-logo a {
    width: 10rem;
    margin-right: 1.2rem;
    display: block;
    height: auto;
}
.site-titre {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1;
}
/* nav */
.site-navigation-principale {
    padding: 0;
    position: relative;
    
}
.menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(img/motif.jpg);
}
.menu-button span {
    display: block;
    width: 3.2rem;
    height: .3rem;
    margin: .6rem 0;
    border-radius: .3rem;
    background: var(--texte);
    z-index: 99;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.ouvert span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateY(4px) translateX(5px);
    transform: rotate(45deg) translateY(4px) translateX(5px);
}
.ouvert span:nth-of-type(2) {
    display: none;
}
.ouvert span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translateX(2px) translateY(-2px);
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
}
.menu-button p {
    text-transform: uppercase;
    color: var(--texte);
    font-size: 2.8rem;
    margin-left: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}
.site-navigation {
    display: none;
    padding: 1rem 0;
}
.site-navigation.expand {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 2rem;
    background-image: url(img/motif.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.site-navigation ul {
    margin: 0;
    list-style: none;
    font-size: 1.8rem;
    padding: 1rem;
    font-weight: 400;
}
.site-navigation ul ul {
    padding-left: 2rem;
}
.site-navigation li {
    margin-bottom: 1rem;
}
.site-navigation a {
    text-decoration: none;
}
.site-recherche:not(.desktop) {
    padding: 1rem;
    background-color: var(--texte);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-recherche svg {
    height: 3rem;
}
#site-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.site-recherche input[type=search] {
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
}
.site-recherche input[type=submit] {
    border: 0;
    font-size: 1.6rem;
    font-weight: 400;
}
.menu-menu-header-2-container {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}
/* home */
.home-ihtp {
    background-image: url(img/motif.jpg);
    padding: 1rem;
}
.home-ihtp .entry {
    background-color: #fff;
    padding: 1rem;
}
.home-ihtp .entry h2 {
    margin-top: 0;
    color: var(--texte);
}
.home-portrait {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}
.home-portrait .tetiere {
    grid-area: 1 / 1 / 2 / 3;
}
.home-portrait img {
    border-radius: 50%;
    max-width: 20rem;
}
.home-portrait .portrait-titre {
    font-size: 2rem;
    -ms-flex-item-align: end;
    align-self: end;
}
.home-portrait .portrait-description {
    grid-area: 3 / 1 / 4 / 3;
}
/* sidebar */

.sidebar-ouvrages {
    padding: 1rem;
}
.carousel-cell {
    width: 100%;
}
.carousel-cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.carousel-cell img {
    max-width: 20rem;
    height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.carousel-cell figcaption {
    font-size: 1.8rem;
    font-weight: 400;
}
/* calendrier */
.sidebar-calendrier {
    padding: 1rem;
}
.my-calendar-header > * {
    display: block !important;
}
.my-calendar-nav {
    width: 100%;
    display: block;
}

.my-calendar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sidebar-calendrier .mc-main.mini .mc-date {
    min-height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-calendrier .mc-main.mini .event-icon {
    display: none;
}
.sidebar-calendrier .mc-main .current-day,
.sidebar-calendrier .mc-main .current-day:not(.day .current-day) {
    outline: 2px solid var(--sauge) !important;
    outline-offset: -1px;
}
.sidebar-calendrier .mc-main .has-events .mc-date,
.sidebar-calendrier .mc-main .has-events a.mc-date {
    color: var(--texte);
    background-color: var(--sauge) !important; /* MLP */
    text-decoration: none;
    border: 0;
}
.current-day span {
	text-decoration: underline;
}
.sidebar-calendrier .mc-main .has-events a.mc-date:hover {
    color: var(--texte);
    background-color: var(--orange);
    text-decoration: none;
}
.sidebar-calendrier .mc-main.mini .calendar-events {
    border: solid 1px var(--sauge) !important;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.15) !important;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.15) !important;
}
.sidebar-calendrier .mc-main select:not(.my-calendar-admin .mc-main select) {
    font-size: 1.6rem !important;
}
.sidebar-calendrier .mc-main .mc_general .event-title, 
.sidebar-calendrier .mc-main .mc_general .event-title a {
    background: var(--sauge) !important;
    color: var(--texte) !important;
}
.sidebar-calendrier .mc-main .details p {
    font-size: 1.4rem;
}
.sidebar-calendrier .mc-main button.close {
    background: transparent !important;
}
.sidebar-calendrier .mc-main .close:hover, 
.sidebar-calendrier .mc-main .close:focus {
    outline: 0 !important;
    color: var(--texte) !important;
}
article .mc-date-switcher select {
    margin-right: 1rem !important;
    border-radius: .5rem !important;
}
article .mc-date-switcher input[type=submit] {
    font-size: 1.8rem !important;
    padding: .8rem 2rem .9rem !important;
    border-radius: .5rem  !important;
}
article .mc-main .mc_general .event-title, 
article .mc-main .mc_general .event-title a {
    background: var(--sauge) !important;
    color: var(--texte) !important;
    font-size: 1.8rem;
    /*display: inline;
    border-radius: 50%; MLP */
}
span.event-count{
	display:none; /* MLP */
}
article .mc-main .mc_general .event-title a:hover, 
article .mc-main .mc_general .event-title a:focus {
     background: var(--sauge) !important;
}
.list-event p {
    font-size: 1.8rem !important;
}
.mc-main .time-block:before {
    font-size: 1.8rem;
}
.mc-details a {
/*    text-decoration: none;*/
}
.mc-main .mc-list .event-date {
    font-size: 2rem !important;
    color: var(--texte);
}
.event-date span:first-child {
    background: var(--orange);
    color: #fff;
    padding: .2rem 1rem;
    font-size: 1.8rem;
}
.mc-main .mc-list .mc-events {
    margin: 2rem 0 !important;
}
.mc-main .mc-list .event-title a.list::before {
    margin-right: 0 !important;
}
.mc-main .event-title a.list {
    
}
.mc-main .event-title a.list > span {
   /* display: none !important; MLP */
}
.mc-main .current-day,
.mc-main li.current-day {
    border: 0 !important;
    outline: 0 !important;
}
/* corrections AH 2024 07 22 */
.entry .mc-main .mc_general .event-title button,
.entry .mc-main .mc_general .event-title button:hover, 
.entry .mc-main .mc_general .event-title button:focus {
    background: rgba(0,0,0,0) !important;
    color: var(--texte) !important;
}
/* listes */
.liste-articles {

}
.liste-articles article {
    margin-bottom: 3rem;
}
.liste-titre {
    font-weight: 600;
    font-size: 2.2rem;
}
.liste-titre a,
.liste-rubrique a {
    text-decoration: none;
}
.liste-rubrique {
    color: var(--sauge);
    font-weight: 600;
    padding: .2rem .5rem;
    font-size: 1.4rem;
    background: var(--texte);
    line-height: 1;
    display: inline-block;
    margin-bottom: 1rem;
    -ms-flex-item-align: start;
    align-self: start;
    place-self: start;
}
.liste-date {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 400;
}
.liste-suite {
    color: var(--sauge);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: .5rem 1rem;
    background-color: var(--texte);
    line-height: 1;
    justify-self: start;
    display: inline-block;
}
.couverture {
    margin: 0 2rem 1rem 0;
    float: left;
    -o-object-fit: contain;
    object-fit: contain;
}
.pagination {
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination * {
    margin-right: 1.5rem;
}
/* article */
.article-titre {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.featured-image {
    margin: 0 auto 2rem;
    max-width: 50%;
}
.entry {
    
}
.entry h2 {
    font-weight: 600;
    font-size: 2.8rem;
    margin: 4rem 0 1rem;
    color: var(--orange);
}
.entry h3 {
    font-weight: 600;
    font-size: 2.4rem;
    margin: 4rem 0 1rem;
}
.entry h4 {
    font-weight: 600;
    font-size: 2.2rem;
    margin: 2rem 0 1rem;
}
.entry ul,ol {
    margin: 0 0 2rem;
}

.entry li {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.entry blockquote {
    
}
.wp-caption-text,
.wp-element-caption {
    font-size: 1.4rem;
    text-align: center;
}
.wp-block-button__link,
.module-cta {
    background-color: var(--texte);
    color: var(--sauge);
    font-weight: 600;
    font-size: 2.4rem;
    text-decoration: none;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    border-radius:0; /* MLP bouton gutenberg non arrondi */
}
section.module-cta, 
section.text {
    margin-bottom: 0;
}
.module-cta p {
    margin-bottom: 0;
}
.bloc-encadre {
    padding: 2rem;
    border: solid 15px rgba(150,196,181,.3);
    margin-bottom: 3rem;
}
.entry .bloc-encadre * {
    margin-top: 0;
}
/* recherche */
.search-results mark {
    background-color: rgba(150,196,181,.3);
    padding: 0 .2rem;
}
/* chercheur */
.chercheur-description {
    
}
.chercheur-description img {
    border-radius: 50%;
    width: 20rem;
    margin: 0 auto 2rem;
}
.chercheur-description h2 {
    font-size: 1.8rem;
}
.chercheur-contact {
    font-size: 1.8rem;
    font-weight: 400;
    display: inline-block;
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chercheur-contact::before {
    content: url(img/contact.svg);
    width: 2rem;
    margin-right: 1rem;
}
.bascule {
    padding-right: 3rem;
    background-image: url(img/fleche-droite.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    cursor: pointer;
}
.bascule + div {
    display: none;
}
/* annuaire */
.annuaire {
    font-size: 1.6rem;
    display: grid;
  /*  grid-template-columns: minmax(5rem, 20rem) 1fr 2fr; MLP */
    grid-template-columns: 50% 1fr;/* MLP */
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    border-bottom: solid 1px #000;
}
.annuaire > span {
    padding: .5rem 1rem;
    border-bottom: solid 1px #000;
    border-left: solid 2px #000;
}


/*.annuaire > span:nth-child(6n+1),
.annuaire > span:nth-child(6n+2){*/
.annuaire > span:nth-child(4n+1),
.annuaire > span:nth-child(4n+2){
    background-color: #f0f0f0;
}
.annuaire > span.headtab {
    background: var(--orange);
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
}
/* footer */
.site-footer {
    background: var(--texte);
    padding: 1rem;
}
.site-footer img {
    max-height: 10rem;
    margin: 0 auto 1rem;
}
.site-footer a {
    color: #fff;
}
.navigation-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 4rem;
}
.navigation-footer li {
    margin: 0 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}
.rs {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rs div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rs img {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
}


@media only screen and (min-width:400px) {
   
}
@media only screen and (min-width:600px) {
    
}
@media only screen and (min-width:800px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .site-header > .wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .site-logo {
        grid-area: 1 / 1 / 3 / 2;
        
    }
    .site-logo a {
        width: 12rem;
    }
    .site-navigation-1 {
        grid-area: 1 / 2 / 2 / 4;
        padding: 1rem;
    }
    .site-recherche {
       grid-area: 2 / 2 / 3 / 4; 
    }
    .site-navigation-2 {
       grid-area: 3 / 1 / 4 / 4;
        padding: 1rem;
        background-image: url(img/motif.jpg);
    }
    nav ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        background: #fff;
        position: relative;
        z-index: 10000;
    }
    nav ul ul {
        display: none;
    }
    nav li {
        font-size: 1.8rem;
        font-weight: 400;
        margin-right: 2rem;
    }
    nav a {
        text-decoration: none;
    }
    .site-recherche {
        background-color: #fff;
    }
    .site-navigation-1 ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .site-navigation-1 li {
        margin-right: 0;
        margin-left: 2rem;
    }
    .site-recherche.desktop {
        justify-self: end;
        padding-right: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .site-recherche input[type=search] {
        border-bottom: solid 1px var(--texte);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 20rem;
    }
    .site-recherche input[type=submit] {
        font-size: 1.5rem;
    }
    .site-navigation-2 li a {
        display: block;
        padding: .5rem;
    }
    .site-navigation-2 li {
       position: relative; 
    }
    .site-navigation-2 li:hover ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: -1rem;
        top: 3rem;
        padding: 1rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    /* liste */
    .liste-articles {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
    }
    .liste-articles .tetiere {
        grid-area: 1 / 1 / 2 / 3;
    }
    .liste-articles article {
        display: grid;
        justify-self: stretch;
    }
    /* article */
    .featured-image {
        float: right;
        margin: 0 0 2rem 2rem;
        max-width: 50%;
    }
    /* chercheurs */
    .chercheur-description img {
        border-radius: 50%;
        width: 20rem;
        margin-bottom: 2rem;
        float: right;
    }
    .site-footer {
        padding: 3rem 0;
    }
    .site-footer .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .navigation-footer ul {
        background: rgba(0,0,0,0);
    }
    .site-footer img {
        margin: 0;
    }
    .rs .tetiere {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .rs img {
        margin: 0 .5rem;
        width: 3rem;
    }
}
@media only screen and (min-width:1000px) {
    main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-col {
        width: calc(66% - 2rem);
    }
    .sidebar {
        width: calc(33% - 2rem);
    }
}
@media only screen and (min-width:1200px) {
   
}
@media only screen and (min-width:1200px) {

}