@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');

html {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
}

html,
body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-size: 20px;
  font-weight: 300;
}

body {
  overflow-x: hidden;
  padding-top: 125px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

body * {
  box-sizing: border-box;
}

p,
h1,
h2,
h3 {
  position: relative;
}

p {
  margin-top: 0;
}

/**
 * Generic
 */
a {
  color: #FFBA00;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border: 0;
}

button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

.button {
  display: inline-block;
  line-height: 1;
  border: 0;
  background: #003964;
  color: white;
  padding: 0.5em 2em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}

.button:hover {
  background: #2C2C2C;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.col-md-50 {
  float: left;
  width: 50%;
}

.col-md-100 {
  float: left;
  width: 100%;
}

.container,
.col-centr {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout-sidebar-first {
  width: 20%;
  float: left;
}

.layout-content {
  width: 100%;
  float: left;
}

.has-sidebar-first .layout-content {
  width: 80%;
}

.has-sidebar-first.has-sidebar-second .layout-content {
  width: 60%;
}

h1 {
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
  margin: 30px 0 0;
}

h1.page-title {
  color: #004C80;
  font-weight: 900;
  font-size: 3.3em;
  margin: 2rem 0 0.3em;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 0.3em;
}

h2 {
  font-weight: 900;
  font-size: 2em;
  color: #008CB6;
  margin-top: 0.2em;
}

.path-frontpage h2 {
  min-height: 3em;
  margin-bottom: 0;
  font-size: 1.7em;
  display: flex;
  align-items: center;
}

.path-frontpage p {
  font-size: 19px;
}

.region-header {
  margin: 0.5em 0;
}

.path-frontpage article .field--name-body {
  max-width: 590px;
  margin: 0 auto;
}

/* .path-frontpage article .field--name-body p {
  text-align: center;
  color: #004C80;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 0.4em;
} */

.field--name-field-page-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 2em -1em 2em;
}

.field--name-field-page-bottom>div {
  width: 33.3333%;
  padding: 0 1em;
}

.view-img-header img {
  width: 100%;
}

/*Header*/
header {
  height: 125px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.user-logged-in:not(.role-intranet):not(.role-intranet_elus) header {
  top: 80px;
}

.region-header {
  display: flex;
  flex-wrap: wrap;
}

#block-poledeseaux-branding {
  width: 265px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

#block-navigationprincipale {
  width: calc(100% - 265px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
}

.region-top-large {
  position: relative;
}

#block-titreentete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3em;
  font-weight: 700;
  max-width: 80%;
  width: 100%;
  text-align: center;
}

.path-frontpage #block-titreentete {
  top: 3em;
  transform: translate(-50%, 0);
}

.sticky #block-poledeseaux-branding {
  width: 165px;
}

.sticky header {
  height: 85px;
}

body.sticky {
  padding-top: 85px;
}

.sticky ul.menu .sf-depth-1>* {
  font-size: 0.9em;
  padding: 1em;
}


/*Menu*/
ul.menu .sf-depth-1>* {
  display: inline-block;
  font-weight: 700;
  color: #004C80;
  cursor: pointer;
}

ul.menu .sf-depth-1>*:hover {
  color: black;
}

ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
  top: 3em;
  background: #004C80;
}

ul.menu .sf-depth-2>* {
  color: white;
  padding: 0.8rem 1.5rem;
  font-weight: 400;
  border-top: 1px solid white;
  font-size: 0.9em;
}

ul.menu .sf-depth-2>*:hover,
ul.menu .sf-depth-2.active-trail>* {
  background: white;
  color: #004C80;
}

/*Blocs lien*/
.view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -113px;
  position: relative;
  z-index: 5;
}

.bc-img-wrapper-app__link{
  display: flex;
  gap: 0.5rem;
  margin-left: -8rem;
  margin-top: 1.7rem;
  margin-bottom: 0.5rem;
}

.view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content>div {
  width: 50%;
  max-width: 520px;
  padding: 0 1em;
}

