body{
  background-size: cover;
}

.language-switcher li {
    display: none;
    line-height:1;
    margin-right: 25px;
}

.language-switcher li.active {
    display: block;
}

.corner-menu li {
    display: inline-block;
    height: 25px;
    margin: 0 0 0 0.5em;
    padding: 0.2em 0.5em 0 0;
}

.corner-menu-vertical ul > li.active-trail > ul > li {
  background-color: #fff;
 border-bottom: 1px solid #cccccc;
  display: block;
}

.corner-menu-vertical ul.menu li.active-trail {
  background-color: #eeeeee;
}


.corner-menu-vertical ul.menu li {
  background-color: #eeeeee;
}

.corner-menu-vertical ul li:not(.active-trail) a{
  font-weight: normal!important;
}

.corner-menu-vertical ul.menu a,
.corner-menu-vertical ul.menu a {
  line-height: 1.14;
  letter-spacing: 0.044rem;
}

.corner-menu-vertical ul li ul li {
  display: none;
}

.corner-menu-vertical ul.menu li:not(.active-trail) {
  font-weight: normal;
}

.corner-menu-vertical ul.menu li ul li:not(.active-trail) {
  font-weight: normal;
}

.presentation-image img {
    width: 100%;
    height:auto;
    vertical-align: bottom;
}

.presentation-language span.title-language {
    font-family: Roboto;
    font-size: 1.1em;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
}

.presentation-language ul.presentation-language-switcher{
    padding: 0;
    font-family: Roboto;
    font-size: 23px;
    font-weight: bold; 
    line-height: 15px;
    letter-spacing: 0.65px;
    text-align: center;
    margin: 15px 0 0 0;
}

.presentation-language-switcher li {
    font-family: 'open_sansregular';
    font-size: 0.45em;
    text-transform: uppercase;
}

.presentation-language-switcher li a {
    margin-right: 10px;
    text-decoration: none;
}

.presentation-language-switcher li.active a {
    color: var(--heritage_color);
    border-bottom: 2px solid;
    padding-bottom: 7px;
}

.presentation-language-switcher li.active a {
    margin-left: 10px;
    margin-right: 10px;
}

.summary-subtitle {
  margin-top: 87px;
}

.block-thumbnail {
    position: relative;
    display: block;
    max-width: 1280px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 auto 102px auto;
    height: 450px;
    width: 100%;
}

.field-collection-view {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}

.field-slideshow-slide {
    border: 4px solid #fff;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0), #1c1c1c); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), #1c1c1c); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0), #1c1c1c); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0), #1c1c1c); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0), #1c1c1c); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.block-thumbnail .splide__arrow{
  top: 90%;
}

.block-thumbnail .splide__arrow--next{
  right: 0em;
  width: 5em;
  height: 4em;
}

.block-thumbnail .splide__arrow--prev {
  right: 6em;
  left: auto;
  width: 5em;
  height: 4em;
}

.block-thumbnail .splide__arrow svg{
  fill: #fff;
  width: 4.5em;
  height: 4.5em;
}

.block-thumbnail .splide__arrow:hover:not(:disabled) svg{
  fill: #FFF;
}

.block-thumbnail.splide{
  padding: 0;
}

.block-thumbnail.splide.is-focus-in .splide__arrow:focus{
  outline: 1px dotted #fff;
}
.field-slideshow-slide img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.field-slideshow-image {
    position: relative;
    z-index: -1;
}

.block-summary .jcarousel-prev {
    background-image: url(images/picto_fleche-bas-gauche-noire.png);
    top: 400px;
    right: 90px;
    width: 40px;
    height: 21.4px;
    object-fit: contain;
    position: absolute;
    cursor: pointer;
}

.block-summary .jcarousel-next {
    background-image: url(images/picto_fleche-bas-droite-noire.png);
    top: 400px;
    right: 10px;
    width: 40px;
    height: 21.4px;
    object-fit: contain;
    position: absolute;
    cursor: pointer;
}

