/* Brochures France.fr */

#header {
	margin-bottom: 2em;
}

.sticky {
	background-color: #fff;
	/*box-shadow: 0px -5px 20px 0px rgba(0,0,0,.65);*/
	padding-bottom: 2em;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-top: 1em;
	z-index: 100;
}

.top-bar, .top-bar ul {
	background-color: #fff;
	padding-bottom: 0;
	padding-top: 0;
}

.top-bar {
	padding-top: .25em;
	padding-top: .75em;
	padding-left: 0;
	padding-right: 0;
}

.title-bar {
	background-color: #fff;
	padding-top: 1.5em;
}

.menu-icon::after, .menu-icon:hover::after {
	background: #0f1f6b;
	box-shadow: 0 7px 0 #0f1f6b, 0 14px 0 #0f1f6b;
}

.dropdown.menu a {
	color: #0f1f6b;
	font-size: 0.750em;
	font-weight: 600;
	padding-bottom: .75em;
	padding-left: 1.65em;
	padding-right: 1.65em;
	padding-top: .75em;
	text-transform: uppercase;
}

.dropdown.menu a.active {
	background-color: #e6e6e6;
	font-weight: 700;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: #bd2b23 transparent transparent;
}

.dropdown.menu .is-active > a, .dropdown.menu .is-active > a:hover {
	color: #bd2b23;
}

.is-dropdown-submenu {
	width: auto;
	min-width: 0;
	border: none;

	/*display: block;*/
}

.dropdown .is-dropdown-submenu a {
	padding-right: 1.8em;
}

.dropdown.menu li {
	font-size: 1.5em;
	text-align: center;
	width: 100%;
}

.langues {
	/*position: absolute;
	right: 0;
	text-align: right;
	top: 10px;
	width: 100%;*/
}

.langues div {
	/*float: right;
	margin-left: 20px;
	width: auto;*/
}

.langues .dropdown.menu a {
	background-color: #F5F6FA;
	border: 1px solid #9BA4CE;
	color: #0f1f6b;
	font-size: 14px;
	font-weight: bold;
	margin-left: 1em;
	padding: 5px;
	padding: .25em;
	text-decoration: none;
}

.langues .dropdown.menu li:first-child a {
	margin-left: 0;
}

.langues .dropdown.menu #shopping-cart-dropdown a {
	background-color: #da312a;
	border: 1px solid #da312a;
	border-radius: 2em;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	padding: .5em 1em;
	text-decoration: none;
	text-transform: none;
	width: auto;
}

.langues .dropdown.menu #shopping-cart-dropdown button {
	background-color: #da312a;
	border: 1px solid #da312a;
	border-radius: 2em;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	padding: .5em 1em;
	text-decoration: none;
	text-transform: none;
	width: auto;
}

.langues .dropdown.menu #shopping-cart-dropdown button.button.shopping-cart-checkout.expanded {
	display: block;
	border-radius: unset;
	background-color: green;
	border-color: green;
	text-transform: uppercase;
	width: 100%;
}

.txtb {
	font-weight: bold;
}

h1 {
	color: #0f1f6b;
	margin: 0 0 16px;
	font: 44px/normal "Times New Roman", Times, serif;
	font: 40px/40px "Times New Roman", Times, serif;
}

h2 {
	color: #0f1f6b;
	font: bold 1em "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h3 {
	color: #0f1f6b;
	font: bold 1em "Trebuchet MS", Helvetica, Arial, sans-serif;
	border-bottom-style: dotted;
}

.text-intro {
	font-size: 0.875em;
	margin-bottom: 1em;
}

select {
	background-color: #F5F6FA;
	border-color: #9BA4CE;
	color: #0f1f6b;
	font-size: 0.875em;
	font-weight: 700;
}

select:focus {
	background-color: #F5F6FA;
	border-color: #9BA4CE;
}

#france_map {
	position: relative;
}

.thumb_france {
	left: 0.9375rem;
	position: absolute;
	top: 0;
}

