/*
Theme Name: LMA 2018
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Lactalis (based on Afterimage Designs work)
Author URI: https://afterimagedesigns.com/
Description:  LMA template for 2018 new website (based on wp-bootstrap-starter 3.0.2)
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
    color: #005298;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 81%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


a.nav-link.help {
  font-weight: bold;
  width: 115px;
  height: 25px;
  text-align: center;
  border-radius: 3px;
  background-color: #dadfe5;
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  min-height: 1px; /* IE :( */
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
  border-bottom: 1px solid #9175bb ;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
  background-position: center center;
}

#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #563e7c;
  margin-bottom: 1rem !important;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #212529;
}
a.header-link {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
}

#masthead .navbar-nav > li > a:hover {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  /*margin-bottom: 4rem;*/
  margin-bottom: 0;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #fff;
  background-color: #2F6EB4;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
    .md-content-cross{
        padding-left: 0px;
    }
}

/* LMA 2018 */
/* General */
body {
  background-color: #fffdf7;
  color: #5b6f82;
  font-family: 'Open Sans', sans-serif;
}
.btn i.fa + span {
  margin-left:7px;
}
.btn span + i.fa {
  margin-left:7px;
}
.spinner {
  display: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
#main .btn-secondary {
  border-color: #a1aebc;
}
/* Login */
.page-template-login .site-content {
  background-image: url('img/bg-connexion.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.login {
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
}
.login .card-header {
  background-color: #ffffff;
}
.login .btn-primary {
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
}
/* Admin */
/* Header */
@media screen and (min-width: 768px) {
  .sm-only {
    display:none;
    visibility: hidden;
  }
}
nav#navbar-logo .navbar-collapse {
  flex-grow: initial;
}
nav#navbar-top {
  font-size: 0.9rem;
}
nav#navbar-top ul li a{
  border-left:2px solid #a5bacf;
}
nav#navbar-top ul li:first-of-type a {
  border-left:0;
}
nav#navbar-top li a.nav-link {
  line-height: 1;
  padding:0 0.8rem;
}
@media screen and (max-width: 768px) {
  nav#navbar-top {
    padding:0;
  }
}

li.nav-item.help-button {
  margin-top: 5px;
}
nav#navbar-top ul li:first-of-type a {
  border-left: 0;
}
nav#navbar-top li a.nav-link {
  line-height: 1;
  padding: 5px 4px;
}
nav#navbar-top ul li a {
  border-left: 2px solid #a5bacf;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

ul#menu-externals li a.nav-link {
  color: #005298;
  font-weight: bold
}
ul#menu-top li:not(.help-button) {
  padding-top:5px;
}
ul#menu-top li.help-button + li a {
  border-left: 0;
}
ul#menu-top li.help-button a {
  background-color: #dadfe5;
  border-radius: 3px;
  font-style: italic;
  font-weight: bold;
  padding: 5px 7px;
}
#menu-top-mobile {
  list-style: none;
  margin: 0;
  padding: 12px;
  width: 100%;
  justify-content: center;
}
#menu-top-mobile a {
  color:#5b6f82;
  font-size: 1rem;
}
.fa-star:before{
    color: #ffaf60;
}

@media screen and (max-width: 768px) {
  .navbar-light .navbar-brand {
    width: 75%;
  }
}
#navbar-main {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
  padding:0;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  nav#navbar-top,
  #navbar-main {
    font-size: 0.75rem;
  }
}
#navbar-main ul.menu-main  {
  font-weight: bold;
  text-align: center!important;
  width: 100%!important;
  position: relative;
}
#navbar-main ul.menu-main  > li > a.nav-link {
  color: #005298;
  display: inline-block;
  padding: 1rem 0;
}
#navbar-main ul.menu-main  > li:hover > a.nav-link {
  color:#ffaf60;
}

#navbar-main ul.menu-main > li.active > a.nav-link {
  border-bottom:0.4rem solid #ffaf60;
  color:#ffaf60;
  padding-bottom: 0.6rem;
}
#navbar-main ul.menu-main  > li > ul.d-flex {
  display: none !important;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  box-shadow: 0 7px 6px 0 rgba(126, 129, 132, 0.3);
  list-style: none;
  top: 0;
  left: 0;
  padding: 0;
  margin-top: 3.5rem;
  text-align: left;
}
#navbar-main ul.menu-main  > li:hover > ul.d-flex {
  display: inline-flex !important;
}
#navbar-main ul.menu-main  > li > ul > li:first-of-type {
  display: inline-block;
  flex: 1;
  background-color: #f5f4f1;
  text-align: left;
}
#navbar-main ul.menu-main  > li > ul > li:not(:first-of-type) {
  display: inline-block;
  flex: 2;
  background-color: #fff;
}
#navbar-main ul.menu-main  > li > ul > li:not(:first-of-type) > ul {
  margin: 0;
  padding: 0;
  flex-direction: column;	 
  max-height: 200px;
  -ms-flex-direction: column;
  height: 200px;
}
#navbar-main ul.menu-main  > li > ul > li:not(:first-of-type) > ul > li {
  display: inline-block;
  background-color: #fff;
}
@media (max-width: 768px) {
  #navbar-main ul.menu-main  > li:hover > ul.d-flex {
    display: none!important;
  }
  #navbar-main .navbar-collapse {
    padding: 5px 0 10px 0;
  }
  #navbar-main ul {
    list-style: none;
    border-top: 1px solid #f1f3f5;
    margin: 0;
    padding: 5px 20px;
  }
  #navbar-main ul.menu-main {
    border-top: 0;
    padding: 5px 20px;
  }
  #navbar-main ul li {
    display: flex;
    list-style: none;
    text-align: left;
  }
  #navbar-main ul li a {
    padding: 8px 0;
    font-weight: normal;
    color: #5b6f82;
    border:0;
    width: 100%;
  }
  #navbar-main ul.menu-main > li > a.nav-link {
    padding: 8px 0;
    font-weight: normal;
    color: #5b6f82;
    border:0;
  }
  #navbar-main ul li a.nav-link.active {
    border:0;
    font-weight: bold;
    color: #5b6f82;
  }
  #navbar-main ul.menu-main > li.active > a.nav-link {
    border:0;
    font-weight: bold;
    color: #5b6f82;
  }
  #navbar-main ul.menu-main > li:hover > a.nav-link {
    color: #5b6f82;
  }
  #navbar-main ul li.languages a.nav-link {
    padding: 0 10px;
    border-left: 1px solid #dadfe5;
  }
  #navbar-main ul li.languages a.nav-link:first-child {
    padding-left: 0; 
    border: 0;
  }
}
div.search-group {
  margin-top: 10px;
}
input.search_terms {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-width: 0 1px 0 0;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
  font-size: 14px;
  line-height: 14px;
  padding: 12px 12px 12px 24px;
  height: 38px;
  font-style: italic;
}