.block-thumbnail .field-collection-view .field-item {
    width: 100%;
    height: 50px;
    font-family: Alegreya;
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
    display: table-cell;
    text-align: center;
}

.block-thumbnail .field-collection-view .field-item a {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.block-mecenat {
    margin: auto;
    background-color: #fff;
    margin-bottom: 94px;
}

.block-mecenat .block-partners .partners-title {
    font-size: 17px;
    font-family: "roboto";
    margin: 15px auto;
    width: 90%;
    padding: 20px 0 0 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #2f2f2f;
}

.block-mecenat .block-partners ul li {
  margin: 0 0.3rem;
}

.block-editorial {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.block-editorial .block-edito a.edito-title {
    width: 353px;
    display: block;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto 25px auto;
    max-height: 66px;
    font-family: Alegreya;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.3;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    background-color: var(--heritage_color);
    text-transform: uppercase;
    text-decoration: none;
}

.block-editorial .block-edito .edito-image {
    text-align: center;
}

.block-editorial .block-edito .edito-article .article-summary p{
    font-family: Roboto;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    /*text-align: center;*/
    text-align:left;
    color: #1f1f24;
}

.block-editorial .block-edito .edito-article .article-author {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #1c1c1c;
}

.block-editorial .block-edito .article-button {
    text-align: center;
}

.block-editorial .block-edito .article-button a {
    width: 100%;
    height: 18px;
    margin-left: 7px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--heritage_color);
    text-decoration: none;
}

.block-editorial .block-collection .field-items .field-item .article .article-short-title a{
    text-decoration: none;
    font-family: Roboto;
    font-size: 22px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #1c1c1c;
}

.block-editorial .block-collection .field-items .field-item .article .article-button a {
    width: 100%;
    height: 18px;
    margin-left: 7px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--heritage_color);
    text-decoration: none;
}

.block-focus {
    margin-top: 50px;
}

.block-focus .focus-title {
    width: 352px;
    height: 51px;
    background-color: var(--heritage_color);
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 40px;
    font-family: Alegreya;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.3;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
}

.block-focus .article-promote header {
    top: 60px;
    background-color: #ffffff;
}

