@charset "utf-8";
/*CSS Document vernisson Inist-CNRS mars 2022*/
:root {
    --gris1: #f0f0f0;
    --gris2: #4a4a4a;
    --gris3: #8f8f8f;
    --vertistex: #c4d733;
    --vertfonce: #a9bb1e;
    --noir: #1d1d1d /*rgb(29, 29, 29)*/;
    --bleuistex: #458ca5;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
.hidden {
    position: absolute;
    left: 0;
    top: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    margin: -1px;
    white-space: nowrap;
    width: 1px;
}
a > span.underline,
a.underline {
    text-decoration: underline;
}
a.button {
    display: inline-block;
}
.flexHz {
    display: flex;
    flex-direction: row;
}
.gap20 {
    gap: 20px;
}
.aiC {
    align-items: center;
}
.jcC {
    justify-content: center;
}
.jcSb {
    justify-content: space-between;
}
.jcSa {
    justify-content: space-around;
}
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.m0,
.wpcf7-form p {
    margin: 0 !important;
}
.padt22 {
    padding-top: 22px;
}
a,
a.nodecoration,
.content a.nodecoration {
    text-decoration: none;
}
*:not(.home-ar) > .ext::after,
.home-ar .ext::after {
    content: url("../img/lien-ext.svg");
    display: inline-block;
    margin-left: 12px;
}
ul {
    list-style-type: none;
    padding: 0;
}
.recto img {
    max-width: 100%;
    height: auto;
}
.bsbb {
    box-sizing: border-box;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.pad1col {
    padding: 0 calc(100% * 1 / 12 + 12px);
}
section,
section.container {
    margin-top: 40px;
}
.laBase,
.accesRapide,
.tdm,
.fondBlanc,
.exergue,
.une-actu,
.faqs {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}

/*typo : fonts et couleurs*/
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf")
        format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/static/OpenSans/OpenSans-Bold.ttf")
        format("truetype");
    font-weight: bold;
}
h1,
.h1,
h2,
h3,
h4,
.h4,
h5,
.h5,
.siteHeader,
.voir,
.montserrat,
.pageHead,
button,
.button,
.footer1,
.tooltipDessus,
.titBreve,
.nav-paginer > *,
.comment-form .submit,
.fn {
    font-family: "Montserrat", sans-serif;
}
h2,
h3,
h4,
.h4,
h5 {
    color: var(--noir);
    background-color: transparent;
}
body {
    font-family: "Open Sans", sans-serif;
    background-color: var(--gris1);
    color: var(--noir);
    font-size: 0.875rem;
}

.home-content,
.fille {
    line-height: 1.375rem;
} /*22px*/
h1,
.h1,
.nombre {
    font-size: 2.5rem;
    color: #fff;
    background-color: transparent;
    line-height: 3.0624rem;
    font-weight: bold;
    margin: 0;
} /*40 49*/
h2 {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.5rem;
} /*30px 40px*/
h3,
.h3,
h2.h3 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
} /*24px 29px*/
h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
} /*20px 24px*/
.chiffres,
.pageHead-texte {
    font-size: 1.125rem;
}
h5,
.h5,
.titBreve,
.fn {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
} /*15px 23px*/
.bAide {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
}
h4,
.h4,
h5,
.h5 {
    margin: 12px 0;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
.recto > p,
.ancre-selected,
.nav-ancre a:hover,
.nav-ancre a:focus,
.nav-ancre a:active,
.titreExergue,
.next,
.prev,
.post-nav,
.main-single-breve > .content,
.fn {
    font-weight: bold;
}
.voir,
.titBreve,
.bAide,
.nav-paginer > *,
.content .ext {
    font-weight: 600;
}
.chiffres,
.footer1,
.tooltipDessus,
.tooltipDessous,
.pageHead-texte,
.breadcrumb {
    font-weight: 500;
}
.pageHead-texte {
    line-height: 1.8125rem;
}
.nav-ancre {
    line-height: 2rem;
}
.baseline {
    color: var(--bleuistex);
    background-color: #fff;
    font-weight: bold;
    font-size: 0.644rem;
    font-style: italic;
}
figcaption:not(.verso),
.wp-caption-text,
.commentmetadata {
    font-style: italic;
}
.fn {
    font-style: normal;
}
.center {
    text-align: center;
}
.navigation-main a,
.navigation-main span:not(.tt) {
    display: block;
    font-weight: bold;
    color: var(--gris3);
    background-color: #fff;
}
.accesRapide a,
.pourquoi p,
.labase p,
.site-footer a,
.breadcrumb a,
.fn > .url,
.commentmetadata > a:first-of-type {
    color: var(--gris2);
    background-color: transparent;
}
.pageHead,
.pageHead a {
    color: #fff;
    text-align: center;
}
.siteHeader,
.actuSticky-detail,
.breves,
.accesRapide,
.laBase,
.tdm {
    background-color: #fff;
}
.date,
.nav-ancre a {
    color: var(--gris2);
    background-color: transparent;
}
button:not(.search-submit),
.button:not(.search-submit) {
    border: none;
    font-weight: bold;
    padding: 16px 30px;
    line-height: 18px;
    cursor: pointer;
}
.cta1,
.content a.cta1,
.content .button.cta1 > a {
    color: #fff;
    background-color: var(--bleuistex);
}
.cta1:hover,
.cta1:focus,
.content .button.cta1 > a:hover,
.content .button.cta1:hover > a,
.content .button.cta1 > a:focus,
.cta3:hover,
.cta3:focus {
    background: linear-gradient(270deg, #51a7c5 0%, #458ca5 100%);
}
.button.cta3 {
    color: var(--bleuistex);
    background-color: transparent;
    border: 1px solid var(--bleuistex);
    padding: 15px 30px;
}
.button.cta3:hover,
.button.cta3:focus {
    color: #fff;
}
input,
textarea {
    border: 1px solid #c9c9c9;
}
.voir,
.nav-ancre a:hover,
.nav-ancre a:focus,
.nav-ancre a.ancre-selected,
.nav-ancre a:active,
.content a:not(.button),
.prev,
.next,
.post-nav a,
.aide-contact a {
    color: var(--bleuistex);
}
.site-footer {
    background-color: #fff;
}
.footer4 {
    color: var(--gris3);
}
.breadcrumb > .pagecourante {
    color: var(--gris3);
}

/*siteHeader*/
.siteHeader {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}
.is-sticky {
    position: sticky;
    top: 0px;
    z-index: 1000;
}
.inner-siteHeader {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 20px;
    padding: 22px 12px;
}
.navigation-main {
    grid-column: 4 / -1;
    grid-row: 1;
    align-self: flex-end;
    justify-self: flex-end;
}
.logo {
    width: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 84px;
}
.interactions {
    display: flex;
    gap: 20px;
    grid-column: -4 / -1;
    grid-row: 1;
    justify-self: flex-end;
    align-self: flex-start;
}
.ttipContainer {
    position: relative;
    display: inline-block;
}
.tooltipDessous::before {
    content: url(../img/flechehaut.svg);
    position: absolute;
    top: -12px;
    left: calc(50% - 13px);
}
.tw,
.gb {
    width: 20px;
    height: 20px;
}
a .tw,
a .gb,
a .yt,
a .ct {
    fill: var(--gris3);
}
a:hover .tw {
    fill: #00acee;
}
a:hover .gb {
    fill: var(--noir);
}
a:hover .yt {
    fill: #c4302b;
}
a:hover .ct {
    fill: var(--bleuistex);
}
.menu {
    display: flex;
    flex-direction: row;
}
.navigation-main li:not(.new) > a,
.navigation-main li:not(.new) > span {
    padding-bottom: 8.5px;
}
.navigation-main li:not(.new) > a {
    border-bottom: 3px solid transparent;
}
.navigation-main li:not(.new) > span.active,
.navigation-main li:not(.new) > a:hover,
.navigation-main li:not(.new) > a:focus {
    color: var(--noir);
}
.navigation-main li:not(.new) > span.active,
.navigation-main li:not(.new) > a:hover,
.navigation-main li:not(.new) > a:focus {
    border-bottom: 3px solid var(--vertistex);
}
.navigation-main ul {
    list-style-type: none;
    margin: 0;
    gap: 50px;
}

#nav-skip {
    background-color: #fff;
    position: relative;
}
.skip-links a {
    color: rgba(67, 65, 72, 1);
    background-color: #fff;
    position: absolute;
    left: -7000px;
}
.skip-links {
    width: 0;
    transition: all 0.3s;
    background: transparent;
    opacity: 0;
}
/*#nav-skip a:focus{left:0;top:.2rem}*/
.skip-links.focused {
    opacity: 1;
    z-index: 300; /*width:100px*/
}
.skip-links.focused a:focus {
    left: 0;
    top: 0.2rem;
}
.skip-links > li {
    padding: 0 0.5rem;
}
/*pageHeader*/
.pageHead {
    background: #000 url(../img/fond-banniere@2x.jpg) center center;
    background-size: cover;
    padding: 44px;
}
.pageHead-texte > p {
    margin: 0;
}
.pageHead-texte > p:not(p + p) {
    padding-top: 22px;
}
.chiffres {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: flex-end;
    padding-top: 24px;
}
.chiffres > * {
    display: flex;
    flex-direction: column;
}

/*home*/
.home-content,
.pageavecancre {
    position: relative;
}
.actus {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: minmax(calc(60% - 20px), 645px) minmax(40%, 455px);
}
.actuSticky-detail,
.uneActu-detail,
.unResultat {
    padding: 20px;
}
.actuSticky > img.contain {
    object-fit: contain;
}
.actuSticky > img.cover {
    object-fit: cover;
}
.breves,
.detail-laBase,
.tdm {
    padding: 25px;
}
.breves > p.date:not(:first-child) {
    padding-top: 12px;
    border-top: 1px solid #ececec;
}
.breves > p {
    margin: 0;
}
.breves > p + p,
.breves .voir {
    padding-top: 6px;
}
.breves > p:nth-child(2n):not(:last-child) {
    padding-bottom: 12px;
}
.voir {
    display: flex;
    column-gap: 10px;
    transition: 0.3s;
    align-items: center;
}
.voir:hover,
.voir:focus {
    column-gap: 17px;
}
.voir::after {
    content: url("../img/arrow-right.svg");
}
.accesRapide {
    padding: 25px 20px 20px 20px;
}
.home-listeAcces {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding-top: 6px;
}
.home-ar.unService {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 12px;
}
.accesRapide a:hover,
.accesRapide a:focus {
    color: var(--bleuistex);
}
.tooltipDessus,
.tooltipDessous {
    display: none;
    background-color: var(--noir);
    color: #fff;
    opacity: 0.8;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    z-index: 100;
}
.tooltipDessus::after {
    content: url(../img/flechebas.svg);
    position: absolute;
    bottom: -17px;
    left: calc(50% - 13px);
}
.pourquoiEtBase {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: minmax(calc(40% - 20px), 435px) minmax(
            calc(60% - 20px),
            645px
        );
}
.pourquoi {
    align-self: center;
}
.laBase {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
}
.liens-laBase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 30px;
}
.tdm {
    margin-bottom: 40px;
}
.services-tdm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 10px;
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
.flip-container {
    perspective: 1000px;
    height: 300px;
    width: 260px;
    position: relative;
    text-align: center;
}
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.flip-container:hover .flipper,
.flip-container:focus .flipper {
    transform: rotateY(180deg);
    cursor: default;
}
.recto {
    border-bottom: 3px solid var(--bleuistex);
}
.verso {
    transform: rotateY(180deg);
    background-color: var(--bleuistex);
    height: 300px;
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 20px;
}
.verso,
.verso .voir,
.verso a {
    color: #fff;
}
.recto,
.verso {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.verso .voir::after {
    content: url("../img/arrow-right-white.svg");
}
#cookie-notice .cn-button.button {
    color: var(--vertistex);
}