.view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #004C80;
  color: white;
}
.bc-img-wrapper-app {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  height: 100%;
  background: #008CB6;
  color: white;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content .bc-img-wrapper-app a{
  display: flex;
  flex-wrap: wrap;
  /* width: 143px;
  height: 40px; */
}

.view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content a:hover {
  background: #008CB6;
}

.views-field-field-blocs-lien-images,
.view-blocs-lien-accueil.view-id-blocs_lien_accueil .field-content,
.paragraph--type--bloc-images {
  height: 100%;
}

.bc-img-wrapper-lien-col-1 {
  width: 56%;
}
.bc-img-wrapper-app-col-1 {
  width: 40%;
}

.bc-img-wrapper-lien-col-2 {
  width: 44%;
  padding: 0 0.7em;
}
.bc-img-wrapper-app-col-2 {
  width: 60%;
  padding: 0 0.7em;
}
.bc-img-wrapper-app-col-2 p{
  margin: 0;
}

.bc-img-wrapper-lien-col-2 img {
  margin: 0.7em auto 0;
}
.bc-img-wrapper-app-col-2 img {
  margin: 0.7em auto 0;
}


.bc-img-wrapper-app__google,
.bc-img-wrapper-app__apple {
  display: inline-block;
  position: relative;
}


.bc-img-wrapper-app__google::before {
  background-image: url("../images/icon-play-store.svg");
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 43px;
}
.bc-img-wrapper-app__apple::before {
  background-image: url("../images/icon-app-store.svg");
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 43px;
}



@media (min-width: 500px) {
  .bc-img-wrapper-app {
    margin-bottom: inherit;
  }
  .bc-img-wrapper-app__link{
    margin-left: -3rem;
  }
}

@media (min-width: 900px) {
  .view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content>div:last-child {
    padding-top: 2rem;
    }
}

@media (min-width: 1100px) {
  .view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content {
    flex-wrap: inherit;
  }
  .bc-img-wrapper-app__link{
    margin-top: 1.2rem;
    margin-left: -6rem;
  }
  .view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content>div:last-child {
    padding-top: inherit;
  }
}

@media (min-width: 1400px) {
  .bc-img-wrapper-app__link{
    margin-left: -3rem;
  }
}




/*Actu home*/
.view-id-actualites.view-display-id-block_1 {
  max-width: 1250px;
  margin: 0 auto;
  margin-bottom: 4em;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.view-id-actualites.view-display-id-block_1 .views-row {
  display: flex;
  flex-wrap: wrap;
}

.home-actu-left {
  width: 40%;
  padding: 1.5em 1.5em 3em;
  position: relative
}

.view-id-actualites.view-display-id-block_1 .views-field-image {
  width: 60%;
  padding-left: 12px;
}

#block-views-block-actualites-block-1 .block-title {
  color: #004C80;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0;
  font-size: 2em;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  float: left;
  margin: 0 0.25em;
}

.slick-dots button {
  padding: 0;
  overflow: hidden;
  width: 15px;
  height: 15px;
  background: #b7ccdb;
  border: 0;
  border-radius: 8px;
  text-indent: -9999px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  outline: none;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #004c80;
}

.views-field-title a {
  color: #004C80;
  font-weight: 900;
  margin: 0 0 0.7em;
  font-size: 2em;
}

.views-field-title a:hover {
  color: #008CB6;
}

a.more-link {
  font-weight: 700;
  color: #008CB6;
}

a.more-link:hover {
  color: #004C80;
}

.view-id-actualites.view-display-id-block_1 a.more-link {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

/*Actu liste*/
.view-id-actualites.view-display-id-block_2 .views-row {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
}

.view-id-actualites.view-display-id-block_2 .views-field-image {
  width: 24%;
}

.list-actu-right {
  width: 76%;
  padding-left: 1.5em;
}

/*Actu detail*/
.node--type-actualites {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
}

/* .node--type-actualites .field--name-field-image-actu {
  float: left;
  max-width: 50%;
  margin-right: 1em;
} */

.node--type-actualites .datetime {
  font-weight: 700;
  color: #008CB6;
  font-size: 1.2em;
  margin-bottom: 1em;
}


/*Paragraphe sur mesure*/
.has-background {
  position: relative;
}

.has-background>div {
  position: relative;
  z-index: 2;
}

.paragraph--type--wrapper .field--name-field-bloc-int {
  display: flex;
  flex-wrap: wrap;
}

.columns-col-1 .field--name-field-bloc-int>div {
  width: 100%;
}

.columns-col-2 .field--name-field-bloc-int {
  margin: 0 -25px;
}

.columns-col-2 .field--name-field-bloc-int>div {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 1.5em;
}

.columns-col-3 .field--name-field-bloc-int {
  margin: 0 -20px;
}

.columns-col-3 .field--name-field-bloc-int>div {
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 1.5em;
}

.columns-col-4 .field--name-field-bloc-int {
  margin: 0 -15px;
}

.columns-col-4 .field--name-field-bloc-int>div {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 1.5em;
}

#bg-color-004c80 {
  color: white;
}

.paragraph--type--fichiers-a-telecharger {
  margin-bottom: 2em;
}

.paragraph--type--fichiers-a-telecharger .file {
  padding: 0;
  background: none;
}

.paragraph--type--fichiers-a-telecharger .file a {
  color: #008CB6;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  min-height: 50px;
  display: inline-block;
}

.paragraph--type--fichiers-a-telecharger .file a:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: -8px;
  background: url(../images/download.png) no-repeat 8px 4px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

.paragraph--type--fichiers-a-telecharger .file a:hover:before {
  background-position: -50px 4px;
}

.paragraph--type--image img {
  margin: 0 auto 2em;
}

/*Footer*/
footer {
  display: inline-block;
  background: #004C80;
  color: white;
  width: 100%;
}

.region-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col-2 {
  padding-left: 2em;
}

footer>.container {
  padding: 2em 15px 0.5em;
  border-bottom: 1px solid white;
  margin-bottom: 2em;
}

#block-footer1 .field--name-body {
  display: flex;
  flex-wrap: wrap;
}