.block-focus .article-promote header .title {
    margin: 75px 0 0 60px;
    max-width: 491px;
    height: 99px;
    font-family: Alegreya;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.block-focus .article-promote .image {
  text-align: center;
}

.block-focus .article-promote .image img {
    vertical-align: bottom;
}

.block-focus .article-promote .ontitle {
    color: var(--heritage_color);
}

.block-focus .article-promote .link a {
    color: var(--heritage_color);
}

.block-share .share-summary {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.leaflet_block .map h2 {
  font-family: Alegreya;
  font-size: 25px;
}

.items-embeded {
  display: block;
  position: relative;
  float: left;
  width: 867px;
  background-color: #fff;
  margin: 165px auto 60px auto;
}

.documents-access {
  background-color: var(--heritage_color);
  color: #ffffff;
  margin: auto;
  width: 200px;
  line-height: 1.42857;
  text-align: center;
  display: block;
  pointer-events: auto;
  font-size: 14px;
  font-weight: 400;
  border: medium none;
  border-radius: 0;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 70px;
  padding: 15px 20px;
}

.block-article .article-text  {
  line-height: 1.64;
}

.entete-list {
 
  background-color: #ffffff;
  margin: 3rem 0;
}

.entete-list .title-list {
  
  font-family: Alegreya;

  letter-spacing: 0.63px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.entete-list .description-list {
  object-fit: contain;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.docs-access .label {
  font-family: Roboto;
  font-size: 14px;
  text-align:center;
  color: var(--heritage_color);
}

.docs-access .docs-container-lfl {
  overflow: hidden;
}

.article-embeded .docexterne-fils-spl-ancre-custom {
  float:right;
  object-fit: contain;
  cursor: pointer;
}

.jcaroussel-lfl .jcarousel-prev {
  display: inline-block;
  position: absolute;
  top: 250px;
  right: 95px;
  background-image: url(images/picto_fleche-bas-gauche-noire.png);
  background-repeat: no-repeat;
  width: 40px;
  cursor: pointer;
  height: 22px;
}

.jcaroussel-lfl .jcarousel-next {
  display: inline-block;
  position: absolute;
  top: 250px;
  right: 35px;
  background-image: url(images/picto_fleche-bas-droite-noire.png);
  background-repeat: no-repeat;
  width: 40px;
  cursor: pointer;
  height: 22px;
}

.article-embeded .title a {
  color: #ffffff;
  text-decoration: none;
}

.article-embeded .summary {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}

.article-embeded .author {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}

.article-embeded .access a.link-access{
  color: var(--heritage_color);
}

.article-popup {
  object-fit: contain;
  background-color: #ffffff;
  text-align: justify;
}

.article-popup .title {
  font-family: Alegreya;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #ffffff;
  background-color: var(--heritage_color);
  padding: 10px;
  display: inline-block;
}

.article-popup .title a {
  color: #ffffff;
  text-decoration: none;
}

.article-popup .summary {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}

.doc .image-doc {
  text-align: center;
  background: #e9e9e9 none repeat scroll 0 0;
  height: 196px;
  width: 254px;
}

.doc .document-doc img {
  position: absolute;
  right: 12px;
  top: 205px;
}

.item-list-search .image-doc-search img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.item-list-search .title-doc-search {
  position: absolute;
  top: 130px;
  left: 15px;
  width: 166px;
  height: 34px;
  object-fit: contain;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  background-color: #fff;
  padding: 25px 25px;
  text-align: left;
}

.item-list-search .doc-access-search {
  position: absolute;
  top: 230px;
  left: 42px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--heritage_color);
}

.docs-access-search .jcaroussel-lfl .jcarousel-prev {
  display: inline-block;
  position: absolute;
  top: 280px;
  right: 95px;
  background-image: url(images/picto_fleche-bas-gauche-noire.png);
  background-repeat: no-repeat;
  width: 40px;
  cursor: pointer;
  height: 22px;
}

.docs-access-search  .jcaroussel-lfl .jcarousel-next {
  display: inline-block;
  position: absolute;
  top: 280px;
  right: 35px;
  background-image: url(images/picto_fleche-bas-droite-noire.png);
  background-repeat: no-repeat;
  width: 40px;
  cursor: pointer;
  height: 22px;
}

.block-search-results {
  z-index: 101;
}

#block-search-form{
  position: relative;
}

#block-search-form .form-item-type-bibliotheque {
  margin: auto;
  width: 850px;
  display: block;
}

#block-search-form .form-item-type-bibliotheque .edit-type-bibliotheque {
  display: none;
}

#block-search-form .form-item-type-biblio {
  display: inline-block;
}


#block-search-form #edit-type-bibliotheque {
  margin-top: 78px;
  margin-bottom: 46px;
}

#block-search-form #edit-type-bibliotheque .form-radio {
  display: none;
}

#block-search-form #edit-type-bibliotheque input[checked=checked]+label {
  border-bottom: 2px solid var(--heritage_color);
}

#block-search-form #edit-type-bibliotheque .option {
  margin-left: 165px;
  border-bottom-color: var(--heritage_color);
}
#block-search-form #edit-type-bibliotheque input+label {
  padding: 20px;
  cursor: pointer;
}
#block-search-form #edit-type-bibliotheque label {
  display: inline-block;
  object-fit: contain;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000000;
}

#block-search-form .form-item-block-search label {
  display: none;
}

#block-search-form .form-type-textfield.form-item-block-search {
  display: inline-table;
  margin-left: 223px;
  margin-top: 1em;
  margin-bottom: 1em;
}

#block-search-form .form-text{
  height: 82px;
  width: 834px;
  margin: auto;
  display: block;
  object-fit: contain;
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
  padding-left: 23px;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  background-repeat: no-repeat;
  background-position-x: 779px;
  background-position-y: 28px;
}

#block-search-form .description {
  object-fit: contain;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: center;
  color: #777777;
  margin: auto;
  width: 594px;
  margin-top: 35px;
}