/* back to top */
#backtotop {
    display: inline-flex;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 11px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
#backtotop::after {
    content: url(../img/backtotop.svg);
    display: block;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}

/* besoin d'aide  */
.btnspe {
    position: fixed;
    bottom: 25px;
    right: 45px;
    z-index: 20;
    min-width: 161px;
}
.imgHelp {
    width: 40px;
    height: 40px;
    padding: 11px;
    background-color: var(--vertistex);
    margin-left: -50px;
    margin-bottom: -14px;
    z-index: 21;
    position: relative;
}
.cta2,
.bAide,
.content a.bAide:link {
    color: #fff;
    background-color: var(--vertfonce);
    padding: 16px 30px 15px;
    text-decoration: none;
}
.cta2:hover,
.cta2:focus,
a.button.bAide:hover,
a.button.bAide:focus {
    background-image: linear-gradient(
        to left,
        var(--vertistex),
        var(--vertfonce)
    );
}

/*modale*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 0 17px;
    display: none;
    z-index: 5;
}
#aide {
    grid-template-columns: repeat(2, 1fr);
    width: 80vw;
    max-width: 910px;
    height: auto;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1001;
    background-color: #f3f3f3;
}
.aide-tit {
    padding-top: 20px;
}
.aide-doc {
    grid-template-rows: 60px 50px auto;
}
.aide-doc {
    background-color: #f3f3f3;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 24px;
}
.aide-contact {
    background-color: #fff;
    padding: 20px;
}
.aide-contact *,
.wpcf7-form * {
    box-sizing: border-box;
}
.aide-buttons {
    display: flex;
    gap: 12.5px;
    align-items: flex-start;
    flex-wrap: wrap;
}
#aide .wpcf7-response-output {
    margin: 0;
}
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wpcf7-text,
.wpcf7-textarea,
.comment-form-comment > textarea,
.comment-form #email,
.comment-form #url,
.comment-form #author {
    width: 100%;
    padding: 14px 12px;
}
.wpcf7-form input {
    height: 50px;
}
.wpcf7-form input[type="submit"] {
    width: 120px;
}
.wpcf7-form > p:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-textarea:focus,
.comment-form-comment > textarea:focus,
.comment-form #email:focus,
.comment-form #url:focus,
.comment-form #email:focus,
.comment-form #author:focus {
    border: 1px solid var(--bleuistex);
    outline: var(--bleuistex) solid 2px;
}
input::placeholder,
textarea::placeholder,
textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
}
.wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance),
.comment-form-comment > textarea {
    border: 1px solid #c9c9c9;
    display: inline-block;
    min-height: 50px;
}
#aide {
    display: none;
}
#aide:target,
#aide:target + #overlay {
    display: grid;
    opacity: 1;
}

/*site-search et istex-search*/
.search-form {
    width: 320px;
    height: 50px;
    display: grid;
    grid-template-columns: 12px auto 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}
