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: 2px 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;
}

.region.region-breadcrumb {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#block-gallica-selection-breadcrumbs {
    display: block;
    float: left;
    width: 100%;
}

#block-gallica-selection-breadcrumbs ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
}

#block-gallica-selection-breadcrumbs ol li {
    display: block;
    float: left;
    width: auto;
}

#block-gallica-selection-breadcrumbs ol li::before {
    content: '>>';
}

#block-gallica-selection-breadcrumbs ol li:first-of-type:before {
    content: '';
}

a:link,
a:visited {
    color: black;
    text-decoration: underline;
}
/*breadcrumb*/
.breadcrumb {
    display: block;
    float: left;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb a:link,
.breadcrumb a:visited {
    color: black;
    text-decoration: underline;
    font-family: "roboto";
    font-size: 1rem;
}

.breadcrumb__button
{
    display: none;
}

.breadcrumb__button[aria-hidden="false"] {
	display: block;
	float: left;
	width: 100%;
	height: 25px;
	background-color: transparent;
	border: none;
	font-family: roboto;
	font-size: 1rem;
	color: black;
	text-decoration: underline;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
}

.breadcrumb .collapse
{
  display: block;
  float: left;
  width: 100%;
  border:none;
}

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


/**/

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


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

#block-gallica-selection-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-selection-texteheader .field__item {
    display: block;
    float: left;
    width: 100%;
    max-width: 500px;
    position: relative;
}

#block-gallica-selection-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-bandeau-typedoc {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: 85px;
    margin-top: -85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-bandeau-typedoc img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.field--name-field-titrealter-typedoc,