#block-footer2 p {
  margin-bottom: 0.2em;
}

#block-footer2 a {
  color: white;
  font-size: 0.9em;
  display: inline-block;
  line-height: 1;
}

.wrapper-footer-bottom {
  background: white;
}

.wrapper-footer-bottom .container {
  position: relative;
}

#block-footerbottomlogo .field--name-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1em;
}

.footer-logo-wrapper {
  margin: 0 1em;
}

#block-pieddepage {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#block-pieddepage a {
  color: #222222;
}

#block-pieddepage a:hover {
  color: #008CB6;
}

.lk-logout {
  color: white;
  display: none;
}

.user-logged-in .lk-logout {
  display: block;
}

footer .lk-intra {
  color: white;
  margin-top: 1em;
  display: block;
}

footer .lk-intra:hover,
#block-footer2 a:hover,
.lk-logout:hover {
  color: #FFBA00;
}


/*Contact*/
#edit-cont-3-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#edit-cont-3-col>div {
  width: calc(33.33333% - 1em);
}

#edit-cont-3-col input,
.webform-submission-form .js-form-item-adresse input {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #DCDCDC;
  padding: 0.5em;
  height: 45px;
}

.webform-submission-form .js-form-item-adresse {
  width: calc(66.66666% - 0.5em);
}

.webform-submission-form .form-item {
  margin-top: 0;
}

.webform-submission-form textarea {
  border: 1px solid #DCDCDC;
  background: #F8F8F8;
  padding: 0.5em;
}

.g-recaptcha {
  text-align: center;
}

.g-recaptcha>div {
  display: inline-block;
}

.webform-submission-form #edit-actions {
  text-align: center;
}

#block-contactmap {
  margin: 3em 0 2em;
}