.search-form > *,
.actus-search-form > * {
    border: none;
}
input[type="search"] {
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    outline: none;
}
.search-submit > img {
    width: 20px;
    height: 20px;
}
.search-submit {
    justify-self: start;
    background-color: transparent;
}
.search-submit:hover,
.search-submit:focus {
    cursor: pointer;
}
.actus-search-form {
    display: grid;
    grid-template-columns: 12px auto 33px;
    max-width: 430px;
    height: 50px;
    padding: 0;
    margin-top: 22px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.13);
}
.actus-search-form .search-field,
.actus-search-form .search-field::placeholder,
.istex-search-input,
.istex-search-input::placeholder {
    color: #fff;
}
.istex-search-input {
    height: 50px;
    width: 100%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 0;
    padding-left: 12px;
}
.istex-search-submit {
    width: 33px;
    height: 50px;
    background-color: transparent;
    background-image: url("/https/www.istex.fr/wp-content/themes/istex/img/actus-loupe.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -5999px;
    cursor: pointer;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0;
    padding-right: 12px;
}
.istex-search-bar-wrapper {
    margin-top: 22px;
    display: grid;
    grid-template-columns: minmax(300px, 430px) 21px;
    justify-content: center;
    align-items: center;
}
.widgets-istex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.content .widgets-istex ul {
    padding: 0;
}
.content .widgets-istex li {
    list-style-type: none !important;
}
istex-facets {
    width: calc((100% / 3) - 20px);
}
istex-results {
    width: calc((100% * 2 / 3) - 20px);
}
.istex-facets .istex-facet .istex-facet-checkbox .istex-facet-checkbox-badge {
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 0 4px;
    margin-top: 0;
    font-size: small;
    font-weight: 700;
    color: #fff;
    background-color: #5a99b0;
    border-radius: 4px;
}
.istex-results-item-title {
    word-wrap: break-word;
}
.istex-results-pagination,
.istex-results-pagination-plist,
.istex-results-item-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.istex-results-item-download {
    justify-content: start;
}
.istex-results-sort {
    text-align: right;
}
.istex-tag {
    padding: 2px;
    margin: 0 8px;
    font-size: small;
    vertical-align: middle;
    font-family: monospace;
    float: right;
    background-color: #b2c32e;
    color: #fff;
    border-radius: 3px;
}
.downloads {
    display: flex;
    gap: 30px;
    clear: both;
    flex-wrap: wrap;
}

/*fille page avec ancre*/
.fille {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 20px;
}
.pageavecancre .content {
    grid-column: 4 / -1;
    padding-left: 10px;
}
.breadcrumb > * {
    margin-right: 12px;
}
.content .breadcrumb > a:link {
    color: var(--gris2);
    text-decoration: none;
}
.content a:not(.button),
.aide-contact a {
    text-decoration: underline;
}
.content ul {
    list-style-type: initial;
    padding-left: 30px;
    line-height: 1.86;
}

.nav-ancre a {
    display: block;
}
.nav-ancre a.ancre-selected::after,
.nav-ancre a:active::after,
.nav-ancre a:hover::after,
.nav-ancre a:focus::after {
    content: " ";
    display: inline-block;
    height: 2px;
    width: 1.875rem;
    background-color: var(--bleuistex);
    margin-left: 20px;
    vertical-align: middle;
}
aside .accesRapide {
    display: grid;
    gap: 12px;
    box-sizing: border-box;
}
.aside-ar.unService > img {
    width: 20px;
    height: 20px;
}
.aside-ar.unService {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}
.aside-ar.unService a.ext::after {
    width: 12px;
    height: 12px;
}
.smt {
    scroll-margin-top: 130px;
}
.submenu {
    grid-column: span 3;
    align-self: flex-start;
    width: 265px;
}
.fondBlanc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.fondBlanc img,
.wp-caption img {
    box-sizing: border-box;
}

.exergue {
    margin: 12px 0;
    padding: 20px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(
        to right,
        var(--bleuistex) 0%,
        var(--vertistex)
    );
    border-image-slice: 1;
    background-color: #fff;
    line-height: 1.1875rem;
}
.exergue > p:not(.titreExergue) {
    margin: 12px 0;
}
.pageavecancre .deuxcols,
.pageavecancre .deuxcolsegales {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat(9, 1fr);
}
.pageavecancre .deuxcols > .wp-caption,
.pageavecancre .deuxcols > .span5 {
    grid-column: span 5;
    width: 100%;
}
.span4 {
    grid-column: span 4;
}
.pageavecancre .deuxcolsegales > *:nth-child(2n + 1) {
    grid-column: 1 / 5;
}
.pageavecancre .deuxcolsegales > *:nth-child(2n),
.page-simple .deuxcolsegales > *:nth-child(2n) {
    grid-column: 6 / -1;
}
.pageavecancre .deuxcols img,
.page-simple .deuxcolsegales img {
    flex-basis: content;
    object-fit: scale-down;
}
.formats-cta1 {
    display: inline-block;
}
.content .formats-cta1 > a:link {
    text-decoration: none;
}

/*tablePress surcharge*/
.tablepress tfoot th,
.tablepress thead th {
    background-color: transparent !important;
}

/*faqs*/
.faqs {
    background-color: #fff;
    padding: 24px 24px 25px 25px;
}
.js-to_expand[data-hidden="true"] {
    display: none;
}
.faqs button {
    background-color: #fff;
    display: flex;
    padding: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.une-faq + .une-faq {
    border-top: 1px solid #d0d0d0;
}
.faqs button[aria-expanded="false"]:after {
    content: " ";
    width: 12px;
    height: 12px;
    background: url(../img/plus.svg) no-repeat center center;
}
.faqs button[aria-expanded="true"]:after {
    content: " ";
    width: 12px;
    height: 3px;
    background: url(../img/moins.svg) no-repeat center center;
}

/* page simple */
.page-simple .deuxcolsegales {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat(10, 1fr);
}
.page-simple .deuxcolsegales > *:nth-child(2n + 1) {
    grid-column: 1 / 6;
}

/* liste des actus  */
.actusStickies,
.actusAutres,
.nav-paginer,
.page-contact > .breadcrumb,
.gc1-1 {
    grid-column: 1 / -1;
}
.actusStickies,
.actus-memeCat {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.actuSticky {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}
.cat-actus .actuSticky {
    width: calc(50% - 10px);
}
.actuSticky > img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
}
.actuSticky-detail > * {
    margin-top: 6px;
}
.uneActu,
.grid-sizer {
    width: calc((100% - 40px) / 3);
}
.uneActu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    transition: box-shadow 0.5s;
}
.uneActu:hover,
.uneActu:focus,
.actuSticky:hover,
.actuSticky:focus,
.unResultat:hover,
.unResultat:focus {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
}
.uneActu:hover > img,
.uneActu:focus > img {
    transform: scale(1.1);
}
.uneActu > img {
    height: 210px;
    object-fit: cover;
    object-position: left 25%;
    transition: all 0.5s;
}
.nav-paginer {
    justify-content: center;
    margin-top: 22px;
}
.nav-paginer > * {
    box-sizing: border-box;
}
.btnCarre {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    color: var(--gris3);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnCarre:hover,
.btnCarre:focus {
    color: #fff;
    background-color: var(--vertistex);
}
.btnCarre:hover .next,
.btnCarre:focus .next,
.btnCarre:hover .prev,
.btnCarre:focus .prev {
    fill: #fff;
}
.current.btnCarre {
    color: #fff;
    background-color: var(--bleuistex);
}

/*single = actu*/
.gc3-3 {
    grid-column: 3 / -3;
}
.fille img {
    max-width: 100%;
}
.wp-caption.fondBlanc {
    width: 100% !important;
}
.fille figcaption,
.wp-caption-text {
    margin-top: 12px;
    margin-bottom: 0;
}
.fille figure,
.fille .wp-caption {
    margin-top: 22px;
}
.content a.noir {
    color: var(--noir);
    background-color: #e1e1e1;
}
a.noir:hover,
a.noir:focus {
    color: #fff;
    background-color: var(--vertfonce);
}
.content ul.tags {
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 44px;
    clear: both;
    list-style-type: none;
}
.content .tags a:link {
    text-decoration: none;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 40px;
}
.memeCat > h2 {
    text-align: center;
}
.post-nav {
    display: grid;
    grid-template-columns: 14px 265px 1fr 265px 14px;
    grid-template-areas: "imgprev prev vide next imgnext";
    grid-gap: 12px;
    align-items: center;
}
a[rel="prev"] {
    grid-area: imgprev;
}
a[rel="prev"] + a[rel="prev"] {
    grid-area: prev;
}
a[rel="next"] {
    grid-area: next;
    text-align: right;
}
a[rel="next"] + a[rel="next"] {
    grid-area: imgnext;
}
.imgnext {
    grid-area: imgnext;
}
.single-actu-entete,
.s-actu-thumbEtText {
    display: flex;
    gap: 20px;
    align-items: center;
}
.single-actu img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.s-actu-thumbEtText > :first-child {
    flex-shrink: 0;
}
.s-actu-thumbEtText p {
    margin: 0;
}
.partager {
    margin-top: 44px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 14.5px 0;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}
.partager > a {
    border-radius: 50%;
    height: 40px;
    display: inline-flex;
    width: 40px;
    justify-content: center;
    align-items: center;
}
.mastodon_share {
    background-color: #3088d4;
}
.bluesky_share {
    background-color: #0886fe;
}
.facebook_share {
    background-color: #3c5997;
}
.twitter_share {
    background-color: #4199ff;
}
.linkedin_share {
    background-color: #027bb6;
}
.comment-form .form-submit {
    display: flex;
    justify-content: flex-end;
}
.commentlist {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.commentlist li::before {
    content: "";
    display: inline-block;
    height: 12px;
}
.children {
    padding-left: 50px;
}
.children > .odd > div > p {
    background-color: #e3e3e3;
    padding: 20px 23px;
}
.comment-author.vcard {
    display: grid;
    grid-template-columns: 65px auto;
    align-items: center;
    gap: 0 12px;
}
.comment-author.vcard > .avatar {
    grid-row: span 2;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.vcard .fn {
    align-self: end;
}
.commentmetadata {
    align-self: start;
}

/*page simple*/
.gc2-2 {
    grid-column: 2/-2;
}
.aside-page-contact {
    grid-column: 1/4;
}
.page-contact .content {
    grid-column: 5/-1;
}
.page-contact .wpcf7-form p:last-of-type {
    text-align: center;
}
.your-consent .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*search*/
.unResultat {
    background-color: #fff;
}

/*footer*/
.site-footer {
    margin-top: 40px;
}
footer.site-footer::before {
    content: " ";
    display: block;
    height: 7px;
    width: 100%;
    background-image: linear-gradient(
        to right,
        var(--bleuistex) 2%,
        var(--bleuistex) 53%,
        #76a054 70%,
        #a2bf41 87%,
        #a3bf41 95%,
        #c4d733 102%
    );
    background-position: left top;
}
.site-footer > *:not(.search-form) {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.site-footer > ul {
    gap: 30px;
    margin: 0;
}
.footer1 {
    padding-top: 20px;
}
.search-form.footer2 {
    border: 1px solid #b1b1b1;
    background-color: #f1f1f1;
}
.fu {
    width: 150px;
}
.footer4 {
    padding: 30px;
}

@media only screen and (max-width: 900px) {
    .inner-siteHeader {
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        padding: 0px 12px;
    }
    .navigation-main {
        grid-column: auto;
    }
    .logo {
        grid-column: 2 / 5;
        grid-row: 1;
        justify-content: center;
        justify-self: center;
    }
    .interactions {
        display: unset;
        grid-column: auto;
        grid-row: auto;
        align-self: auto;
    }
    /*nav*/
    .navigation-main {
        align-self: auto;
        justify-self: auto;
    }
    .navigation-main ul {
        gap: 30px;
    }
    .menu {
        position: absolute;
        top: 84px;
        left: 0;
        bottom: 0;
        width: 80vw;
        background-color: #fff;
        transform: translateX(0);
        display: grid;
        grid-template-rows: repeat(5, 20px) auto;
        gap: 22px;
        padding: 30px;
        z-index: 50;
        box-sizing: border-box;
    }
    .navigation-main > .nav-button {
        background: transparent url("../img/cross.svg") no-repeat center center;
        width: 34px;
        height: 34px;
    }
    .navigation-main.is-closed > .nav-button {
        background: transparent url("../img/burger.svg") no-repeat center center;
        width: 34px;
        height: 34px;
    }
    .is-closed .menu {
        transform: translateX(-1000px);
        transition: transform 0.25s;
        will-change: transform;
    }
    .js-isfixed {
        position: fixed;
        height: 100%;
        width: 100%;
    }
    .new {
        grid-row: 6;
        align-self: end;
    }
    .new a {
        padding: 0px 15px;
    }

    .chiffres {
        grid-template-columns: repeat(2, 1fr);
    }
    .fille #content {
        order: -1;
        padding-left: 0;
        grid-column: 1 / -1;
    }
    .fille aside,
    .gc3-3,
    .gc2-2,
    .page-contact .content,
    .pageavecancre .deuxcols > *,
    .pageavecancre .deuxcols > .span5,
    .pageavecancre .deuxcolsegales > *:nth-child(2n + 1),
    .pageavecancre .deuxcolsegales > *:nth-child(2n),
    .page-simple .deuxcolsegales > *:nth-child(2n),
    .page-simple .deuxcolsegales > *:nth-child(2n + 1) {
        grid-column: 1 / -1;
    }
    .baseline,
    .nav-ancre,
    .titAside,
    .tt,
    .verso {
        display: none;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.38);
        z-index: 50;
    }
    .btnspe {
        transform: translateX(55px);
        min-width: 40px;
    }
    #aide {
        grid-template-columns: 1fr;
        max-height: 500px;
    }
    .aide-doc {
        margin: 0 12.5px;
    }
    .aide-contact {
        padding: 25px 12.5px;
    }
    .aide-contact .wpcf7-form input[type="submit"] {
        align-self: center;
    }
    .aide-tit {
        display: flex;
        justify-content: space-between;
        padding-left: 33%;
    }
    #backtotop {
        right: 50%;
    }
    .actus,
    .home-listeAcces .ext::after,
    .pourquoiEtBase {
        display: block;
    }
    .home-listeAcces {
        grid-row-gap: 22px;
    }
    .home-listeAcces .ext::after {
        text-align: center;
        margin-left: 0;
    }
    .services-tdm {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .flip-container {
        width: 150px;
        height: 242px;
    }
    .flip-container:hover .flipper,
    .flip-container:focus .flipper {
        transform: rotateY(0deg);
    }
    .liens-laBase {
        grid-template-columns: 1fr;
    }

    /*redéfinition font-size etc */
    h1,
    .h1,
    h2,
    .h2,
    .nombre {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    } /*24 29*/
    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    } /*20 24 */
    h4,
    .h4,
    h2.aide-tit {
        font-size: 1rem;
        line-height: 1.1875rem;
    } /*16 19*/
    .pageHead-texte,
    .chiffres {
        font-size: 0.9375rem;
        line-height: 1.375rem;
    } /*15px 22px*/
    /* margin et padding  */
    .detail-laBase,
    .tdm {
        padding: 20px;
    }
    section,
    section.container {
        margin-top: 30px;
    }
    .pad1col {
        padding: 0;
    }
    .une {
        margin-bottom: 12px;
    }

    .home-content,
    .containeravecancre {
        position: static;
    }
    #aide {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .bAide > span {
        display: none;
    }
    .bAide,
    .content a.bAide:link {
        background-color: transparent;
    }
    .bAide:hover,
    .bAide:focus {
        background-image: none;
    }
    .cat-actus .actuSticky {
        width: auto;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    .actuSticky,
    .submenu,
    .post-nav,
    istex-facets,
    istex-results {
        width: 100%;
    }
    .pageHead {
        padding: 22px 12px;
    }
    .uneActu,
    .grid-sizer {
        width: calc((100% - 20px) / 2);
    }
    .actuSticky > img {
        max-height: 175px;
    }
    .actusAutres {
        gap: 10px;
    }
    .single-actu-entete,
    .s-actu-thumbEtText {
        flex-direction: column;
    }
    .actus-memeCat {
        gap: 10px;
    }
    .actus-memeCat > .uneActu + .uneActu + .uneActu {
        display: none;
    }
    .post-nav {
        grid-template-columns: 14px 265px 1fr 14px;
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas: "imgprev prev vide vide" "vide2 next next imgnext";
    }
}
