/*
Theme Name: L'Europe s'engage en France - Sp�cifique rubrique Joli mois de l'Europe
Author: ANCT
Author URI: https://agence-cohesion-territoires.gouv.fr/
Description: Theme de l'Europe s'engage en France bas� sur le design system de l'Etat
License: LICENCE OUVERTE 2.0
License URI: https://github.com/etalab/licence-ouverte/blob/master/LO.md
*/

@charset "utf-8";

/******************************************************************************
  Menu
*******************************************************************************/
a.btn.joli-mois-de-leurope {
  text-align: center;
  color: #fff;
  background-color: #549ab2;
  background-image: url(../images/logos/jme_papillon_50x50.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px;
  padding: 1rem 1rem 1rem 3rem;
}
a.btn.joli-mois-de-leurope:hover {
  background-color: #1c4597;
  color: #fff;
}

#header .header-menu-nav .navbar #block-eef-header-special-menu-block--2 a.joli-mois-de-leurope {
  font-size: 75%;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  #header .header-menu-nav .navbar #block-eef-header-special-menu-block--2 a.joli-mois-de-leurope {
    padding-top: 4px;
    padding-left: 40px;
  }
}

/******************************************************************************
  Main
*******************************************************************************/
#Content.joli-mois-de-leurope .sidebar .menu li a {
  background-color: #549ab2;
  color: #fff;
  font-size: 16px;
}

#Content.joli-mois-de-leurope .sidebar .menu li a:hover {
  background-color: rgba(84, 154, 178, 0.7);
}

#Content.joli-mois-de-leurope .ressources_links.container {
  background-color: #457685;
}

#Content.joli-mois-de-leurope .ressources_links .title-box:before {
  background: #FFF
}

#Content.joli-mois-de-leurope .ressources_links .title-box h3.title {
  color: #fff !important
}

#Content.joli-mois-de-leurope .ressources_links a.btn {
  background-color: #fff !important;
  color: #457685;
}

#Content.joli-mois-de-leurope .ressources_links a.btn:hover {
  background-color: #fff !important;
  color: #549ab2;
}