#block-search-form .description-simple-search {
  object-fit: contain;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: center;
  color: #777777;
  margin: auto;
  width: 594px;
  margin-top: 35px;
}

#search-header-results {
  padding: 23px 0 23px 28px;
  border: 1px solid #000;
  margin: 0px 0 58px 0;
  height: 40px;
}

.search-results .results-head {
  margin: 50px 40px 0 0;
  border-bottom: 2px solid #000;
}

.search-results .results-head .results-head-title {
  object-fit: contain;
  font-family: "roboto";
  font-size: 1.5em;
  background-color: var(--heritage_color);
  padding: 20px 24px;
  margin: 15px 0;
  color: #fff;
}

.search-results .results-head .docs-access-search {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 38px 0 0 0;
}

.search-results .results-head .docs-access-search .item-list-search{
  float: left;
  margin: 0 20px 130px 0;
  display: inline-block;
  position: relative;
}

.search-results .results-head .docs-access-search .image-doc-search img  {
  width: 245px !important;
  height: 196px !important;
}

.search-header-text{
  object-fit: contain;
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
}

ul.breadcrumb li:first-child:before {
  content: ">";
}

ul.breadcrumb li:first-child:before {
  content: "" !important;
}
ul.breadcrumb li:before {
  margin: 5px;
}
ul.breadcrumb li:before {
  content: ">" !important;
}

.footer-wrapper .footer-left ul li a {
  text-decoration: underline;
  font-family: Roboto;
  font-size: 0.9em;
  font-weight: 300;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

header nav .horizontal-menu a {
  font-size:0.688rem;
}

.page-node-type-page-3if .corner-menu-vertical,
.page-node-type-page-timeline .corner-menu-vertical{
    display: none;
    width: 0;
    height: 0;
}
.page-node-type-homepage #block-menueditorial {
  display: none;
  width: 0;
  height: 0;
}

.page-node-type-page-3if .main-content {
	width: 100%;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
  padding-top: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-node-type-page-timeline .main-content {
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
  padding-top: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-node-type-homepage .main-content {
	width: 100%;
	margin: 0;
}

html[dir=rtl] .page-node-type-homepage .main-content {
        width: 100%;
        margin: 0 !important;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0;
}

.doc .title-doc {
  font-size: 0.8rem!important;
}

.sitemap {
  background:#fff;
  margin-bottom: 3.5rem;
  padding: 2rem;
}

ul.docs-list {
  clear:both;
}

.doc .image-doc {
  width: 240px!important;
}

.presentation-title h1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
}

.presentation-title h2 {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
  font-family: Roboto;
  font-size: 1.563rem;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.084rem;
}

.block-focus .article-promote h3.title {
  font-family: Alegreya;
  font-size: 2.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

.block-focus .article-secondary .field-item h3.title {
  font-family: Roboto;
  font-size: 1.438rem;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
}

.block-share h2 {
  font-family: Alegreya;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 1.3px;
}

.block-share h3.share-subtitle {
  font-family: Roboto;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.block-article h1.title {
  font-family: Alegreya;
  font-size: 1.563rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}

.article-summary p,
.article-summary {
  font-style: italic;
  font-weight: bold;
}

.leaflet_block {
  margin-bottom: 66px;
  margin-top: 66px;
}

.main_leaflet .leaflet_block {
  margin-top: 200px;
}

.bloc3if {
  margin: 3rem 0;
}

.doc .title-doc a {
  color: #000;
}

#block-tabs-2 ul {
  padding: 0;
}

#block-tabs-2 ul li {
  padding: 0 10px 0 0;
  display:inline;
}

#block-search .views-view-grid .article .article-image img {
  min-height: 160px;
}

#block-search #bnf-search-form > h3 {
  object-fit: contain;
    background-color: var(--heritage_color);
    padding : 20px 24px;
    margin : 15px 0;
    color : #fff;
    width:fit-content;
}

