html {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    background-color: #ffffff;
}

body {
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-family: "roboto";
    font-size: 1rem;
    background-color: #ffffff;
}

h1 {
    margin: 0;

}

:focus {
    outline: 4px dotted black;
}

.jspScrollable:focus:not(:focus-visible)
{
    outline-style: none;
}


.field--name-field-lien-news :focus,
.field--name-field-lien-acb :focus,
.view-liste-billet-accueil :focus {
    outline: 4px dotted white;
}

.search-btn:focus {
	outline: 4px dotted black;
}

.texte img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
main {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*selecteur lang*/
.block-bnf-langselector {
    width: auto;
    float: right;
    position: relative;
}


.lang {
    width: 55px;
    height: 35px;
    background-color: white;
    left: unset;
    right: 22px;
    top: 25px;
    border: 3px solid black;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    position: absolute;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 4px;
    padding-top: 2px;
    border-radius: 3px;
}

.lang button {
    color: #ffffff;
    font-size: 1rem;
    font-family: "roboto_condensed";
    font-weight: 700;
    line-height: 23px;
    border: none;
    border-radius: 0;
    background: none;
    background-color: transparent;
    cursor: pointer;
    padding-left: 0;
}

.lang button>span {
    font-weight: normal;
    font-size: 0.875rem;
    top: -5px;
    left: -5px;
    text-transform: capitalize;
    font-family: "roboto_condensed";
}


.lang button>span::after {
    color: #000000;
    font-size: 1rem;
    top: 4px;
}

.lang-layer {
    width: 120px;
    right: unset;
    left: -72px;
    top: 4px;
}

.lang-layer ul {
    list-style: none;
    margin-top: -2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0px;
    border: 1px solid black;
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*acces rapides*/
.skiplinks {
    background-color: #fff;
    padding: 16px;
    position: absolute;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    transition: transform 0.3s;
    border: 1px solid #323232;
    z-index: 102;
}

.skiplinks:focus-within {
    transform: translateY(0%);
}

.skiplinks *:focus {
    outline: 2px dotted #4b452f;
    outline-offset: 3px;
}

.skiplinks ul.skiplinkslist {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px;
    list-style: none;
}

.skiplinks ul.skiplinkslist li {
    display: block;
    float: left;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.skiplinks ul.skiplinkslist a:link,
.skiplinks ul.skiplinkslist a:visited {
    font-size: 1.0rem;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    text-underline-offset: 5px;
}

#main-content:target,
#menufooter:target {
    scroll-margin-top: 100px;
}

header {
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    position: fixed;
    background-color: #ffffff;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited {
    color: black;
    text-decoration: underline;
}

.gtoolbar {
    position: absolute;
    right: 110px;
    top: 5px;
}

.socialbar {
    position: absolute;
    right: 110px;
    top: 5px;
}

/**/
.layout-container {
    display: block;
    float: left;
    width: 100%;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.region-header {
    width: 100%;
    display: block;
    float: left;
    background-color: #ffffff;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.region.region-searchbar {
	display: block;
	float: left;
	position: relative;
	width: 100%;
    height: 0;
    top:-89px;/*prise en compte du header*/
	z-index: 99;
}

.region-header.opened {
    background-color: #000000;
    color: #ffffff;
}



.region-content {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#block-gallica-accueilblog-lienlogoblock-bnf {
    display: block;
    float: left;
    height: 50px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#block-gallica-accueilblog-lienlogoblock-gallica {
    display: block;
    float: left;
    height: 50px;
    margin-top: 20px;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.searchopened .block-logogallicablock-block,
.searchopened #block-gallica-accueilblog-lienlogoblock-gallica img,
.searchopened #block-gallica-accueilblog-lienlogoblock-bnf img,
.opened .block-logogallicablock-block,
.opened #block-gallica-accueilblog-lienlogoblock-gallica img,
.opened #block-gallica-accueilblog-lienlogoblock-bnf img {
    filter: invert();
}



#block-gallica-accueilblog-texteheader {
    display: block;
    float: left;
    width: calc(100% - 770px);
    position: absolute;
    max-width: 976px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

#block-gallica-accueilblog-texteheader .field__item {
    display: block;
    float: left;
    width: 100%;
    max-width: 500px;
    position: relative;
}

#block-gallica-accueilblog-searchbarlightblock {
    display: block;
    float: left;
    height: 50px;
    width: 100%;
    max-width: 976px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.texte_alt_logo {
    display: none;
}

main {
    display: block;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto";
    position: relative;
}

.layout-content {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.field--name-field-titrealter-bb {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    position: relative;
    /*    top: -85px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}



.field--name-field-titrealter-bb h1 {
    width: 100%;
    font-size: 5.5rem;
    font-family: "roboto";
    font-weight: 700;
    line-height: 100px;
    display: block;
    float: left;
    min-height: 45px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.soustitre {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

.soustitre a {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
    text-transform: uppercase;
    border: 1px solid black;
    border-radius: 16px;
    padding: 7px;
    display: block;
    float: left;
    width: auto;
    text-decoration: none;

}

/*entete*/
.entete {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    color: #000;
}

.entete time {
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: block;
    float: left;
}


P.field--name-field-date-bb
{
    display: block;
    float: left;
    margin: 0;
}

.entete .auteurs {
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-left: 75px;
    display: block;
    float: left;
}

.entete .auteurs ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.entete .auteurs ul li {
    display: block;
    float: left;
    width: auto;
    margin-right: 5px;
}

.entete .auteurs a {
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: underline;
}



/*texte intro*/
.field--name-field-chapeau-bb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
    color: #000;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;

}

.field--name-field-chapeau-bb p {
    margin: 0;
}

/*une*/
.field--name-field-une-bb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-une-bb .une {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.field--name-field-une-bb .une .link {
	display: block;
	float: left;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*concerne les cas avec ou sans legende*/
.field--name-field-une-bb .une img {
    display: block;
    float: left;
    width: 100%;
    max-width: 520px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}


.field--name-field-une-bb .une figure {
    display: block;
    float: left;
    width: 100%;
    max-width: 520px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
}


.field--name-field-une-bb .une figure figcaption {
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/*figcaption*/
 .embedblock figure {
    display: block;
    float: left;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.embedblock figure figcaption {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/*texte*/

.field--name-field-contenu-bb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 20px 0 20px 0;
}

.field--name-field-contenu-bb .field__item {
    display: block;
    float: left;
    width: 100%;
}

.texteriche {
    display: block;
    float: left;
    width: 100%;
}

.texteriche p {
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    display: block;
    float: left;
    width: 100%;
}

.field--name-field-intro-ps ul,
.texteriche ul
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    list-style: disc;
    list-style-type: disc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-intro-ps ol,
.texteriche ol
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    list-style: decimal;
    list-style-type: decimal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.field--name-field-intro-ps ol li,
.texteriche ol li,
.field--name-field-intro-ps ul li,
.texteriche ul li
{
    display: inline list-item;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.field--name-field-intro-ps li
{
    line-height: 20px;
}

.field--name-field-intro-ps li p
{
    line-height: 20px;
    position: relative;
    top:-3px;
}

.texteriche li p
{
    margin: 0;
    position: relative;
    top:0;
}

.field--name-field-intro-ps  li::marker {
    font-size: 1.5rem;
  }

.texteriche p.exergue {
    color: #000;
    text-align: center;
    font-family: var-fraunces;
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 40;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    width: 100%;
    max-width: 520px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .texteriche p.exergue {
        font-family: 'static-fraunces-soft';
        font-variation-settings: unset;
   }
}

.texteriche blockquote {
	display: block;
	float: left;
	width: 100%;
    margin: 0;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.texteriche blockquote p,
.texteriche blockquote {
    color: #000;
    text-align: center;
    font-family: var-fraunces;
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 50;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .texteriche blockquote p,
    .texteriche blockquote  {
        font-family: 'static-fraunces-soft';
        font-variation-settings: unset;
   }
}

.texteriche figure {
    display: block;
    float: left;
    width: 100%;
    max-width: 520px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.texteriche figure img {
    width: auto;
    max-width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.texteriche figure figcaption {
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    display: block;
    float: left;
}

/*tag*/
.field--name-field-motcle-bb {
    color: #000;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-motcle-bb a {
    color: #000;
}

/*mosaic voir plus*/

.field--name-field-plusloin-bb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

.field--name-field-plusloin-bb a
{
    display: block;
    float: left;
}


.field--name-field-plusloin-bb .mosaique {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.field--name-field-plusloin-bb .entetemosaic {
    background-image: url('images/3points.png');
    background-size: 73px 21px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
}


.field--name-field-plusloin-bb .titremosaic {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-plusloin-bb .titremosaic h1,
.field--name-field-plusloin-bb .titremosaic h2,
.field--name-field-plusloin-bb .titremosaic h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    color: #000;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}



@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-plusloin-bb .titremosaic h1,
    .field--name-field-plusloin-bb .titremosaic h2,
    .field--name-field-plusloin-bb .titremosaic h3  {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-plusloin-bb .mosaicview {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 35px;
}
/*
.field--name-field-plusloin-bb ul.mosaicelements {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 810px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}*/

.field--name-field-plusloin-bb ul.mosaicelements {
    display: block;
    float: left;
    position: relative;
    width: max-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.field--name-field-plusloin-bb .mosaic-element a {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: fit-content;
}


.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement {
    display: block;
    float: left;
    position: relative;
    width: 270px;
    height: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: fit-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .blocimage {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .blocimage img {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .bloctexte {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .bloctexte .titre {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 5px;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .bloctexte .titre h2,
.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .bloctexte .titre h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .bloctexte .texte {
    /*display: block;*/
    display: none;
    float: left;
    position: relative;
    width: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding-top: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-plusloin-bb ul.mosaicelements li.mosaicelement .bloctexte .texte p {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**/

footer {
    background: #fff none repeat scroll 0 0;
    font-family: "roboto_condensed";
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 35px;
    position: relative;
    border-top: 1px solid #000;
    padding-top: 65px;
}

.page_accueil footer 
{
    margin-top: 0;
    border-top: none;
}

.footerwrapper {
    display: block;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 976px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.region-footerfirst {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_condensed";
}

.region-footersecond {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_condensed";
}

.region-footerthird {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


h2 {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    font-family: "roboto_condensed";
    font-size: 1.875rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

h3 {
    display: block;
    float: left;
    font-family: "roboto_condensed";
    font-size: 1.1875;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #000;
}

.node__content {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rechmb {
    padding-right: 30px;
    display: block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rechmb .rech_container {
    height: 50px;
    display: table-cell;
    position: relative;
    width: 100%;
    border: none;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rechmb .link_container {
    width: 180px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rechmb_row {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/*liste resultat recherche*/

.rechterm {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    color: #000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

.rechterm h1 {
    font-size: 4rem;
    font-family: "roboto";
    font-weight: 700;
    line-height: 70px;
}

.view-empty
{
    display: block;
    float: left;
    color: #000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    font-family: "roboto";
    font-size: 1.125rem;
    line-height: 27px;
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 976px;
}

.view-recherche-par-soustitre,
.view-liste-par-motcle,
.view-recherche-par-auteur,
.view-search-index-view {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.view-recherche-par-soustitre .view-header,
.view-liste-par-motcle .view-header,
.view-recherche-par-auteur .view-header,
.view-search-index-view .view-header{
    font-family: "roboto";
    font-size: 1.125rem;
    line-height: 27px;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    color: #000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}



.view-recherche-par-soustitre .view-content,
.view-liste-par-motcle .view-content,
.view-recherche-par-auteur .view-content,
.view-search-index-view .view-content{
    font-family: "roboto";
    font-size: 1.125rem;
    line-height: 27px;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    color: #000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}



.view-recherche-par-soustitre ul.lpsstitre,
.view-liste-par-motcle ul.lpmotcle,
.view-recherche-par-auteur ul.lpauteur,
.view-search-index-view ul.searchindex {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.view-recherche-par-soustitre ul.lpsstitre li,
.view-liste-par-motcle ul.lpmotcle li,
.view-recherche-par-auteur ul.lpauteur li,
.view-search-index-view ul.searchindex li {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    position: relative;
}


.view-recherche-par-soustitre ul.lpsstitre li:first-of-type,
.view-liste-par-motcle ul.lpmotcle li:first-of-type,
.view-recherche-par-auteur ul.lpauteur li:first-of-type,
.view-search-index-view ul.searchindex li:first-of-type {
    border-top: none;
}

.view-recherche-par-soustitre ul.lpsstitre li .views-field-field-vignette-bb,
.view-liste-par-motcle ul.lpmotcle li .views-field-field-vignette-bb,
.view-recherche-par-auteur ul.lpauteur li .views-field-field-vignette-bb,
.view-search-index-view ul.searchindex li .views-field-field-vignette-bb {
    display: block;
    float: left;
    padding: 0;
    height: 153px;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

.view-recherche-par-soustitre ul.lpsstitre li .views-field-field-vignette-bb img,
.view-liste-par-motcle ul.lpmotcle li .views-field-field-vignette-bb img,
.view-recherche-par-auteur ul.lpauteur li .views-field-field-vignette-bb img,
.view-search-index-view ul.searchindex li .views-field-field-vignette-bb img {
    width: 250px;
    height: 153px;
}

.view-recherche-par-soustitre ul.lpsstitre li .bloctexte,
.view-liste-par-motcle ul.lpmotcle li .bloctexte,
.view-recherche-par-auteur ul.lpauteur li .bloctexte,
.view-search-index-view ul.searchindex li .bloctexte {
    display: block;
    float: left;
    min-height: 153px;
    height: auto;
    width: calc(100% - 270px);
    padding-left: 20px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

.view-recherche-par-soustitre .views-field-field-titrealter-bb,
.view-liste-par-motcle .views-field-field-titrealter-bb,
.view-recherche-par-auteur .views-field-field-titrealter-bb,
.view-search-index-view .views-field-field-titrealter-bb {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.view-search-index-view .views-field-field-titrealter-bb h2,
.view-recherche-par-soustitre .views-field-field-titrealter-bb a:link,
.view-recherche-par-soustitre .views-field-field-titrealter-bb a:visited,
.view-liste-par-motcle .views-field-field-titrealter-bb a:link,
.view-liste-par-motcle .views-field-field-titrealter-bb a:visited,
.view-recherche-par-auteur .views-field-field-titrealter-bb a:link,
.view-recherche-par-auteur .views-field-field-titrealter-bb a:visited,
.view-search-index-view .views-field-field-titrealter-bb a:link,
.view-search-index-view .views-field-field-titrealter-bb a:visited {
    height: auto;
    font-family: "roboto";
    font-size: 1.125rem;
    line-height: 27px;
    color: #000000;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.view-search-index-view  .searchindex a
{
    display:block;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
}

.view-search-index-view li:hover .views-field-field-titrealter-bb h2
{
    text-decoration: underline;
}

.view-recherche-par-soustitre .views-field-field-titrealter-bb a[target="_blank"]::after,
.view-liste-par-motcle .views-field-field-titrealter-bb a[target="_blank"]::after,
.view-recherche-par-auteur .views-field-field-titrealter-bb a[target="_blank"]::after,
.view-search-index-view .views-field-field-titrealter-bb a[target="_blank"]::after {
    content: '';
    background-image: url('images/tgt_blank_blk.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}



.view-recherche-par-soustitre .views-field-field-titrealter-bb a[target="_blank"],
.view-liste-par-motcle .views-field-field-titrealter-bb a[target="_blank"],
.view-recherche-par-auteur .views-field-field-titrealter-bb a[target="_blank"],
.view-search-index-view .views-field-field-titrealter-bb a[target="_blank"] {
    padding-right: 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.view-recherche-par-soustitre .views-field-field-chapeau-bb,
.view-liste-par-motcle .views-field-field-chapeau-bb,
.view-recherche-par-auteur .views-field-field-chapeau-bb,
.view-search-index-view .views-field-field-chapeau-bb {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-family: "roboto";
    font-size: 1.125rem;
    line-height: 27px;
}



/* pager */
.pager {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    border-top: 2px solid #000;
    padding-top: 20px;
}

.view-liste-billet .pager ul ,
.pager ul
{
    display: block;
    flex-wrap: wrap;
    float: left;
    width: fit-content;
    max-width: 620px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.view-liste-billet .pager ul li,
.view-recherche-par-soustitre .pager ul li, 
.view-liste-par-motcle .pager ul li, 
.view-recherche-par-auteur .pager ul li, 
.view-search-index-view .pager ul li,
.pager ul li {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
    height: 30px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    line-height: 25px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pager ul li.pager__item--previous {
    display: block;
    float: left;

}

.pager ul li.pager__item--next {
    display: block;
    float: left;

}

.pager ul li.pager__item--previous.noprevious,
.pager ul li.pager__item--next.nonext {
    display: none;
}

.pager__item.is-active {

    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.pager ul li span,
.pager a:link,
.pager a:visited {
    font-size: 1.5rem;
    font-family: roboto_condensed;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    height: 25px;
}


.pager li.is-active a:link,
.pager li.is-active a:visited {
    font-weight: bold;
}

.pager a:hover {
    color: #000;
}

/*embed*/
.embedblock {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.embedblock .titre {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.embedblock .titre h2 {
    display: block;
    float: left;
    margin: 0;
    font-family: "roboto_condensed";
    font-size: 1.875rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.embedblock .titre h3 {
    display: block;
    float: left;
    font-family: "roboto_condensed";
    font-size: 1.1875;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #000;
}

.embed {
    display: block;
    float: left;
    width: 100%;
}

.embed .embedwrapper {
    display: block;
    float: left;
    width: 100%;
}

/*embed youtube*/

.embed .embedwrapper.youtube {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.embed .embedwrapper.youtube iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}



/*mots cle*/

.mots_cles {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}


.mots_cles ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.mots_cles ul li {
    display: block;
    float: left;
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
}

.mots_cles a {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    font-family: Roboto;
    text-transform: uppercase;
    border: 1px solid black;
    border-radius: 16px;
    padding: 7px;
    display: block;
    float: left;
    width: auto;
    margin-right: 15px;
}

/*page simple*/

.field--name-field-titrealter-ps {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}


.field--name-field-titrealter-ps h1 {

    width: 100%;
    font-size: 7.5rem;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    display: block;
    float: left;
    margin-bottom: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-titrealter-ps h1  {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-titrealter-ps h1::before
{
    content:'';
   	background-image: url('images/separateur.png');
	background-repeat: repeat-x;
	width: calc( 100% - 40px );
	height: 11px;
	display: block;
	float: left;
	position: absolute;
	top: 0;

}

.field--name-field-titrealter-ps h1::after
{
    content:'';
   	background-image: url('images/separateur.png');
	background-repeat: repeat-x;
	width: calc( 100% - 40px );
	height: 11px;
	display: block;
	float: left;
	position: absolute;
    bottom:0
}

.field--name-field-intro-ps
{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-intro-ps h2
{
    width: 100%;
    font-size: 3.75rem;
    font-family: "var-fraunces";
    font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    display: block;
    float: left;
    margin-bottom: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-intro-ps h2  {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}
.field--name-field-intro-ps p
{
    width: 100%;
    color: #000;
    display: block;
    float: left;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    padding: 0;
    margin: 0;
}

.field--name-field-paragraphes-ps {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-paragraphes-ps .field__item {
    display: block;
    float: left;
    width: 100%;
}

.field--name-field-paragraphes-ps .texteriche
{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.field--name-field-paragraphes-ps .texteriche h2
{
    width: 100%;
    font-size: 3.75rem;
    font-family: "var-fraunces";
    font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    display: block;
    float: left;
    margin-bottom: 35px;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-paragraphes-ps .texteriche h2 {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-paragraphes-ps .texteriche h2::before
{
    content:'';
   	background-image: url('images/separateur.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
}

.field--name-field-paragraphes-ps .texteriche h3 {
    display: block;
    float: left;
    width: auto;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.field--name-field-paragraphes-ps .texteriche h3::before
{
    content:'';
	width: 75px;
	height: 2px;
    background-color: #000;
	display: block;
	float: left;
	position: absolute;
	top: 14px;
    left: -90px;
}

.field--name-field-paragraphes-ps .texteriche h3::after
{
    content:'';
	width: 75px;
	height: 2px;
    background-color: #000;
	display: block;
	float: left;
	position: absolute;
	top: 14px;
    right: -90px;
}

/*accueil blog*/
.field--name-field-titrealter-blog {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 976px;
    border: none;
    background-color: #ffffff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}


.field--name-field-titrealter-blog h1 {
    width: 100%;
    font-size: 9.85rem;
    /*font-size: 11.5rem;*/
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    display: block;
    float: left;
    margin-bottom: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-titrealter-blog h1 {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.block-views-blockliste-billet-block-1 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 976px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 20px 0 20px 0;
}

.view-liste-billet {
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet .item-list {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.view-liste-billet ul.listebillet {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    margin: 0;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    max-width: 976px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.view-liste-billet ul.listebillet li {
    display: block;
    float: left;
    width: 310px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
}

.view-liste-billet ul.listebillet a
{
    display: block;
    float: left;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
}

.view-liste-billet ul.listebillet li:nth-of-type(3n+2) {
    margin-left: 23px;
    margin-right: 23px;
}

.view-liste-billet .views-field-fieldset .view-liste-billet .views-field-field-image-une {
    width: 310px;
    height: auto;
    display: block;
    float: left;
}

.view-liste-billet .views-field-field-image-une img,
.view-liste-billet .views-field-fieldset .bloctexte {
    width: 100%;
    height: auto;
}

.view-liste-billet .views-field-field-titrealter-bb {
    color: #000;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet .views-field-field-titrealter-bb h2 {
    color: #000;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}


.view-liste-billet .views-field-field-auteur-bb {
    color: #000;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet .views-field-field-chapeau-bb {
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet .liresuite {
    display: block;
    float: left;
    border: 1px solid #000;
    position: relative;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.view-liste-billet .liresuite span,
.view-liste-billet .liresuite a:link,
.view-liste-billet .liresuite a:visited {
    text-decoration: none;
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.view-liste-billet li:hover .liresuite{
    background-color: #000;
    color: white;
    border: 1px solid #000;
}

.view-liste-billet li:hover .liresuite span
{
    color: white;
}

.view-liste-billet .liresuite:hover {
    background-color: #000;
    color: white;
    border: 1px solid #000;
}

.view-liste-billet .liresuite:hover a:visited,
.view-liste-billet .liresuite:hover a:link
{
    color: white;
}

/*accueil mise en avant*/
.paragraph--type--accueilmea-para {
    display: block;
    float: left;
    background-color: #000;
    padding-top: 52px;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.paragraph--type--accueilmea-para img {
    display: block;
    float: left;
    height: 830px;
    width: 1920;
}

.paragraph--type--accueilmea-para .bloctexte {
    background-color: #fff;
    width: 675px;
    /*height: 665px;*/
    height: auto;
    padding: 30px;
    position: absolute;
    top: 100px;
    right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.paragraph--type--accueilmea-para .bloctexte .field--name-field-surtitre-acmea {
    color: #000;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .paragraph--type--accueilmea-para .bloctexte .field--name-field-surtitre-acmea   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.paragraph--type--accueilmea-para .bloctexte .field--name-field-surtitre-acmea p
{
    margin: 0;
}

.paragraph--type--accueilmea-para .bloctexte .field--name-field-titre-acmea h2,
.paragraph--type--accueilmea-para .bloctexte .field--name-field-titre-acmea h3,
.paragraph--type--accueilmea-para .bloctexte .field--name-field-titre-acmea h4 {
    color: #000;
    text-align: center;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .paragraph--type--accueilmea-para .bloctexte .field--name-field-titre-acmea h2,
    .paragraph--type--accueilmea-para .bloctexte .field--name-field-titre-acmea h3,
    .paragraph--type--accueilmea-para .bloctexte .field--name-field-titre-acmea h4    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.paragraph--type--accueilmea-para .bloctexte .field--name-field-texte-acmea p {
    color: #000;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.paragraph--type--accueilmea-para .bloctexte .field--name-field-lien-acmea a:link,
.paragraph--type--accueilmea-para .bloctexte .field--name-field-lien-acmea a:visited {
    font-family: Roboto;
    font-size: 1.0rem;
    font-style: normal;
    color: #fff;
    background-color: #000;
    border:1px solid #fff;
    border-radius: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
}

.paragraph--type--accueilmea-para .bloctexte .field--name-field-lien-acmea a:link:hover,
.paragraph--type--accueilmea-para .bloctexte .field--name-field-lien-acmea a:visited:hover {
    color: #000;
    background-color: #fff;
    border:1px solid #000;

}
/*accuel remonte blog*/

.paragraph--type--accueilblog-para {
    display: block;
    float: left;
    width: 100%;
    background-color: #000;
    padding-top: 52px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.paragraph--type--accueilblog-para .field--name-field-titre-acb,
.paragraph--type--accueilblog-para .field--name-field-titre-acb h2 {
    display: block;
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 11.5rem;
    font-style: normal;
    font-weight: 900;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .paragraph--type--accueilblog-para .field--name-field-titre-acb,
    .paragraph--type--accueilblog-para .field--name-field-titre-acb h2    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}



.field--name-field-billets-acb {
    display: block;
    float: left;
    width: 100%;
    height: max-content;
}

.view-liste-billet-accueil {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 110px;
	padding-right: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1820px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.jspHorizontalBar {
	height: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: transparent;
}


.jspPane {
	padding-left: 0 !important;
}

.jspTrack {
	background: #000;
    border: 1px solid #fff;
	position: relative;
    border-radius: 5px;
}

.jspDrag {
	background: #fff;
    border-radius: 5px;
}

.jspVerticalBar
{
    display: none;
}

.view-liste-billet-accueil .item-list
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.view-liste-billet-accueil ul {
    display: block;
    float: left;
    list-style: none;
    width: max-content;
    padding-left: 0;
}

.view-liste-billet-accueil ul li {
    display: block;
    float: left;
    margin: 10px;
    width: 300px;
    position: relative;
}

.view-liste-billet-accueil ul li .bloctexte,
.view-liste-billet-accueil ul li .views-field-field-image-une {
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet-accueil ul li .views-field-field-image-une img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}


.view-liste-billet-accueil .views-field-field-titrealter-bb {
    color: #fff;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet-accueil .views-field-field-titrealter-bb h2,
.view-liste-billet-accueil .views-field-field-titrealter-bb h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}


.view-liste-billet-accueil .views-field-field-auteur-bb {
    color: #fff;
    font-family: "Roboto_Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet-accueil .views-field-field-chapeau-bb {
    color: #fff;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
}

.view-liste-billet-accueil .liresuite {
    display: block;
    float: left;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.view-liste-billet-accueil .liresuite span,
.view-liste-billet-accueil .liresuite a:link,
.view-liste-billet-accueil .liresuite a:visited {
    text-decoration: none;
    color: #fff;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.view-liste-billet-accueil li:hover .liresuite, 
.view-liste-billet-accueil .liresuite:hover 
{
    background-color: #fff;
    color: black;
}

.view-liste-billet-accueil li:hover .liresuite span
{
    color: #000;
} 


.view-liste-billet-accueil a
{
    display: block;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.view-liste-billet-accueil .liresuite:hover a:visited,
.view-liste-billet-accueil .liresuite:hover a:link
{
    color: black;
}

.view-liste-billet-accueil .view-empty
{
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 900;
	position: relative;
    text-align: center;
    line-height: 32px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .view-liste-billet-accueil .view-empty   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-lien-acb {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.field--name-field-lien-acb a:link,
.field--name-field-lien-acb a:visited {
    display: block;
    float: right;
    width: auto;
    color: #fff;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    position: relative;
    right: 25%;
    padding-right: 30px;
    text-decoration: none;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-lien-acb a:link,
    .field--name-field-lien-acb a:visited   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-lien-acb a::after {
    content: '';
    background-image: url('images/chevrondroit.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 31px;
    display: block;
    float: right;
    position: absolute;
    top: -5px;
    right: 0;
}


/*control slider*/
.controls {
    height: 31px;
   /* display: block;*/
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

}

.field--name-field-plusloin-bb .controls {
	height: 22px;
}

.field--name-field-plusloin-bb .controls button.prev::after, 
.field--name-field-plusloin-bb .controls button.next::after 
{
	width: 19px;
	height: 22px;
	background-size: 19px 22px;
    top: 0;
}

/*si pas de scrollbar*/

.field--name-field-plusloin-bb .controls,
.view-liste-billet-accueil .controls
{
    display: none;
}

.field--name-field-plusloin-bb .controls.over3
{
    display: block;
}


.controls button {
    width: 19px;
    height: 31px;
    border: none;
    display: block;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
}

.controls button.prev
{
    position: absolute;
    right: calc( 50% + 50px );
}

.controls button.next
{
    position: absolute;
    right: calc( 50% - 69px );
}

.controls button.prev::after {
    content: '';
    background-image: url('images/chevrongauche.png');
    width: 19px;
    height: 31px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: 3px;
}

.controls button.next::after {
    content: '';
    background-image: url('images/chevrondroit.png');
    width: 19px;
    height: 31px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: 3px;
}

.controls button[disabled=disabled], .controls button:disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.controls button.prev[disabled=disabled]::after, 
.controls button.prev:disabled::after ,
.controls button.next[disabled=disabled]::after, 
.controls button.next:disabled::after 
{
   opacity: 0.5;
}

body.billet_blog article >div {
    max-width: 976px;
    width: 100%;
    display: block;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

body.billet_blog .controls button.prev::after ,
body.billet_blog .controls button.next::after,
body.billet_blog .controls button.prev[disabled=disabled]::after, 
body.billet_blog .controls button.prev:disabled::after ,
body.billet_blog .controls button.next[disabled=disabled]::after, 
body.billet_blog .controls button.next:disabled::after 
{
    filter: invert();
}

body.billet_blog.contrasted .controls button.prev::after ,
body.billet_blog.contrasted .controls button.next::after,
body.billet_blog.contrasted .controls button.prev[disabled=disabled]::after, 
body.billet_blog.contrasted .controls button.prev:disabled::after ,
body.billet_blog.contrasted .controls button.next[disabled=disabled]::after, 
body.billet_blog.contrasted .controls button.next:disabled::after 
{
    filter: unset;
}



.field--name-field-plusloin-bb .controls button.prev
{
    position: absolute;
   /* right: calc( 50% + 20px );*/
   right: 70px;
}

.field--name-field-plusloin-bb .controls button.next
{
    position: absolute;
   /* right: calc( 50% - 49px );*/
   right: 0;
}
/*acueil menu*/
.paragraph--type--accueilmenu-para {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid black;
    padding-top: 49px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-surtitre-acm {
    color: #000;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-surtitre-acm   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-surtitre-acm p
{
    margin: 0;
}

.field--name-field-titre-acm h2,
.field--name-field-titre-acm h3,
.field--name-field-titre-acm h4 {
    color: #000;
    text-align: center;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 6.3125rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-titre-acm h2,
    .field--name-field-titre-acm h3,
    .field--name-field-titre-acm h4   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.menuacm {
    display: block;
    float: left;
    width: 100%;
}

.menuacm ul {
    display: block;
    float: left;
    width: 100%;
    max-width: 1340px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}

.menuacm ul li {
    display: block;
    float: left;
    width: calc(50% - 2px);

    border-bottom: 1px solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menuacm ul li:nth-of-type(1) {
    border-top: 1px solid black;
}

.menuacm ul li:nth-of-type(2) {
    border-top: 1px solid black;
}

.menuacm ul li:nth-of-type(2n+1) {
    border-right: 1px solid black;
    padding-left: 125px;
}

.menuacm ul li:nth-of-type(2n) {
    padding-left: 34px;
}

.menuacm a:link,
.menuacm a:visited {
    display: block;
    float: left;
    padding-left: 55px;
    color: #000;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .menuacm a:link,
    .menuacm a:visited   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.menuacm a::after {
    content: '';
    background-image: url('images/fleche.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    left: 0;
}

/*accueil embed*/

.paragraph--type--accueilembed-para {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    padding-top: 49px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-surtitre-ace {
    color: #000;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-surtitre-ace   {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}


.field--name-field-surtitre-ace p
{
    margin: 0;
}
.field--name-field-titre-ace h2,
.field--name-field-titre-ace h3,
.field--name-field-titre-ace h4 {
    color: #000;
    text-align: center;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 6.3125rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-titre-ace h2,
    .field--name-field-titre-ace h3,
    .field--name-field-titre-ace h4{
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}

.field--name-field-texte-ace {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.field--name-field-texte-ace p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%;
    max-width: 475px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin: 0;
}

.paragraph--type--accueilembed-para .embed {
    display: block;
    float: left;
    width: 100%;
    max-width: 976px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}

.paragraph--type--accueilembed-para .embed .embedwrapper {
    display: block;
    float: left;
    width: 100%;
}

.paragraph--type--accueilembed-para .embed .embedwrapper.youtube {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.paragraph--type--accueilembed-para .embed .embedwrapper.youtube iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.field--name-field-lien-ace {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.field--name-field-lien-ace a:link,
.field--name-field-lien-ace a:visited {
    display: block;
    float: right;
    width: auto;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    position: relative;
    right: 25%;
    padding-right: 25px;
    text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-lien-ace a:link,
    .field--name-field-lien-ace a:visited
    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}
.field--name-field-lien-ace a::after {
    content: '';
    background-image: url('images/chevrondroitblk.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 31px;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.field--name-field-titrealter-acc 
{
    display: block;
    float: left;
    width: 100%;
}

.field--name-field-titrealter-acc h1 {
    color: #000;
    text-align: center;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 7.0rem;
    font-style: normal;
    font-weight: 900;
    line-height: 7.0rem;
    padding-top: 40px;
    padding-bottom: 198px;
    margin-top: 54px;
    margin-bottom: 95px;
    display: block;
    float: left;
    width: 100%;
    max-width: 976px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

   /* border-top: 5px double black;
    border-bottom: 5px double black;*/
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-titrealter-acc h1
    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
   }
}
.field--name-field-titrealter-acc h1::before
{
    content:'';
   	background-image: url('images/separateur.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
	display: block;
	float: left;
	position: absolute;
	top: 0;

}

.field--name-field-titrealter-acc h1::after
{
    content:'';
   	background-image: url('images/separateur.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
	display: block;
	float: left;
	position: absolute;
    bottom:0
}

.lienrechavc a:link,
.lienrechavc a:visited
{
	padding-right: 25px;
}

.lienrechavc a::after {
	content: '';
	background-image: url('images/chevrondroitblk.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 31px;
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}


/***********/
.paragraph--type--newsletter-para
{
    display: block;
    float: left;
    width: 100%;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.field--name-field-titre-news
{
    display: block;
    float: left;
    width: 100%;
    max-width: 976px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;

}

.field--name-field-titre-news h2,
.field--name-field-titre-news h3,
.field--name-field-titre-news h4
{
    display: block;
    float: left;
    width: 100%;    
    color: #fff;
    text-align: center;
    font-family: "var-fraunces";
	font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 3.8125rem;
    font-style: normal;
    font-weight: 900;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .field--name-field-titre-news h2,
    .field--name-field-titre-news h3,
    .field--name-field-titre-news h4
    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
    }
}

.field--name-field-texte-news 
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.field--name-field-texte-news p
{
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 

    display: block;
    float: left;
    width: 100%;
    max-width: 465px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin: 0;
}


.field--name-field-lien-news {
	background-color: #fff;
    border: 1px solid #fff; 
	border-radius: 20px;
	
	display: block;
	float: left;
	width: 100%;
	max-width: 130px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0;
}


.field--name-field-lien-news a:link,
.field--name-field-lien-news a:visited
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.field--name-field-lien-news:hover
{
    border: 1px solid #fff; 
    background-color: black; 
    color: white; 
}

.field--name-field-lien-news:hover a:link,
.field--name-field-lien-news:hover a:visited
{
        color: white; 
}

/*liste lien*/
.listelien
{
    display: block;
    float: left;
    width: 100%;
}

.listelien ul {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	width: max-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
    padding: 0;
    min-width: 350px;
    max-width: 100%;
    margin-top: 0;
    width: 100%;
}

.listelien ul li
{
    display: list-item;
    list-style-position: inside;
    list-style-image: url('images/puce.png');
    margin-bottom: 15px;
}

.listelien ul li a:link,
.listelien ul li a:visited
{
    color: #000;
    font-family: "var-fraunces";
    font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 900;
    line-height: 17px; /* 100% */
    text-decoration: none;
    position: relative;
    bottom: 3px;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .listelien ul li a:link,
    .listelien ul li a:visited
    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
    }
}
.listelien ul li a:hover
{
    text-decoration: underline;
}

.texteriche p.text-align-center {
    margin: 0;
}

group1.first,
group2.first{
    color: #000;
    font-family: "var-fraunces";
    font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    group1.first,
    group2.first
    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
    }
}
/*lien decoré*/
.liendecore {
    display: list-item;
    list-style-position: inside;
    list-style-image: url('images/puce.png');
    margin-bottom: 15px;
}

.liendecore a:link, .liendecore a:visited {
    color: #000;
    font-family: "var-fraunces";
    font-variation-settings: 'opsz' 144 , 'WONK' 1,'SOFT' 0;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    text-decoration: none;
    position: relative;
    bottom: 3px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .liendecore a:link, .liendecore a:visited
    {
        font-family: 'static-fraunces';
        font-variation-settings: unset;
    }
}
/*ancre*/
a.ancre {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

#tarteaucitronManager img
{
display: none;
}
#tarteaucitronManager
{
    width: 35px;
    height: 35px;
    position: relative;
}

#tarteaucitronManager::after {
    content: '';
    background-image: url('images/cookie_contraste.png');
    background-repeat: no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    position: absolute;
    top: 7px;
    left: 10px;
}

/*transcription*/
.fr-transcription
{
  display: block;
  float: left;
  width: 100%;
  max-width: 976px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  margin-bottom: 50px;

  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


button.fr-transcription__btn {
	display: block;
	float: left;
	width: fit-content;
	height: 100%;
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	padding: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button.fr-transcription__btn:hover
{
    border: 1px solid #fff;
    background-color: black;
    color: white;
}

button.fr-transcription__btn[aria-expanded="true"]
{
  background-color: rgb(237, 237, 237);
}

.fr-transcription .fr-collapse
{
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fr-transcription .fr-collapse[aria-hidden="true"]
{
  display: none;
}

/*masquage next prev*/
.pager ul li.pager__item--previous,
.pager ul li.pager__item--next {
    display: none;
}