.field--name-field-paragraphes-typedoc {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    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-typedoc h1 {
    width: 100%;
    font-size: 4.5rem;
    font-family: "fraunces";
    font-weight: 900;
    padding-top: 0;
    display: block;
    float: left;
    min-height: 45px;
    line-height: 75px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }


/*texte intro*/
.field.field--name-field-intro-typedoc {
    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;
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
}

.field.field--name-field-intro-typedoc p
{
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
}

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

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


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

.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 {
    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: #19373e;
}

h3 {
    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: #19373e;
}

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


/*para*/

.field--name-field-paragraphes-typedoc {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field--name-field-paragraphes-typedoc .texteriche,
.field--name-field-paragraphes-typedoc .mosaique {
    border-top: 2px solid black;
}

/*texteriche*/
.texteriche {
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.texteriche .texte {
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-bottom: 0;
    color: #000;
    font-weight: normal;
}

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

.texteriche .texte a[target="_blank"] {
    padding-right: 30px;
}

.texteriche .texte a[target="_blank"]::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    position: absolute;
    margin-top: 5px;
    margin-left: 3px;
}


.texteriche .texte b,
.texteriche .texte strong {
    font-weight: bold;
}

.texteriche .texte ul {
    display: block;
    float: left;
}

/*mosaique general*/
.mosaique {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.mosaique .entetemosaic .titremosaic {
    display: block;
    float: left;
    width: 100%;
}

.mosaique .entetemosaic .intromosaic {
    display: block;
    float: left;
    width: 100%;
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
}

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

.mosaique ul.mosaicelements {
    display: flex;
    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;
    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;
}

.mosaique ul.mosaicelements li.mosaicelement {
    display: block;
    float: left;
    width: 33%;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique .bloctexte {
    font-family: "roboto";
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    float: left;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique .bloctexte .texte {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique .bloctexte .texte ul {
    display: block;
    float: left;
}

.mosaique .bloctexte .accordeon .texte,
.mosaique.liste .bloctexte .accordeon .texte {
    padding-top: 0;
    font-size: 1.0rem;
}

.mosaique .bloctexte .accordeon button.boutonaccordeon {
    padding-top: 20px;
}

.mosaique .bloctexte .texte p {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique h2 {
    font-family: "roboto";
    color: #000000;
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
    font-weight: bold;
    display: block;
    float: left;
}


.mosaique .titremosaic h2 {
    font-family: "Fraunces";
    font-weight: 900;
    font-size: 2.5rem;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique a:link,
.mosaique a:visited {
    display: block;
    float: left;
    text-decoration: none;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique .blocimage {
    display: block;
    float: left;
    height: 153px;
    width: 250px;
    position: relative;
}

.mosaique .mosaic-element.internal .blocimage .corner {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    /* For browsers that don't support gradients */
    background: -webkit-linear-gradient(45deg, #000000 0%, #000000, 50%, #fff 50%, #fff 100%);
    background: -o-linear-gradient(45deg, #000000 0%, #000000, 50%, #fff 50%, #fff 100%);
    background: -moz-linear-gradient(45deg, #000000 0%, #000000, 50%, #fff 50%, #fff 100%);
    background: linear-gradient(45deg, #000000 0%, #000000, 50%, #fff 50%, #fff 100%);

}

.mosaique .mosaic-element img.vignette {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique a[target="_blank"] .titre {
    padding-right: 25px;
    position: relative;
}

.mosaique a[target="_blank"] .titre::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
}


.mosaique.transverse2c a[target="_blank"] .titre::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    right: 0;
}

.mosaique.transverse4c a[target="_blank"] .titre::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
}


/*mosaic liste*/

.mosaique.liste ul.mosaicelements {
    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;
}

.mosaique.liste ul.mosaicelements li.mosaicelement {
    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 #c7c7c7;
}

.mosaique.liste ul.mosaicelements li.mosaicelement:first-of-type {
    border-top: none;
}

.mosaique.liste ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 153px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.liste ul.mosaicelements li.mosaicelement .mosaic-element .blocimage {
    display: block;
    float: left;
    padding: 0;
    height: 153px;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.liste ul.mosaicelements li.mosaicelement .mosaic-element .bloctexte {
    display: block;
    float: left;
    min-height: 153px;
    height: auto;
    width: calc(100% - 250px);
    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;
}

.mosaique.liste a:link,
.mosaique.liste a:visited {
    height: auto;
}

.mosaique.liste h2 {
    font-weight: bold;
    font-size: 1rem;
    font-family: "Roboto";
}

.mosaique.liste .bloctexte .texte {
    padding-top: 10px;
}

.mosaique.liste .bloctexte .texte p{
    padding-top: 10px;
}

.mosaique.liste .bloctexte .texte a:link,
.mosaique.liste .bloctexte .texte a:visited {
    text-decoration:underline;
    float:none;
    display:inline;
}

/*transvere 2c*/
.field--name-field-paragraphes-typedoc .mosaique.transverse2c .entetemosaic {
    display: block;
    float: left;
    width: 100%;
    border-top: 2px solid black;
}

.field--name-field-paragraphes-typedoc .mosaique.transverse2c {
    border-top: none;
}


.field--name-field-paragraphes-typedoc .mosaique.transverse2c .entetemosaic h2 {
	background-image: url('images/3points.png');
	background-size: 73px 21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 100px;
	background-position: left;
}

.mosaique.transverse2c ul.mosaicelements li.mosaicelement {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mosaique.transverse2c ul.mosaicelements li.mosaicelement:nth-of-type(2n+1)
{
    padding-left: 0;
    padding-right: 8px;
}

.mosaique.transverse2c ul.mosaicelements li.mosaicelement:nth-of-type(2n)
{
    padding-left: 8px;
    padding-right: 0;
}


.mosaique.transverse2c ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    width: 100%;
    height: 175px;
    background-color: black;
    padding: 0;
}

.mosaique.transverse2c .blocimage {
    height: 175px;
    width: 175px;
}

.mosaique.transverse2c .bloctexte {
    padding: 10px;
    height: 100%;
    width: calc(100% - 175px);
    color: white;
}

.mosaique.transverse2c .bloctexte .titre h2,
.mosaique.transverse2c .bloctexte .titre h3 {
    width: 100%;
    line-height: 30px;
    font-weight: normal;
    font-size: 1.5rem;
    font-family: "roboto";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    color: white;
    font-weight: bold;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.transverse2c  a[target="_blank"] .titre::after {
    filter: invert(1);
}

.mosaique.transverse2c a:link,
.mosaique.transverse2c a:visited {
    height: auto;
}

.mosaique.transverse2c .bloctexte .texte {
    font-family: "roboto";
    font-size: 1rem;
    font-weight: 400;
    padding-top: 10px;
}

/*transvere 4c*/
.field--name-field-paragraphes-typedoc .mosaique.transverse4c .entetemosaic h2 {
	background-image: url('images/3points.png');
	background-size: 73px 21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 100px;
	background-position: left;
}

.field--name-field-paragraphes-typedoc .mosaique.transverse4c .entetemosaic {
    display: block;
    float: left;
    width: 100%;
    border-top: 2px solid black;
}

.field--name-field-paragraphes-typedoc .mosaique.transverse4c {
    border-top: none;
}

.mosaique.transverse4c ul.mosaicelements li.mosaicelement {
    display: block;
    float: left;
    width: 25%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.transverse4c ul.mosaicelements li.mosaicelement:nth-of-type(4n+1)
{
    padding-left: 0;
    padding-right: 8px; 
}
.mosaique.transverse4c ul.mosaicelements li.mosaicelement:nth-of-type(4n+2)
{
    padding-left: 8px;
    padding-right: 8px; 
}
.mosaique.transverse4c ul.mosaicelements li.mosaicelement:nth-of-type(4n+3)
{
    padding-left: 8px;
    padding-right: 8px; 
}
.mosaique.transverse4c ul.mosaicelements li.mosaicelement:nth-of-type(4n)
{
    padding-left: 8px;
    padding-right: 0; 
}

.mosaique.transverse4c ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    width: 100%;
    max-width: 245px;
    height: 175px;
    background-color: white;
    padding: 0;
}

.mosaique.transverse4c .blocimage {
    height: 100px;
    width: 100%;
    max-width: 245px;
}

.mosaique.transverse4c .bloctexte {
    padding: 0;
    height: 70px;
    width: 100%;
    max-width: 245px;
}

.mosaique.transverse4c .bloctexte .titre h2,
.mosaique.transverse4c .bloctexte .titre h3 {
    font-weight: bold;
    font-size: 1rem;
    font-family: "roboto";
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 20px;
    width: 100%;
    max-width: 225px;
    color: #000;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}

.mosaique.transverse4c a:link,
.mosaique.transverse4c a:visited {
    height: auto;
}

.mosaique.transverse4c .bloctexte .texte {
    font-family: "roboto";
    font-size: 1.0rem;
    font-weight: 400;
    padding-top: 5px;
    width: 100%;
    max-width: 225px;
}


/*transvere 3c*/
.field--name-field-paragraphes-typedoc .mosaique.transverse3c .entetemosaic h2 {
	background-image: url('images/3points.png');
	background-size: 73px 21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 100px;
	background-position: left;
}

.mosaique.transverse3c ul.mosaicelements li.mosaicelement {
    display: block;
    float: left;
    width: 33%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.transverse3c ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    width: 100%;
    max-width: 325px;
    height: auto;
    background-color: white;
    padding: 0;
}

.mosaique.transverse3c .blocimage {
    height: 145px;
    width: 100%;
    max-width: 145px;
}

.mosaique.transverse3c .bloctexte {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    height: auto;
    width: 160px;
    font-weight: normal;
    display: block;
    float: left;
}

.mosaique.transverse3c .bloctexte .titre h2,
.mosaique.transverse3c .bloctexte .titre h3 {
    font-weight: bold;
    font-size: 1rem;
    font-family: "roboto";
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    max-height: 65px;
    width: 100%;
    max-width: 165px;
    color: #000;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.transverse3c a[target="_blank"] .titre {
    padding-right: 35px;
    position: relative;
}

.mosaique.transverse3c a[target="_blank"] .titre::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 15px;
}


.mosaique.transverse3c a:link,
.mosaique.transverse3c a:visited {
    height: auto;
}

.mosaique.transverse3c .bloctexte .texte {

    font-family: "roboto";
    font-weight: 400;
    font-size: 1rem;
    padding-right: 20px;
    padding-top: 5px;
    width: 100%;
    max-width: 225px;
}



/*partenaire*/
.field--name-field-paragraphes-typedoc .mosaique.partenaire .entetemosaic h2 {
	background-image: url('images/3points.png');
	background-size: 73px 21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 100px;
	background-position: left;
}


.mosaique.partenaire ul.mosaicelements li.mosaicelement {
    display: block;
    float: left;
    width: 20%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.partenaire ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    width: 100%;
    max-width: 150px;
    height: 160px;
    background-color: white;
    padding: 0;
}

.mosaique.partenaire .blocimage {
    height: 160px;
    width: 100%;
    max-width: 150px;
}

.mosaique.partenaire .bloctexte {
    display: none;
}

.mosaique.partenaire a:link,
.mosaique.partenaire a:visited {
    height: auto;
}

/*accordeon*/

.accordeonwrapper,
.accordeon,
.accordeoninner {
    display: block;
    float: left;
    width: 100%;
}

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

.accordeon .titre h2 {
    color: #000;
    font-family: "roboto_condensed";
    font-weight: normal;
    font-size: 2.75rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    float: left;
}

button.boutonaccordeon {
    border: none;
    background: transparent;
    font-family: "roboto";
    color: #000;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 27px;
    text-decoration: underline;
    padding: 0;
}

.boutonaccordeon[aria-expanded="true"] .close {
    display: block;
}

.boutonaccordeon[aria-expanded="true"] .open {
    display: none;
}

.boutonaccordeon[aria-expanded="false"] .close {
    display: none;
}

.boutonaccordeon[aria-expanded="false"] .open {
    display: block;
}

.accordeon .texte {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-family: "roboto";
    color: #000;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 27px;
}

.accordeon .texte p {
    margin-top: 0;

}

.accordeon .content[aria-hidden="true"] {
    display: none;
}

/*VITRINE*/
.page_vitrine .node__content {
    display: block;
    float: left;
    width: 100%;
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page_vitrine h1 {
    font-size: 3rem;
    font-family: "fraunces";
    font-weight: 900;
    line-height: 3rem;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    float: left;
}

.page_vitrine .timeline {
    margin-bottom: 25px;
    display: block;
    float: left;
    width: 100%;
}

.page_vitrine h2,
.page_vitrine .mosaique h2,
.page_vitrine .timeline h2 {
    font-family: "Fraunces";
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    float: left;
    color: #000;
    padding-top: 0;
    padding-bottom: 10px;
}

.page_vitrine .timeline h3 {
    font-size: 1.3125rem;
    font-family: "roboto_condensed";
    font-weight: normal;
    margin-bottom: 0px;
    display: block;
    float: left;
}

.page_vitrine .field--name-field-stprincipal-pa {
    font-size: 1.125rem;
    line-height: 27px;
    font-weight: normal;
    font-family: "roboto";
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page_vitrine .intromosaic,
.page_vitrine .introgeo,
.page_vitrine .introtimeline {
    font-size: 1.125rem;
    line-height: 27px;
    font-family: "Roboto";
    font-weight: normal;
    color: #000;
}


.timeline .point {
    min-width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 2;
    border: 4px #454545 solid;
    position: relative;
    left: 0;
    background-color: #ffffff;
}

.timeline .timeline-element .titre h3 {
    text-align: left;
    color: #000;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.timeline .timelineview {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline .timelineview::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    left: calc(50% - 1px);
    border: solid 2px #454545;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.timeline ul li {
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.timeline ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline .timeline-element {
    width: 430px;
    margin: 20px;
    height: 130px;
}

.timeline .timeline-element img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline .timeline-element .texte {
    font-size: 1.13rem;
    font-family: "roboto_condensed";
    font-weight: 300;
    text-decoration: none;
    color: #000;
    line-height: 18px;
    text-align: left;
}

.timeline .timeline-element .texte p {
    font-size: 1.13rem;
    font-family: "roboto_condensed";
    font-weight: 300;
    text-decoration: none;
    color: #000;
    line-height: 18px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.timeline .timeline-element .blocimage {
    width: 212px;
    height: 130px;
    display: block;
    float: left;
}

.timeline .timeline-element .bloctexte {
    width: calc(100% - 212px);
    height: 130px;
    display: block;
    float: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) .timeline-element {
    padding-left: 0;
    margin-right: 22px;
}

.timeline ul li:nth-child(even) .timeline-element {
    padding-right: 0;
    margin-left: 20px;
}

.timeline ul li:nth-child(odd) .blocimage {
    float: right;
}

.timeline ul li:nth-child(odd) .bloctexte {
    float: right;
    padding-right: 10px;
}


.timeline ul li .bloctexte a:link,
.timeline ul li .bloctexte a:visited {
    color: black;
    text-decoration: none;
}

.timeline ul li:nth-child(odd) .timeline-element .titre h3 {
    text-align: right;
    float: right;
}

.timeline ul li:nth-child(odd) .timeline-element .texte p,
.timeline ul li:nth-child(odd) .timeline-element .texte {
    text-align: right;
    float: right;
}

/*selection vitrine 4-1*/
.mosaique.mosaic4_1 {
    margin-bottom: 25px;
    max-width: 1282px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    float: left;
    position: relative;
    padding-top: 20px;
}

.mosaique.mosaic4_1 ul {
    list-style: none;
    display: block;
    min-height: 570px;
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
}

.mosaique.mosaic4_1 .blocimage {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
}

.mosaique.mosaic4_1 ul li.mosaicelement {
    float: left;
    width: 280px;
    height: 280px;
    margin-right: 7px;
    margin-bottom: 9px;
}

.mosaique.mosaic4_1 ul li.mosaicelement:nth-child(1) {
    float: right;
    width: 708px;
    height: 570px;
    margin: 0;
}

.mosaique.mosaic4_1 ul li.mosaicelement:nth-child(1) .bloctexte {
    bottom: 50px;
    width: 100%;
    max-width: 635px;
    margin-left: 30px;
    position: absolute;
}

.mosaique.mosaic4_1 ul li.mosaicelement .mosaic-element {
    float: left;
    width: 280px;
    height: 280px;
    margin: 0;
    padding: 0;
    position: relative;
}

.mosaique.mosaic4_1 ul li.mosaicelement:nth-child(1) .mosaic-element {
    width: 708px;
    height: 570px;
    float: right;
}

.mosaique.mosaic4_1 ul .mosaic-element img {
    width: 280px;
    height: 280px;
}

.mosaique.mosaic4_1 ul li:nth-child(1) .mosaic-element img {
    width: 708px;
    height: 570px;
}

.mosaique.mosaic4_1 ul .bloctexte {
    position: absolute;
    bottom: 50px;
    left: auto;
    max-width: 250px;
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}


.mosaique.mosaic4_1 ul .bloctexte h2,
.mosaique.mosaic4_1 ul .bloctexte h3,
.mosaique.mosaic4_1 ul .bloctexte h4
{

    color: #fff;
}

.mosaique.mosaic4_1 ul li:nth-child(1) .bloctexte {
    max-width: 635px;
    margin-left: 30px;
}

.mosaique.mosaic4_1 ul .bloctexte a .texte {
    font-family: roboto;
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
    height: 25px;
    overflow: hidden;
}

.mosaique.mosaic4_1 ul .bloctexte .tag {
    font-family: roboto_condensed;
    font-weight: normal;
    font-size: 1.0rem;
    padding: 3px;
    color: #fff;
    background-color: #000000;
}

.mosaique.mosaic4_1 ul .bloctexte a {
    text-decoration: none;
}

.mosaique.mosaic4_1 ul .bloctexte a .titre {
    font-family: roboto;
    font-weight: normal;
    font-size: 1.33rem;
    color: #fff;
    overflow: hidden;
    width: 250px;
    height: 30px;
    display: block;
    float: left;
}

.mosaique.mosaic4_1 ul .bloctexte a .titre h2,
.mosaique.mosaic4_1 ul .bloctexte a .titre h3,
.mosaique.mosaic4_1 ul .bloctexte a .titre h4 {
    font-family: roboto;
    font-weight: normal;
    font-size: 1.33rem;
    color: #fff;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.mosaique.mosaic4_1 ul .bloctexte a .texte {
    font-family: roboto;
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
    height: 25px;
    overflow: hidden;
}

.mosaique.mosaic4_1 a[target="_blank"] .titre::after {
display: none;
}

/*selection vitrine 4G*/

.mosaique.mosaic4c {
    display: block;
    width: 100%;
    float: left;
    margin-top: -22px;
    margin-bottom: 30px;
}

.mosaique.mosaic4c .mosaicview {
    width: 100%;
    max-width: 1240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mosaique.mosaic4c ul.mosaicelements {
    list-style: none;
    display: block;
    width: 100%;
    min-height: 365px;
    margin-bottom: 0;
}

.mosaique.mosaic4c ul.mosaicelements li.mosaicelement {
    float: left;
    margin: 5px;
    width: 300px;
}

.mosaique.mosaic4c ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    float: left;
    width: 300px;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.mosaic4c .blocimage {
    height: 255px;
    width: 300px;
}

.mosaique.mosaic4c .bloctexte .titre {
    font-family: roboto;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    height: 30px;
    padding-top: 0;
}

.mosaique.mosaic4c .bloctexte .titre h1,
.mosaique.mosaic4c .bloctexte .titre h2,
.mosaique.mosaic4c .bloctexte .titre h3 {
    font-family: roboto;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    margin: 0;
}

/*carte*/
.geomenu {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    height: 630px;
    float: left;
}

.geomenu .bloccarte {
    display: block;
    float: left;
    width: 100%;
    height: 512px;
    /*max-width: 976px;*/
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geomenu .carte {
    display: block;
    float: left;
    width: 512px;
    height: 512px;
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geomenu .carte img {
    position: absolute;
    top: 0;
    width: 512px;
    height: 512px;
    z-index: 2;
}

.geomenu .carte .geomenumap {
    position: absolute;
    top: 0;
    width: 512px;
    height: 512px;
    z-index: 3;
}

.geomenu .carte .geomenumap svg {
    width: 512px;
    height: 512px;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}

.geomenu .carte .geomenumap svg path {
    top: 0;
    width: 512px;
    height: 512px;
    stroke: none;
    stroke-width: 1;
    fill: none;
    pointer-events: all;
}

.geomenu .carte .geomenumap svg path:hover {
    visibility: visible;
    fill: rgba(85, 85, 153, 0.5) !important;
    stroke: #555599;
}

.geomenu .menuvignette {
    display: block;
    float: left;
  /*  width: 464px;*/
  width: 775px;
    height: 512px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geomenu .menuvignette ul {
    list-style: none;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
  /*  width: 464px;*/
  width: fit-content;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geomenu .menuvignette ul li {
    width: 220px;
    height: 55px;
    list-style: none;
    display: block;
    margin: 5px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geomenu .menuvignette ul li a {
    width: 100%;
    height: 55px;
    text-decoration: none;
    position: relative;
    display: block;
    float: left;
}

.geomenu .menuvignette ul li a img {
    opacity: 0.7;
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.geomenu .menuvignette ul li a .title {
    font-family: roboto;
    font-weight: normal;
    font-size: 0.95rem;
    color: #fff;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: 0;
    padding: 15px;
}

.geomenu .menuvignette ul li a .title:hover {
    background-color: rgba(85, 85, 153, 0.5);
}

.jspVerticalBar {
    width: 8px;
}

.jspDrag {
    background: #000000;
}

.jspTrack {
    background: #ebebeb;
}

/*grand slider*/
.mosaique.slider {
    display: block;
    float: left;
    width: 100%;
}


.mosaique.slider ul.mosaicelements li.mosaicelement {
    display: block;
    width: 285px;
    height: 310px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mosaique.slider ul.mosaicelements {
    display: block;
    float: left;
    width: max-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.mosaique.slider ul.mosaicelements li.mosaicelement .mosaic-element {
    display: block;
    width: 275px;
    height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}

.mosaique.slider .blocimage {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
}

.mosaique.slider .bloctexte {
    position: relative;
    top: -175px;
    left: auto;
    max-width: 275px;
    text-align: center;
    width: 100%;
}

.mosaique.slider .titre {
    font-family: roboto;
    font-weight: normal;
    font-size: 1.75rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    float: left;
}


.mosaique.slider .titre h2,
.mosaique.slider .titre h3,
.mosaique.slider .titre h4 {
    font-family: roboto;
    font-weight: normal;
    font-size: 1.75rem;
    color: #fff;
}

.jspHorizontalBar {
    height: 6px;
}

.mosaique.slider .jspVerticalBar {
    display: none;
}

.mosaique.slider .controls {
    height: 28px;
    display: block;
    float: right;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
}

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

.mosaique.slider button.prev {
    float: left;
}

.mosaique.slider button.next {
    float: right;
}

.mosaique.slider button.prev::after {
    content: '';
    background-image: url('images/prev.png');
    width: 27px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.mosaique.slider button.next::after {
    content: '';
    background-image: url('images/next.png');
    width: 27px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.mosaique.slider button.prev[disabled="disabled"]::after,
.mosaiques button.prev:disabled::after {
    opacity: 0.5;
}

.mosaique.slider button.next[disabled="disabled"]::after,
.mosaiques button.next:disabled::after {
    opacity: 0.5;
}

/**/

.page_vitrine main {
    display: block;
    float: left;
    width: 100%;
    max-width: 1290px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/*liste resultat taxo section*/
.view-taxo-section-page-type {

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


.view-taxo-section-page-type ul {
    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-taxo-section-page-type ul 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 #c7c7c7;
}


.view-taxo-section-page-type ul li .views-field-field-vignette-typedoc {
    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-taxo-section-page-type ul li .views-field-fieldset {
    display: block;
    float: left;
    min-height: 153px;
    height: auto;
    width: calc(100% - 270px);
    padding-left: 0;
    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-taxo-section-page-type ul li .bloctexte {
    display: block;
    float: left;
    min-height: 153px;
    height: auto;
    width: 100%;
    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-taxo-section-page-type .views-field-field-titrealter-typedoc {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.view-taxo-section-page-type .views-field-field-titrealter-typedoc a:link,
.view-taxo-section-page-type .views-field-field-titrealter-typedoc a:visited {
    height: auto;
    font-family: "roboto";
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.view-taxo-section-page-type .views-field-field-titrealter-typedoc a[target="_blank"]::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.view-taxo-section-page-type .views-field-field-titrealter-typedoc a[target="_blank"] {
    padding-right: 25px;
    position: relative;
}

.view-taxo-section-page-type .views-field-field-intro-typedoc {
    display: block;
    float: left;
    width: 100%;
}



/*liste resultat recherche*/

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

.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-search-index-view {

    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%);
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
}


.view-search-index-view ul {
    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-search-index-view ul 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 #c7c7c7;
}

.view-search-index-view ul li:first-of-type {
    border-top: none;
}


.view-search-index-view ul li .views-field-field-vignette-typedoc {
    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-search-index-view ul li .views-field-field-vignette-typedoc img {
    width: 250px;
    height: 153px;
}

.view-search-index-view ul 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-search-index-view .views-field-field-titrealter-typedoc {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.view-search-index-view .views-field-field-titrealter-typedoc a:link,
.view-search-index-view .views-field-field-titrealter-typedoc 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;
    line-height: normal;
    letter-spacing: normal;
}

.view-search-index-view .views-field-field-titrealter-typedoc a[target="_blank"]::after {
    content: '';
    background-image: url('images/tgt_blank_blk_16.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.view-search-index-view .views-field-field-titrealter-typedoc a[target="_blank"] {
    padding-right: 25px;
    position: relative;
}

.view-search-index-view .views-field-field-intro-typedoc {
    display: block;
    float: left;
    width: 100%;
    font-family: roboto;
    font-size: 1.125rem;
    line-height: 27px;
}




/* pager */
.pager {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
}

.pager ul {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.pager ul li {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
    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: right;

}

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


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