select.search_page::-ms-expand {
  display: none;
}

select.search_page {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -appearance: none;

  background: #fff url('img/arrow_down_form.png') no-repeat;
  background-size: 20px;
  background-position:  right 10px center;
  padding-right:35px;
  
  border: 0;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
  font-size: 14px;
  line-height: 14px;
  height: 36px;

}
button.search_submit {
  background-color: #00b2e6;
  border:0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 1rem;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
}
@media screen and (max-width: 1200px) {
  input.search_terms {
    height: 36px;
    font-size: 12px;
    line-height: 12px;
  }
  select.search_page {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 992px) {
  #navbar-search-mobile select.search_page, 
  select.search_page {
    height: 36px;
  }
}
#page-sub-header h2 {
  line-height: 1;
  font-size: 2.5rem;
  color: #563e7c;
  margin-bottom: 1rem !important;
}
#page-sub-header p {
  font-size: 1.5rem;
}
#page-sub-header .banner-text {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px; 
  padding: 10px;

}

/* Search */
div.alert_result{
  background-color: #f1f3f5;
}
/* Content */
.page-title {
  background-color: #5e9ee7;
  background-image: url("img/bg-page-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 17px 0 25px 0;
}
.page-title img {
  width: 60px;
  height:auto;
  min-height: 1px;
}
.page-title h1 {
  margin: 14px 0 17px 24px;
  display: inline-block;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .page-title {
    padding: 12px 0;
  }
  .page-title img {
    width: 56px;
  }
  .page-title h1 {
    margin: 0 0 0 24px;
    padding: 5px 0 0 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    background-color: #005298;
    background-image: none;
    padding: 12px 0;
  }
  .page-title img {
    width: 40px;
  }
  .page-title h1 {
    margin: 0 0 0 12px;
    padding: 5px 0 0 0;
    font-size: 20px;
  }
}
.btn-back span {
  font-weight: bold;
}
.breadcrumbs {
  font-size: 0.9rem;
}
.breadcrumbs a {
  color: #5b6f82;
}

.entry-meta {
  font-size: 0.9rem;
}
.badge-new {
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
  padding: 4px 2px;
  font-size: 12px;
  margin-top: 4px;
}
.post-edit-link {
  margin-left: 10px;
}
.post-edit-link .fa {
  margin-right: 7px;
}
.site-content {
  min-height: 500px;
}
section.content-area {
  margin-bottom: 10px;
}
section#primary.home.content-area.col-sm-12.col-md-12.col-lg-8{
  margin-bottom: 0;
}
section.content-area:not(.home) main.site-main {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
  padding: 2rem 3rem;
  margin-bottom: 20px;
}
@media (max-width:576px) {
  section.content-area:not(.home) main.site-main {
    padding: 15px 20px;;
  }
}
article .files-list li {
  background-color: #ddd;
  border-radius: 5px;
}
article .file-icon {
  border-radius: 5px;
  background-color: #fff;
  width: 96px;
  height: 96px;
  position: relative;
}
article .file-icon svg {
  position: absolute;
  z-index: 0;
}
article .file-icon .badge {
  background-color: #607387;
  position: absolute;
  right: 0;
  margin: 45px 15px 0 0;
  z-index: 10;
  border-radius: 0.15rem;
  font-weight: 600;
}
.share-title img {
  margin-left: 7px;
}
#share-alert {
  display: none;
}
#share-submit {
  background-color: #ffaf60;
  border-color: #ffaf60;
}
.btn-secondary:not([disabled]):not(.disabled).simplefavorite-button.active {
  box-shadow:unset;
  background-color: white;
  color: black;
}
.files-list .btn-secondary {
  font-size: 0.85rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2px;
}
.viewer-btn {
  cursor: pointer;
  color: #fff;
}
#viewer-modal .modal-title .btn {
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
}
#viewer-modal .modal-body {
  text-align:center;
}
.viewer-document {
  background-image: url(inc/slick/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; 
  height: 100%;
  border-radius: 3px;
}
.viewer-video {
  max-width:100%;
}
/* Sidebar */
aside section.widget {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
  padding: 2rem 2rem;
}
aside section.ad {
  border-radius:3px;
  background-color: #a1aebc;
  padding: 24px 48px;
  margin-bottom: 1.5em;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
}
aside section.ad p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}
aside section.ad a.btn {
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  aside section.widget {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  aside section.ad {
    display: none;
  }
  aside section.widget {
    padding: 15px 20px;
  }
  .internal-links{
    display: none;
  }
}
aside section.page-tree .nav-pills .nav-item .nav-item {
  padding-left: 16px;
}
aside section.page-tree .nav-pills .nav-link {
  color: #5b6f82;
  padding-left: 8px;
  padding-right: 0;
  border-left:8px solid transparent;
}
aside section.page-tree .nav-pills .nav-link:hover,
aside section.page-tree .nav-pills .nav-link:active,
aside section.page-tree .nav-pills .nav-link:focus {
  background-color: transparent;
}
aside section.page-tree .nav-pills .nav-item .nav-link.active {
  font-weight: bold;
  background-color: transparent;
}
aside section.page-tree .nav-pills .nav-item .nav-link.current {
  background-color: #f1f3f5;
  background-image: url("img/bg-page-tree-current.png");
  background-position: right center;
  background-repeat: no-repeat;
  border-left:8px solid #ffaf60;
  border-radius:3px;
  font-weight: bold;
}
aside section.page-tree .nav-pills .nav-link span {
  margin-left: 7px;
  color: #00b2e6;
  font-weight: normal;
}
@media (max-width:992px) {
  aside section.page-tree .nav-pills .nav-item:not(.active) {
    display: none;
  }
  aside section.page-tree .nav-pills .nav-item {
    position: relative;
  }
  aside section.page-tree .nav-pills .nav-expand {
    display: block;
    right: 0;
    padding: 7px;
    position: absolute;
    font-weight: bold;
    margin:-34px 7px 0 0;
    border-radius: 50%;
    width:34px;
    height:34px;
    text-align: center;
    cursor: pointer;
  }
  .nav > li > a.nav-expand:focus,
  .nav > li > a.nav-expand:hover {
    background-color: transparent;
  }
  aside section.page-tree .nav-pills .nav-item .nav-link.current {
    background-image: none;
  }
}
aside section.page-search h5 {
  margin-bottom: 24px;
}
aside section.page-search h5 span {
  color:#849eba;
}
aside section.page-search .input-group {
  width: 100%;
}
/* Home */

.top{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.people .top{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home #page-sub-header {
  padding-top: 75px;
  padding-bottom: 75px;
}
.home #page-sub-header .banner-text {
  background-color: rgba(37, 37, 37, 0.4);
  padding: 24px 78px;
}
.home #page-sub-header .banner-text h2 {
  color: #fff;
  font-size: 2.15rem;
}
.home #page-sub-header .banner-text p {
  color: #fff;
  font-weight: 400;
}
.home #page-sub-header .banner-text .header-link {
  background-color: #fff;
  background-image: url('img/arrow-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 72px;
  margin: 0 0 -67px 0;
  width: 72px;
}
@media screen and (max-width: 992px) {
  .home #page-sub-header .banner-text {
    padding: 24px 24px;
  }
  .home #page-sub-header .banner-text p {
    font-size: 1.25rem;
  }
  .home #page-sub-header .banner-text p a {
    padding: 10px;
  }
}
.contenu-actualite .row {
  margin-bottom: 10px;
}
.contenu-actualite{
  margin-bottom: 20px;
}
.contenu-actualite .col-md-8 .row {
  margin-bottom: 0;
}
@media (min-width: 768px){
  .contenu-actualite .col-md-8 .row {
    margin-bottom: 10px;
  }
}