/*Bouton EU cookie compliance*/

.decline-button.eu-cookie-compliance-default-button {
  color: white;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
  text-shadow: none;
  padding: 0;
  box-shadow: none;
}

.agree-button.eu-cookie-compliance-secondary-button {
  background: #004C80;
  padding: 0.5em;
  margin-right: 1em;
  color: white;
}

.agree-button.eu-cookie-compliance-secondary-button:hover {
  background: white;
  color: #0061a0;
}

/*Intranet*/
.view-intranet {
  margin-bottom: 3em;
}

.view-intranet .views-row a {
  padding: 1em;
  margin-bottom: 1em;
  display: block;
  background: #004C80;
  color: white;
}

.view-intranet .views-row a:hover {
  background: #008CB6;
}

.view-intranet .views-row .file {
  padding: 0;
  background: none;
  display: block;
}

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

  html,
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1170px) {
  .path-frontpage #block-titreentete {
    top: 1.5em;
  }

  ul.menu .sf-depth-1>* {
    padding: 0.75em 1em;
  }
}

@media screen and (max-width: 1060px) {
  .columns-col-4 .field--name-field-bloc-int>div {
    width: 33.333%;
  }
}

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

  html,
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 1.5em;
  }

  #block-titreentete {
    font-size: 2.2em;
  }
  .view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content>div {
    width: 100%;
    margin-top: 2em;
  }
}


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

  .columns-col-4 .field--name-field-bloc-int>div,
  .columns-col-3 .field--name-field-bloc-int>div {
    width: 50%;
  }

  html,
  body {
    font-size: 15px;
  }

  .field--name-field-page-bottom>div {
    width: 100%;
  }

  .path-frontpage h2 {
    min-height: 0;
  }

  .footer-col-2 {
    padding-left: 0;
    margin: 2em 0;
    width: 100%;
  }

  #block-poledeseaux-branding {
    width: 165px;
  }

  header {
    height: 85px;
  }

  body {
    padding-top: 85px;
  }

  ul.menu .sf-depth-1>* {
    font-size: 0.9em;
  }

  .views-field-title a {
    font-size: 1.2em;
  }



  #block-pieddepage {
    position: relative;
    transform: none;
    top: 0;
    padding-bottom: 1em;
  }

  ul.sf-menu.sf-accordion.sf-expanded {
    left: 0 !important;
    position: fixed;
    top: 85px !important;
    width: 100%;
    background: #004C80;
  }

  ul.menu .sf-depth-1>* {
    font-size: 1em;
    width: 100%;
    color: white;
  }

  #superfish-main-toggle {
    color: #004C80;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
  }

  .sf-clone-parent {
    display: none;
  }

  ul.menu .sf-depth-2>* {
    padding: 0.8rem 2rem;
  }
}

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

  #block-titreentete,
  .path-frontpage #block-titreentete {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    color: #004C80;
    font-size: 1.5em;
    margin-top: 1em;
  }

  .view-blocs-lien-accueil.view-id-blocs_lien_accueil .view-content {
    margin-top: 0;
  }

  #edit-cont-3-col>div {
    width: 100%;
  }

  .webform-submission-form .js-form-item-adresse {
    width: 100%;
  }
}

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

  .columns-col-4 .field--name-field-bloc-int>div,
  .columns-col-3 .field--name-field-bloc-int>div,
  .columns-col-2 .field--name-field-bloc-int>div {
    width: 100%;
    padding: 0;
  }

  .columns-col-2 .field--name-field-bloc-int,
  .columns-col-3 .field--name-field-bloc-int,
  .columns-col-4 .field--name-field-bloc-int,
  .columns-col-1 .field--name-field-bloc-int {
    margin: 0;
  }

  .home-actu-left {
    width: 100%;
  }

  .view-id-actualites.view-display-id-block_1 .views-field-image {
    width: 100%;
    padding-left: 0;
  }

  .node--type-actualites .field--name-field-image-actu {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
  }
}