#categorie h2, #categorie h3 {
	border-bottom: 1px solid #0f1f6b;
	font-size: 1.313em;
	padding-bottom: 6px;
	margin-bottom: 18px;
}

#shopping-cart-dropdown h2 {
	font-size: 0.875em;
}

#categorie .titre_brochure h2 {
	border-bottom: none;
	color: #0f1f6b;
	font: bold 1em/normal "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}

#categorie .texte_brochure, #form_brochure .texte_brochure, .brochures_list .texte_brochure {
	font-size: 0.875em;
	line-height: normal;
}

.brochures article {
	border: 1px solid #D7DBEB;
	margin-bottom: 1em;
	padding: .75em;
}

.liens_brochure .button {
	background-color: #0f1f6b;
	border-radius: 20px;
	font-size: 0.875em;
	font-weight: 700;
	margin-top: 1em;
	padding: .5em 1em;
}

.shopping-cart-button {
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  padding-top: .75em;
}

.shopping-cart-button:hover {
  background-color: #fff;
}

.shopping-cart-button i {
  margin-right: 0.5rem;
}

.shopping-cart-dropdown-pane .dropdown-pane {
  padding: 0;
  max-height: 400px;
  overflow: scroll;
}

.shopping-cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.shopping-cart-item-name, .shopping-cart-item-price {
  padding: 0 .5rem;
  text-align: left;
  width: 100%;
}

.shopping-cart-item-name p, .shopping-cart-item-price p {
  margin: 0;
  padding: 0;
}

.shopping-cart-title {
  font-weight: bold;
}

.shopping-cart-checkout {
  padding: 0.5rem;
  margin-bottom: 0;
}

.badge {
	font-size: 0.8rem;
	min-width: 1.5em;
	/*padding: .5em 0.3em;*/
}

#form_brochure_cart {
	position: sticky;
	bottom: 0;
	width: 100%;
}

.NW .grid_2 {
	border-color: #CCECF9;
}

.main h2.NW, #categorie h2.NW, #categorie .NW h2, 
.main h3.NW, #categorie h3.NW, #categorie .NW h3 {
	color: #009EE2;
	border-color: #009EE2;
}

.NW .liens_brochure .button {
	background-color: #009EE2;
}

.NE .grid_2 {
	border-color: #EAF3D2;
}

.main h2.NE, #categorie h2.NE, #categorie .NE h2, 
.main h3.NE, #categorie h3.NE, #categorie .NE h3 {
	color: #95C11F;
	border-color: #95C11F;
}

.NE .liens_brochure .button {
	background-color: #95C11F;
}

.SW .grid_2 {
	border-color: #EAE4D9;
}

.main h2.SW, #categorie h2.SW, #categorie .SW h2, 
.main h3.SW, #categorie h3.SW, #categorie .SW h3 {
	color: #CBBBA0;
	border-color: #CBBBA0;
}

.SW .liens_brochure .button {
	background-color: #CBBBA0;
}

.SE .grid_2 {
	border-color: #FDE8C1;
}

.main h2.SE, #categorie h2.SE, #categorie .SE h2, 
.main h3.SE, #categorie h3.SE, #categorie .SE h3 {
	color: #F9B233;
	border-color: #F9B233;
}

.SE .liens_brochure .button {
	background-color: #F9B233;
}

#footer {
	background-color: #0f1f6b;
	color: #fff;
	font-size: 0.750em;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}

#footer a {
	color: #fff;
}

section {
	width: 100%;
}



/* Small only */

@media screen and (max-width: 39.9375em) {
	.no-js .top-bar {
		display: none;
	}

	.langues .dropdown.menu a {
		font-size: .75em;
		margin-bottom: 1em;
		margin-left: 0;
	}

	.cell-cart {
		display: flex;
		align-items: center;
	}

}

/* Medium and up */
@media screen and (min-width: 40em) {

	.dropdown.menu li {
		font-size: 1em;
		text-align: left;
		width: auto;
	}

	.shopping-cart-button i {
	  font-size: 1.5em;
	}

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
}