.btn-alone{
  margin-bottom: 20px;
}
.no-pad-left{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.no-pad-right{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .no-pad-left{
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-pad-right{
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home.content-area h2 {
  margin-bottom: 30px;
  text-align: center;
}

.home.content-area .news .card {
  margin-bottom: 30px;
}
.home.content-area .news .card-img {
  width: 100%;
  height:269px;
}
.home.content-area .news .card-1 .card-img {
  max-height:336px;
  max-width:632px;
}
.home.content-area .news .card-2 .card-img {
  max-height:336px;
  max-width:632px;
}
.home.content-area .news .col-md-5 .card-img {
  max-height:268px;
}
.home.content-area .news .card-3 .card-img {
  max-height:138px;
  /*max-width:485px;*/
}
.home.content-area .news .card-4 .card-img {
  height:254px;
  max-width:485px;
}
.home.content-area .news .col-md-7 .card-4 {
  height:255px;
}
.home.content-area .news .col-md-7 .card-4 .card-img {
  width: auto;
  max-width: none;
}
.home.content-area .news .card-title {
  margin-bottom: 0;
  word-wrap: normal;
}
.home.content-area .news .card-img-overlay {
  color:#fff;
  font-weight: bold; 
}
.home.content-area .news .card-img-overlay:not(.full) {
  background-color: rgba(0, 178, 230, 0.84);
  background-image: url('img/arrow-right-news.png');
  background-position: right center;
  background-repeat: no-repeat;
  border-top-right-radius:66px;
  color:#fff;
  font-weight: bold;
  padding-right: 90px;
  right:20%;
  top: auto;
}
.home.content-area .news .card-img-overlay.full {
  background-color: rgba(91, 111, 130, 0.8);
  background-position: center 15px;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.home.content-area .news .card-img-overlay.full.article {
  background-image: url('img/icon-article.png');
}
.home.content-area .news .card-img-overlay.full.citation {
  background-image: url('img/icon-citation.png');
}
.home.content-area .news .card-img-overlay.full.animation {
  background-image: url('img/icon-article.png');
}
.home.content-area .news .card-img-overlay.full .card-text {
  position: absolute;
  width: 300px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  color: #ffaf60;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .home.content-area .news .card-img-overlay:not(.full) {
    right: 0;
  }
  .home.content-area .news .card-img-overlay.full {
    padding-top: 62px;
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .home.content-area .news .card-img-overlay {
    font-size: 0.9rem;
  }
  .home.content-area .news .card-img-overlay.full {
    padding-top: 18px;
  }
  .home.content-area .news .card-img-overlay.full.article {
    background-image: none;
  }
  .home.content-area .news .card-img-overlay.full.citation {
    background-image: none;
  }
  .home.content-area .news .card-img-overlay.full.animation {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .home.content-area .news .card {
    margin-bottom: 8px;
  }
  .home.content-area .news .card-img-overlay {
    font-size: 0.85rem;
  }
}
.home.content-area .team {
  margin-bottom: 30px;
  margin-top: 20px;
}
.home.content-area .team .carousel-inner {
  margin: 0 5%;
  width: 90%;
}
.home.content-area .team .card-deck {
  padding-bottom: 10px;
}
.home.content-area .team .card {
  border: 0;
  min-height: 240px;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
}
.home.content-area .team .card-img-top {
  height: auto !important;
}
.home.content-area .team .card-body {
  font-size: 0.85rem;
}
.home.content-area .team .person .card-body {
  padding: 24px;
  position: relative;
}
.home.content-area .team .people .card-body {
  padding: 24px;
  text-align: center;
}
.home.content-area .team .card-body .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home.content-area .team .person .card-body .photo {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center
}
.home.content-area .team .person .card-body .photo img {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    max-width: 100px;
}
.home.content-area .team .people .card-body .photo img {
  display: inline-block;
  width: 100%;
  max-width: 192px;
  height: auto;
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
}
.home.content-area .team .person .card-body .title {
  margin-top: 15px;
  text-align: center;
  width: 60%;
}
@media (min-width: 1240px){
  .top{
    flex-direction: row;
  }
  .home.content-area .team .person .card-body .title {
    margin-top: 0px;
    text-align: left;
  }
  .home.content-area .team .person .card-body .photo {
    justify-content: left;
  }
}
.home.content-area .team .card-body h5 {
  font-size: 1.1rem;
  color: #ffaf60;
  margin: 0;
}
.home.content-area .team .card-body p {
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 768px){
  .home.content-area .team .card-body p {
    text-align: center;
  }
}
@media (min-width: 1240px){
  .home.content-area .team .card-body p {
    text-align: left;
    margin-bottom: 0;
  }
}
.home.content-area .team .card-body p.fonction {
  margin-top: 5px;
  margin-bottom: 0;
}
.home.content-area .team .carousel-control-next, 
.home.content-area .team .carousel-control-prev {
  width:5%;
}
.home.content-area .team .carousel-control-prev-icon i {
  color: #999999;
}
.home.content-area .team .carousel-control-next-icon i {
  color: #999999;
}
.home.content-area .team .carousel-indicators {
  margin-bottom: 0px;
}
.home.content-area .team .carousel-indicators li {
  border: 0;
  background-color: #a1aebc;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.home.content-area .team .carousel-indicators li.active {
  background-color: #5b6f82;
}
.home.content-area .team .card {
  max-width: 100%;
  height: 345px;
}
@media screen and (max-width: 768px) {
  .home.content-area .team .carousel-indicators {
    margin-bottom: 15px;
  }
  .home.content-area .team .card-body p.fonction {
    text-align: center;
  }
  .home.content-area .team .card-body p {
    text-align: center;
    margin-top: 20px;
  }
  .home.content-area .team .card {
    max-width: 100%;
    height: 375px;
  }
  .home.content-area .team .person .card-body {
    padding: 24px 24px 24px 24px;
    text-align: center;
  }
  .home.content-area .team .person .card-body .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home.content-area .team .card-deck {
    flex-direction: column;
  }
  .home.content-area .team .card {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .home.content-area .team .person .card-body .title {
    min-height: auto;
  }
}
.home.content-area .internal-links .card-img-overlay {
  right: 0;
  left: 30%;
  border-top-left-radius: 0;
  border-top-right-radius: 50% 70%;
  padding: 40px 127px 40px 33px;
  background-color: rgba(109, 159, 217, 0.88);
}
.home.content-area .internal-links .text-right .card-img-overlay {
  left: auto;
  right: -105px;
  border-top-left-radius: 50% 70%;
  margin-left: 20%;
  border-top-right-radius: 0;
  padding: 40px 33px 40px 127px;
  background-color: rgba(47, 110, 180, 0.88);
}

.home.content-area .internal-links .card-img-overlay .digitalpage {
  right: auto;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 50% 70%;
  padding: 40px 127px 40px 33px;
  background-color: rgba(109, 159, 217, 0.88);
}
.home.content-area .internal-links .text-right .card-img-overlay .digitalpage {
  left: auto;
  border-top-left-radius: 50% 70%;
  border-top-right-radius: 0;
  padding: 40px 33px 40px 127px;
  background-color: rgba(47, 110, 180, 0.88);
}

.home.content-area .internal-links .card-img-overlay h4 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}
.home.content-area .internal-links .card-img-overlay hr {
  border: 1px solid #bad2ed;
  border-radius: 1px;
  display: inline-block;
  width: 80px;
  margin: 16px 0 24px 0;
}
.home.content-area .internal-links .card-img-overlay hr {
  right:0;
}
.home.content-area .internal-links .card-img-overlay p {
  font-size: 16px;
  color: #fff;
}
.home.content-area .internal-links .card-img-overlay a.btn {
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .home.content-area .internal-links .card-img-overlay {
    right: 0;
  }
  .home.content-area .internal-links .text-right .card-img-overlay {
    left: 0;
  }
  .home.content-area .internal-links .text-right .card-img-overlay,
  .home.content-area .internal-links .card-img-overlay {
    padding: 20px 30px;
  }
  .home.content-area .internal-links .card-img-overlay hr {
    margin: 5px 0 5px 0;
  }
}
@media screen and (max-width: 992px) {
  .home.content-area .internal-links .text-right .card-img-overlay,
  .home.content-area .internal-links .card-img-overlay {
    padding: 15px 30px;
  }
  .home.content-area .internal-links .card-img-overlay h4 {
    font-size: 24px;
  }
  .home.content-area .internal-links .card-img-overlay p {
    font-size: 12px;
    margin-bottom: 5px;
  }

}
@media screen and (max-width: 768px) {
  .home.content-area .internal-links .card-deck {
    flex-direction: column;
  }
  .home.content-area .internal-links .card {
    margin-bottom: 20px;
  }
  .home.content-area .internal-links .card-img-overlay h4 {
    font-size: 24px;
    margin-bottom: 2vw
  }
  .home.content-area .internal-links .card-img-overlay p {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width:576px) {
  .home.content-area .internal-links .card-img-overlay hr {
    display: none;
  }
  .home.content-area .internal-links .card-img-overlay h4 {
    font-size: 6vw;
    margin-bottom: 2vw
  }
  .home.content-area .internal-links .card-img-overlay p {
    font-size: 3vw;
  }
}

/* SLICK STYLE */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
  background-image: url("img/arrow-left-carousel.png");
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '';
  background-color: #ffaf60;
  background-image: url("img/arrow-right-carousel.png");
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
  background-image: url("img/arrow-right-carousel.png");
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '';
  background-color: #ffaf60;
  background-image: url("img/arrow-right-carousel.png");
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

.contact > div {
  background-color: #6edbc2;
  background-image: url("img/bg-contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
  margin-top: 20px;
  padding: 40px 160px;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
}
.contact > div a {
  margin-top: 24px;
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact > div p {
  color:#fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  padding: 12px 0 12px 128px;
  margin: 0;
  background-image: url("img/icon-contact-footer.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:992px) {
  .contact > div {
    padding: 15px 40px;
  }
  .contact > div p {
    font-size: 20px;
    padding-left: 90px;
  }
}
@media screen and (max-width:768px) {
  .contact > div {
    padding: 15px 30px;
    background-color: #5ccbb4;
    background-image: none;
  }
  .contact > div p {
    background-position: center top;
    background-size: auto;
    padding: 108px 0 53px 0;
    font-size: 24px;
    margin-top: 20px;
  }
  .contact > div a {
    position: absolute;
    bottom: 15px;
  }
}
@media screen and (max-width:576px) {
  .contact > div p {
    font-size: 6vw;
  }
}
.site-footer .nav > li > a:focus, 
.site-footer .nav > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .site-footer {
      font-size: 0.75rem;
  }
}
@media screen and (max-width:576px) {
  .site-footer .nav {
    justify-content: center!important;
    flex-direction: column;
  }
  .site-footer .nav .nav-item {
    text-align: center;
  }
}
#alert-help {
  border: 0;
  border-radius: 0;
}

.checkbox{
  padding-left: 20px;
}

.flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.flexbox-container > div {
  width: 30%;
  padding: 10px;
}
ul.posts-list li.post-item {
  border-bottom: 1px solid #ccc;
}
.pagination-nav + ul.posts-list li.post-item:first-child {
  border-top: 1px solid #ccc;
}
ul.posts-list li.post-item h4 a {
 color: #5b6f82;
}
ul.posts-list li.post-item div.meta-line {
  font-size: smaller;
}
ul.posts-list li.post-item div.meta-line > span.tags {
  flex-grow: 2;
}
ul.posts-list li.post-item div.meta-line button {
  align-self: flex-start;
  font-size: .875rem;
  padding: .25rem 1rem!important;
  width: auto;
}
.posts-list .post-item.thumb .meta-block {
  position: relative;
  border-radius: 3px;
}

.posts-list .post-item.thumb .meta-block-container {
  background-color: #f5f4f1;
  border-radius: 3px;
  border-bottom-right-radius: 30% 70%;
  width: 70%;
  z-index: 5;
}
.posts-list .post-item.thumb .meta-block-image{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;   
}
.posts-list .post-item.thumb .meta-block-image.video {
  background-image: url('img/bg-thumb-video.jpg');
}
.posts-list .post-item.thumb .meta-block-image.article {
  background-image: url('img/bg-thumb-article.jpg');
}
.posts-list .post-item.thumb .vcenter{
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
@media screen and (max-width: 768px) { 
  ul.posts-list li.post-item h4 {
    flex-direction: column;
  }
  ul.posts-list li.post-item h4 a {
    margin-top: 5px;
  }
  ul.posts-list li.post-item div.meta-line {
    flex-direction: column;
  }
  ul.posts-list li.post-item div.meta-line .tags {
    margin-bottom: 5px;
  }
  ul.posts-list li.post-item .post-actions i {
    display: none;
  }
  ul.posts-list li.post-item.thumb .post-actions i {
    display: inline-block;
  }
  ul.posts-list li.post-item.thumb .post-actions span {
    display: none;
  }
  ul.posts-list li.post-item .post-actions span {
    margin-left: 0;
  }
  .posts-list .post-item.thumb .meta-block-image{
  left: 0;
  }
  .posts-list .post-item.thumb .meta-block-container {
    width: 100%;
    border-bottom-right-radius: 100px;
    background-color: rgba(245, 244, 241, 0.8);
  }
  .posts-list .post-item.thumb .meta-block {
    background-size: cover;
  }
  .posts-list .post-item.thumb .post-type {
    display: none;
  }
}
ul.posts-list li.post-item div.media-body {
  max-width: 100%;
}
ul.files-list li.file-item div.file-name {
  background-color: #eee;
  border-radius: 3px;
  font-size: smaller;
  flex-grow: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.files-list li.file-item div.file-name span.badge {
  background:none;
}

a.home_plus{
  color: #ffaf60;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  display: block;
  padding-top: 30px;
}

.titre_article{
    text-align: center;
    padding: 20px 0;
}
.contenu-cross{
    background-color: white;
    height: 100%;
}
.article_recommandes:first-child{
    margin: 0px 40px 0 20px;
    float: left;
    display: block;
}
.article_recommandes{
    margin: 0px 40px 0 20px;
    float: left;
    display: block;
    width: 290px;
}
.img_article_recommandes{
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
a.titre-content {
    color: grey;
}

.posts-list-grouped {
  overflow: hidden;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.post-grouped-item {
  display: inline-block;
  border-bottom: 1px solid #f1f3f5;
  padding: 8px 0; 
}
.post-grouped-link {
  color:#5b6f82;
  display: block;
}
.post-grouped-link:hover {
  text-decoration: none;
  color:#5b6f82
}
.post-grouped-link:hover .post-grouped-title {
  text-decoration: underline;
}
.post-grouped-title {
  font-weight: bold;
  color:#5b6f82
}

@media (max-width:768px) {
  .posts-list-grouped {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .post-grouped-item:nth-child(even) {
    margin-left:0;
  }
}

.home .btnorange  {
  height: 42px;
  border-radius: 3px;
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
}
.btnorangebookmarks  {
  border-radius: 3px;
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
}

.titlefavorite{
  word-break: break-word;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  min-width: 135px;
  margin-right: 5px;
}

.btnfavorite{
  margin-left: 10px;
}

.row.news.marg{
  margin: 0;
  margin-left: -15px;
}

.row.news.marg.brand{
  margin: 0;
  justify-content: center;
}

@media(min-width: 768px){
  .row.news.marg.brand{
    margin: 0;
    margin-left: 40px;
    justify-content: flex-start;
  }
}

@media(min-width: 992px){
  .row.news.marg.brand{
    margin: 0;
    justify-content: space-between;
  }
}

@media(min-width: 1200px){
  .row.news.marg.brand{
    margin: 0 50px;
    justify-content: space-between;
  }
}

.home.content-area .internal-links .text-left{
  height: 250px;
  margin: 0;
  margin-left: -15px;
}
.home.content-area .internal-links .text-left .card-img{
  height: 250px;
}

.home.content-area .internal-links .text-left .card-img-overlay {
  border-top-left-radius: 40% 110%;
  border-top-right-radius: 0;
  padding: 40px 33px 30px 160px;
  background-color: rgba(109, 159, 217, 0.88);
}

.home.content-area .internal-links .text-left .brand {
  border-top-left-radius: 40% 110%;
  border-top-right-radius: 0;
  background-color: rgba(109, 159, 217, 0.88);
}

.home.content-area .internal-links .text-home-left{
  max-height: 348px;
  margin: 0 0 0 15px;
}
.home.content-area .internal-links .text-home-left .card-img{
  height: auto;
}

.home.content-area .internal-links .text-home-left .card-img-overlay {
  right: 20%;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 50% 70%;
  padding: 40px 35px 30px 30px;
  text-align: left;
  background-color: rgba(109, 159, 217, 0.88);
}

.home.content-area .internal-links .text-home-left .brand {
  border-top-left-radius: 0;
  border-top-right-radius: 50% 70%;
  background-color: rgba(109, 159, 217, 0.88);
}

.home.content-area .internal-links .text-home{
  max-height: 348px;
  margin: 0 15px 0 0;
}
.home.content-area .internal-links .text-home .card-img{
  height: auto;
}

.home.content-area .internal-links .text-home .card-img-overlay {
  right: 0;
  left: 20%;
  border-top-left-radius: 50% 70%;
  border-top-right-radius: 0;
  padding: 40px 30px 30px 35px;
  text-align: right;
  background-color: rgba(109, 159, 217, 0.88);
}

.home.content-area .internal-links .text-home .brand {
  border-top-left-radius: 50% 70%;
  border-top-right-radius: 0;
  background-color: rgba(109, 159, 217, 0.88);
}

.home.content-area .card-img-overlay.banner-header-digital{
  right: 30%;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 48% 100%;
  padding: 40px 286px 40px 33px;
  background-color: rgba(109, 159, 217, 0.88);
}

.card-home-foot{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.home .digitalblockfoot {
  display: flex;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 7.568);
  height: 313px;
  padding: 0 0 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  text-align: left;
}


.home .digitalblockfoot .block-text {
  color: #8d9ba8;
}

.home digitalblockfoot .block-title {
  color: #5b6f82;
}

.home .digitalblockfoot .contentblock{
  margin-left: 120px;
}

.home .digitalblockfoot .btn-orange {
  height: 42px;
  border-radius: 3px;
  background-color: #ffaf60;
  border-color: #ffaf60;
  color: #fff;
}
.btn-blockfoot{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home .guideline-digit{
  margin-left: auto;
  margin-right: auto;
}
.home .block-guideline-digit{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  border-radius: 3px;
  background-color: #f1f3f5;
  margin-bottom: 11px;
}

.home .block-guideline-digit h6{

  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #5b6f82;
}

.home .block-guideline-digit a{

  color: #a1aebc;
  text-decoration: none;
}
.content-brand{
  margin-left: 20px;
}
.content-bold{
  font-weight: bold;
}
.content-brand-img {
  min-width: 70px;
}

.page-ban-img-overlay{
  background-color: #005298;
  background-position: right center;
  background-repeat: no-repeat;
  border-bottom-right-radius: 170px;
  color: #fff;
  font-weight: bold;
  padding: 30px 80px 30px 38px;
  top: auto;
  max-height: 245px;
  padding-left: 15%; 
}
.header{
  width: 260px;
  height: 150px;
  margin-top: 8%;
  margin-left: 8%;
}
.fond-header{
  background-color: white;
}
.fond-header .row{
  flex-wrap: unset;
}
.home .block-guideline-digit-marques{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding-left: 30px;
  text-align: left;
  min-height: 250px;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: #f1f3f5;
}
.block-guideline-digit-marques.marque-social{
  min-height: 250px;
}
@media (min-width: 768px){
  .home .block-guideline-digit-marques{
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .block-guideline-digit-marques.marque-social{
    min-height: 510px;
  }
}

.block-guideline-digit-marques h5,
.block-guideline-digit-marques h6{
  margin-top: 20px;
}
.marque-social h6{
  margin-top: 10px;
}

.contenu-actualite{
  background-color: white;
  padding: 10px;
  margin-left: 0;
  margin-right: 0;
}
#reset-pwd-alert {
  display: none;
}

.card-deck {
  margin: 25px 0;
}

.cgu-div{
  overflow:auto;
  height:250px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #d9d9d9;
  padding: 10px;

}
.card-marque{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}

.reseauxsociaux{
  float: left;
  background-color: #939393;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  width:40px;
  height:40px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 4px;
  margin-right: 5px;
}

.reseauxsociaux i{
  color: #fff;
}

.block_marque{
  text-align: center;
  padding-bottom: 20px;
  margin: 0 3px 10px 3px;
  max-width: 306px;  
  min-height: 540px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(104, 125, 146, 0.08);
}

@media(max-width: 992px){
  aside.widget-area{
    padding-left: 0;
  }
}

.button-center{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottom-button{
  position: absolute;
  bottom: 20px;
}

section.all-brands{
  padding-left: 0;
}

.marque.content-area .news .card-img-text,
.digital.content-area .news .card-img-text {
  width: 100%;
  height:auto;
  min-height: 120px;
  max-width: 559px;
  max-height: 300px;
  text-align: left;
}

.marque.content-area .news .card-img{
  width: 170px;
  height: 100px;
  margin: 0 auto;
}

.digital.content-area .internal-links .text-left .card-img{
  width: 100%;
  height: auto;
} 

.digital.content-area .internal-links .text-left{
  height: auto;
}

.marque.content-area .news .card-img-text hr,
.digital.content-area .news .card-img-text hr {
  width: 50%;
}

.marque.content-area .news .card-img-text .card-text,
.digital.content-area .news .card-img-text .card-text{
  text-align: justify;
  font-size: 15px;
}

@media (min-width: 768px){
  .marque.content-area .news .card-img-text .card-text,
  .digital.content-area .news .card-img-text .card-text{
    height: 250px;
  }
}

.align-buttons
{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 768px){
  .align-buttons
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

@media (min-width: 992px){
  .align-buttons
  {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }
}

.pyramide .row {
  height:120px;
}
@media (max-width:767px) {
  .pyramide .row {
    height:auto;
  }
}
.pyramide-profils {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  height:120px;
}
@media (max-width:767px) {
  .pyramide-profils {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    height:auto;
    position: absolute;
    margin-top: 4px;
    z-index: 9999;
  }
}
.pyramide-profil {
  list-style: none;
  padding: 10px 20px;
  margin: 0 0 5px 0; 
  border-radius:3px;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.pyramide .row:nth-child(1) .pyramide-profil {
  background-color: #5e9ee7;
}
.pyramide .row:nth-child(2) .pyramide-profil {
  background-color: #5791d3;
}
.pyramide .row:nth-child(3) .pyramide-profil {
  background-color: #4d80ba;
}
.pyramide .row:nth-child(4) .pyramide-profil {
  background-color: #4470a4;
}
.pyramide .row:nth-child(5) .pyramide-profil {
  background-color: #6edbc2;
}
@media (max-width:991px) {
  .pyramide-profil {
    padding: 5px;
    font-size: 0.7rem;
  }
}
@media (max-width:767px) {
  .pyramide-profil {
    margin: 0 10px 0 0; 
  }
  .pyramide .row:nth-child(1) .pyramide-profil {
    background-color: #fff;
    border: 1px solid #5e9ee7;
    color: #5e9ee7;
  }
  .pyramide .row:nth-child(2) .pyramide-profil {
    background-color: #fff;
    border: 1px solid #5791d3;
    color: #5791d3;
  }
  .pyramide .row:nth-child(3) .pyramide-profil {
    background-color: #fff;
    border: 1px solid #4d80ba;
    color: #4d80ba;
  }
  .pyramide .row:nth-child(4) .pyramide-profil {
    background-color: #fff;
    border: 1px solid #4470a4;
    color: #4470a4;
  }
  .pyramide .row:nth-child(5) .pyramide-profil {
    background-color: #fff;
    border: 1px solid #6edbc2;
    color: #6edbc2;
  }
}
@media (max-width:479px) {
  .pyramide-profil {
    margin: 0 0 0 5px; 
  }
}
.pyramide .formations {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
.pyramide-fond {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
.pyramide .row:nth-child(1) .pyramide-fond {
  border-bottom: 120px solid #5e9ee7;
  width:calc(100% - 360px);
}
.pyramide .row:nth-child(2) .pyramide-fond {
  border-bottom: 120px solid #5791d3;
  width:calc(100% - 240px);
}
.pyramide .row:nth-child(3) .pyramide-fond {
  border-bottom: 120px solid #4d80ba;
  width:calc(100% - 120px);
}
.pyramide .row:nth-child(4) .pyramide-fond {
  border-bottom: 120px solid #4470a4;
  width:100%;
}
.pyramide .row:nth-child(5) .pyramide-fond {
  border: 0;
  background-color: #6edbc2;
  width:100%;
}
@media (max-width:991px) {
  .pyramide-fond {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .pyramide .row:nth-child(1) .pyramide-fond {
    width:calc(100% - 180px);
  }
  .pyramide .row:nth-child(2) .pyramide-fond {
    width:calc(100% - 120px);
  }
  .pyramide .row:nth-child(3) .pyramide-fond {
    width:calc(100% - 60px);
  }
  .pyramide .row:nth-child(4) .pyramide-fond {
    width:100%;
  }
  .pyramide .row:nth-child(5) .pyramide-fond {
    border: 0;
    width:100%;
  }
}
@media (max-width:767px) {
  .pyramide-fond {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height:120px;
  }
  .pyramide .row:nth-child(1) .pyramide-fond {
    width:calc(100% - 90px);
  }
  .pyramide .row:nth-child(2) .pyramide-fond {
    width:calc(100% - 60px);
  }
  .pyramide .row:nth-child(3) .pyramide-fond {
    width:calc(100% - 30px);
  }
  .pyramide .row:nth-child(4) .pyramide-fond {
    width:100%;
  }
  .pyramide .row:nth-child(5) .pyramide-fond {
    border: 0;
    width:100%;
  }
}
@media (max-width:480px) {
  .pyramide-fond {
    height: 120px;
    border-left: 0;
    border-right: 0;
  }
  .pyramide .row:nth-child(1) .pyramide-fond,
  .pyramide .row:nth-child(2) .pyramide-fond,
  .pyramide .row:nth-child(3) .pyramide-fond,
  .pyramide .row:nth-child(4) .pyramide-fond,
  .pyramide .row:nth-child(5) .pyramide-fond {
    width:100%;
  }
}
.pyramide-formations {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  height: 120px;
}
@media (max-width:767px) {
  .pyramide-formations {
    padding: 0;
  }
}
.pyramide-formation {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
.pyramide-formations.formations-1 .pyramide-formation {
  width:100%;
}
.pyramide-formations.formations-2 .pyramide-formation {
  width:150px;
}
@media (max-width:991px) {
  .pyramide-formation {
    width: 85px;
  }
  .pyramide-formations.formations-2 .pyramide-formation {
    width:100px;
  }
}
@media (max-width:767px) {
  .pyramide-formation {
    height: 90px;
    margin-top:30px;
  }
}
@media (max-width:420px) {
  .pyramide-formation {
    width:70px;
  }
}
.pyramide-formation:first-of-type {
  border-left: none; 
}
.pyramide-formation-lien {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  width: 100px;
}
@media (max-width:991px) {
  .pyramide-formation-lien {
    width: 85px;
  }
}
.pyramide-formations.formations-1 .pyramide-formation .pyramide-formation-lien {
  width:100%;
}
.pyramide-formation-lien,
.pyramide-formation-lien:hover,
.pyramide-formation-lien:active {
  color: #fff;  
  text-decoration: none;
}
.pyramide-formation-titre {
  display: block;
  word-break: break-word;
}
.pyramide-formation-lien:hover .pyramide-formation-titre {
  text-decoration: underline;
}
.pyramide-formation-duree {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.pyramide-formation-lien:hover .pyramide-formation-duree {
  text-decoration: none;
}

.brands{
  left: 240px;
  right: 0px;
  border-top-left-radius: 40% 110%;
  border-top-right-radius: 0;
  padding: 36px 125px 30px 120px;
  background-color: rgba(255, 255, 255, 1.88);
}

.error{
  display: block;
  font-weight: bold;
  color: red;
}
.wpcf7-recaptcha.form-control {
  border: 0;
}

#img_pyramide{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width:767px) {
  #img_pyramide {
    max-width: 100%;
  }
}

.cookies--table th, .cookies--table td {
	border:1px solid #000;
	padding: 5px 10px;
	width:33.333%;
}
.cookies--table th {
	font-weight:bold;
}
.modal-xl {
  height: calc(100% - 75px);
}
@media (min-width: 575px) {
  .modal-xl {
    max-width: 800px;
    height: calc(100% - 95px);
  }
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1096px;
  }
}
#viewer-modal .modal-content {
  height: 100%;
  border: 0;
}
#viewer-modal .modal-body {
  padding: 0;
}
#viewer-modal .close {
  position: fixed;
  bottom: 10px;
  left: calc(50% - 21px);
  background-color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-size: 30px;
  line-height: 32px;
  align-items: center;
  opacity: 1;
}
.pdf-viewer-no-file {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-filters-search {
  background-color: #f1f3f5;
  border-color: #ffaf60;
  color: #5b6f82;
  padding: 4px 2px;
  font-size: 12px;
}
.search--filters-tags {
  margin-top: 25px;
}

.newsletter-content {
  text-align: center;
}
.newsletter-title {
  margin: 15px auto;
}
.newsletter-text {
  margin: 15px auto 0;
}
.newsletter-article--title {
  background-color: rgba(0, 178, 230, 0.84);
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.newsletter-article--text {
    text-align: justify;
}

.newsletter-article--link {
    background-color: #ffaf60;
    border-color: #ffaf60;
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

#page header {
    background-color: #fff;
}

/* Page marque : navbar */

.brand-navbar .navbar {
    padding-bottom: 0px;
}

.navbar-items {
    margin-bottom: 0px;
}

.navbar-brand-logo {
    max-width: 120px;
    padding: 10px;
    display: inline-block;
}

#brandNavbar .navbar-link {
    padding: 15px;
    vertical-align: middle;
    position: relative;
}

#brandNavbar li {
    list-style: none;
    display: block;
}

.navbar-sublink {
    position: absolute;
    top: 100%;
    display: none;
    padding-inline-start: 0;
    min-width: 100%;
    padding-bottom: 5px;
    z-index: 999;
}

.navbar-sublink li {
    display: block !important;
    padding: 5px;
}

@media (min-width: 768px) {

    #brandNavbar li {
        display: inline-block;
    }
}

#brandNavbar .navbar-link .navbar-sublink{
    box-shadow: 0 3px 4px rgba(255, 255, 255, 0.1);
}


@media (max-width: 768px) {

    .navbar-sublink {
        display: block;
    }


    #brandNavbar .navbar-link .navbar-sublink{
        box-shadow: unset;
        margin-left: 15px;
        position: relative;
        margin-top: 8px;
    }
}

.brand-navbar .navbar {
    padding-left: 0px;
    padding-right: 0px;
}

/* Page Marque : News */

.brand-news-bloc::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.brand-news-bloc .brand-card {
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
}

.brand-card .card-img-text {
    height: calc(100% - 3.9rem) !important;
    max-width: unset !important;
    max-height: unset !important;
}

.brand-news-bloc {
    padding: 10px;
    margin-bottom: 20px;
}

.brand-news-bloc .card-img-overlay-brand:not(.full) {
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: bold;
    top: auto;
}

.card-img-overlay-brand {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-deck-brand {
    margin: 5px;
}

.card-deck-brand img {
    height: 100%;
    width: 100%;
}

.card-slider-img-overlay-brand {
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    width: fit-content;
    text-align: right;
    padding: 10px 10px 0px 10px;
}

.carousel-brand-item img {
    width: 100%;
    height: 100%;
}

#carousel-brand .slick-slide {
    display: inline-block !important;
    position: relative;
    float: unset !important;
    vertical-align: top;
}

#carousel-brand {
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 7px;
}

#carousel-brand .slick-list,
#carousel-brand .slick-track,
#carousel-brand .slick-slide,
#carousel-brand .slick-slide > div,
#carousel-brand .carousel-brand-item,
#carousel-brand .card-deck-brand,
#carousel-brand .brand-card {
    height: 100%;
}

.marque .slider {
    padding-bottom: 15px;
}

.page-template-marque-items h1 a {
    color: #fff;
}

.page-template-marque-items #main {
    background-color: unset;
    box-shadow: unset;
    padding: unset;
}

.page-template-marque-items .posts-list {
    vertical-align: top;
    position: relative;
    display: block;
}

.page-template-marque-items .posts-list-flex {
    display: flex;
}

.page-template-marque-items .post-item {
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    padding-top: unset !important;
    padding-bottom: 1.5rem !important;
    align-items: stretch;
}

.page-template-marque-items .post-item .media-body {
    box-shadow: 0 4px 8px 0 rgb(104 125 146 / 8%);
    background-color: #fff;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.page-template-marque-items .post-item .media-body .body-title {
    height: 115px;
}

.page-template-marque-items .post-item .media-body .body-title img {
    max-height: 115px;
}

.page-template-marque-items .post-item .media-body .body-title .content-brand {
    margin-left: unset;
}

.page-template-marque-items .post-item .media-body .meta-line {
    height: 40px;
    width: 100%;
}

.page-template-marque-items .post-item {
    width: 49%;
    padding: 10px;
}

.page-template-marque-galbani #brand-poster {
  width: 100%;
}

@media (max-width: 1200px) {

    .page-template-marque-items .post-item {
        width: 65%;
        margin: 0 auto;
        display: block;
    }

    .page-template-marque-items .posts-list-flex {
        display: block;
    }

    .page-template-marque-items .post-item .media-body .body-title {
        height: auto;
    }
}

@media (max-width: 800px) {

    .page-template-marque-items .post-item {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.home .site-content .container .row .home .news{
  margin: 0 auto;
}

@media (max-width: 992px) {
    .page-template-marque-items .page-tree .nav-pills .nav-item:not(.active) {
        display: block;
    }
}

.row.page-title .container .col-md-12 h1 a{
  color: #fff !important;
}

.brand-galbani .brand-card{
  position: relative;
  text-align: center;
  margin-left: 12.5%;
  width: 270px;
  height: 170px;
  display: block;
  /*margin-left: 29.5%;
  width: 220px;
  height: 140px;*/
}

.brand-galbani .brand-card .card-title{
  font-size: 14px;
}

.brand-galbani{
  margin-top: 5%;
}

.brand-galbani .brand-news-bloc{
  margin-bottom: 50px;
}

.brand-galbani .brand-news-bloc::after{
  padding-bottom: 0%;
}

.brand-galbani .brand-card .card-img-text{
  height: 100% !important;
}

.brand-galbani .card-img-overlay-brand{
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  top: 100%;
  margin-bottom: -12%;
}

.header-brand-galbani .navbar-brand-logo{
  max-width: 215px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: -9%;
}

.header-brand-galbani #brandNavbar{
  margin-left: 190px;
}

@media (max-width: 992px) {

  .brand-galbani .brand-card {
    width: 205px;
    height: 150px;
  }

  .header-brand-galbani .navbar-brand-logo{
    top: -7%;
  }

}

@media (max-width: 768px) {

  .brand-galbani .brand-card {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .brand-galbani{
    margin-top: 4%;
  }

  .brand-galbani .card-img-overlay-brand {
    margin-bottom: -6%;
  }

  .brand-galbani .brand-news-bloc::after{
    padding-bottom: 0%;
  }

  .header-brand-galbani .navbar-brand-logo{
    right: 0;
  }

  .header-brand-galbani #brandNavbar{
    margin-left: 10px;
  }

  .header-brand-galbani .navbar-brand-logo{
    top: -8%;
    max-width: 94px;
  }

}

.brand-full-content{
  position: relative;
}

.header-brand-galbani .navbar-items{
  text-align: center;
}