/**
 * Cookies module custom colors
 */


.cookiesjsr-layer {
  font-size: 18px;
}

.cookiesjsr-banner {
  font-size: 17px;
}

.cookiesjsr-layer--header {
  height: 3.5em !important;
}

/**
 * New bloc actu
 */

 .block-views-blockactualites-block-3{
  margin: 4rem 0;
 }

#block-views-block-actualites-block-3 .block-title{
  color: #004C80;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0;
  font-size: 2em;
}

.home-actualites .view-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-actualites .view-content > div{
  width: 90%;
  margin-right: 1rem;
  margin: 0 auto;
}
.home-actualites .home-actu-left {
  width: 100%;
  padding: 0;
  position: relative
}

.home-actualites .more-link {
  text-align: left;
}


.actualites-teaser .node__content{
  display: flex;
  flex-direction: column;
}

.actualites-teaser img{
  width: fit-content;
}

.actualites-teaser__tags a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 8px;
  width:fit-content;
  background: #85B128;
  color: #ffffff;
  border-radius: 32px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.actualites-teaser__title{
  color: #004C80;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
}
.actualites-teaser__title a{
  color: #004C80;
}
.actualites-teaser__body p {
  color: #4A4A4A;
  font-size: 19px;
  margin-bottom: 0.4em;
}

.actualites-teaser__more{
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  color: #008CB6;
}
.actualites-teaser__more:hover{
  color: #004C80;
}


@media all and (min-width: 450px) {
  .home-actualites .view-content > div{
    width: 50%;
    margin-right: 1rem;
    margin: inherit
  }
}

@media all and (min-width: 1000px) {
  .home-actualites .view-content{
    display: flex;
    flex-direction: row;
    align-items: inherit;
  }
  .home-actualites .view-content > div{
    width: 30%;
    margin-right: 2rem;
  }
}


/**
 * Bloc barrage homepage
 */

 .block-actualites-barrage {
  background-color: #004C80;
  font-weight: 700;
  color: #ffffff;
  padding: 3rem 2rem;
  max-width: 350px;
  margin: 0 auto;
}
.block-actualites-barrage__title {
  font-size: 24px;
  text-transform: uppercase;
  max-width: 280px;
  text-align: center;
  padding-bottom: 1.5rem;
}
.block-actualites-barrage__debit,
.block-actualites-barrage__niveau {
 position: relative;
 padding: 1rem 0;
}

.block-actualites-barrage__debit::after {
  content: url("../images/legende-debit.svg");
}
.block-actualites-barrage__niveau::after {
  content: url("../images/legende-niveau.svg");
}

.block-actualites-barrage__debit::after,
.block-actualites-barrage__niveau::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  /* width: 250px;
  height: 85px; */
  margin-left: -0.3rem;
}

@media (min-width: 1150px) {
  .block-actualites-wrapper{
    display: flex;
   }
   .block-actualites-barrage {
    margin: inherit;
  }
}

@media all and (min-width: 750px) {
  .grid-list--2,
  .grid-list--3,
  .grid-list--4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .grid-list--2 > *,
  .grid-list--3 > *,
  .grid-list--4 > * {
  	width: 48%;
  }
}

@media all and (min-width: 900px) {
  .grid-list--3::before,
  .grid-list--4::before {
  	order: 999;
  }
  .grid-list--3::before,
  .grid-list--4::before,
  .grid-list--4::after {
  	content: "";
  	height: 0;
  }
  .grid-list--3 > *,
  .grid-list--3::before {
  	width: 30%;
  }
  .grid-list--4 > *,
  .grid-list--4::before,
  .grid-list--4::after  {
  	width: 23%;
  }
}


/**
 * Bloc actu list page
 */

.block-views-blockactualites-block-2 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-views-blockactualites-block-2 .view-content .node__content{
  max-width: 370px;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr:first-child td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #008CB6;
  color: white;
  font-weight: 700;
}