html[dir=rtl] #block-search .view-form input[type=submit] {
  left: 9px;
  right:unset;
}

html[dir=rtl] #openBtn {
  margin-left: 1rem;
}

@media only screen and (min-width: 1079px) {
  ul.horizontal-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*width: 1072px;*/
    margin: 0 0 0 200px;
  }

  .presentation-title h1 {
    font-size: 3.5rem;
  }

  .presentation-image img {
    height: 680px;
    object-fit: cover;
  }

  #block-menueditorial ul.horizontal-menu li {
    padding: 0 0.2rem!important;
  }

  .block-mecenat {
    max-width: 1100px;
  }

  .article-block-legend h3{
    font-size: 1.375rem;
  }

  .block-share .share-image {
    width:60%;
  }

  .block-share .share-text {
    width:40%;
  }

  .block-focus .article-promote .text {
    height:auto;
  }

  .block-timeline ul {
    padding:6rem 0;
  }

  .block-timeline ul li:nth-child(even) div .timeline-date {
    right: 640px;
  }
}

@media only screen  and (min-width : 1280px) {
  
}

@media only screen  and (max-width : 1279px) {
  .main-content {
    width: 832px;
    margin: 205px 0 0 223px;
  }

  .container {
    width: 100%!important;
  }
}

@media only screen  and (max-width : 1080px) {
  .block-editorial .block-edito .edito-article .article-summary,
  .block-editorial .block-edito .edito-article .article-summary p{
    text-align: center;
  }

  .block-editorial .block-edito .edito-article .article-summary{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .summary-subtitle {
    padding-left: 1rem;
    padding-right: 1rem;
}
  ul.share-links{
    padding:0;
  }
  .block-collection .article {
    display:block;
    text-align: center;
  }
  
  .article-promote .text {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .article-secondary .field-item {
    /*justify-content: center;*/
    display:block;
    text-align: center;
    padding:30px 0;
  }

  .article-secondary .field-item .text{
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }

  .article-secondary img {
    max-width: 50%;
  }

  .block-editorial .block-collection .field-items {
    text-align: center;
  }

  .block-share {
    text-align: center;
  }

  .block-share .share-summary {
    text-align: center;
  }

  .footer-wrapper {
    flex-direction: column;
    gap:15px;
  }

  .footer-left ul.menu {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-left:0;
  }

  html[dir=rtl] .footer-wrapper .footer-left {
    float: right;
    width: 100%;
    margin-right: 0;
  }

  html[dir=rtl] .footer-left ul.menu {
    margin-right: 0;
    margin-left:30px;
  }

  html[dir=rtl] .share-links {
    padding:0;
  }

  .footer-left > p {
    text-align: center;
  }

  .footer-right ul {
    justify-content: center;
  }

  html[dir=rtl] .main-content {
    width: 100%;
    margin: 0 !important;
  }

  .main-content {
    width: 100%;
    margin: 0;
  }

  .block-timeline {
    align-items: center;
  }
}

@media only screen and (min-width: 1079px) {
  .container {
    width: 1280px;
  }
  .block-edito {
    position:relative;
  }

  .block-editorial .block-edito .edito-article {
    left: 20px;
    width: 75%;
  }
  
}

@media only screen and (max-width : 768px) {
  .block-thumbnail .field-collection-view .field-item a {
     font-size:16px;
  }
  .block-thumbnail {
    height: 408px;
  }

  .block-thumbnail .field-items li.field-item {
    width: calc(30% - 0.75em)!important;
  }
}

@media only screen and (min-width : 450px) and (max-width : 640px) {
  .block-thumbnail {
    height: 337px;
  }
  .block-thumbnail .field-collection-view .field-item a {
    font-size: 14px;
}
}

@media only screen and (max-width : 450px) {
  .block-thumbnail {
    height: 310px;
  }
  .block-thumbnail .field-collection-view .field-item a {
    font-size: 12px;
  }
  .block-thumbnail .field-items li.field-item {
    width: calc(40% - 0.75em) !important;
  }
}

@media only screen  and (max-width : 320px) {

}