@charset "UTF-8";
/* CSS Document */
body > header {
  background-color: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 40000;
}
body > header h2 {
  margin-top: 27px;
  font-size: 15px;
  color: #999999;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 20px;
  text-align: right;
}
header h2 > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
#logged-header-nav {
  margin-right: -3em;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
}
#menu_header_deroulant {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  #logged-header-nav {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  body #logged-header-nav a {
    display: none;
  }
  body #logged-header-nav a:last-child {
    display: inline-block;
    width: auto;
  }
  body #header_logue [class^='col-'] #nav-container #btn_recherche:after {
    position: relative;
    margin-top: -1.5em;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 1.1em;
  }
  #logged-header-nav a {
    width: 100%;
    margin-top: 15px !important;
    height: auto !important;
    margin-bottom: 5px !important;
  }
  #logged-header-nav #btn_recherche {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #logged-header-nav #btn_recherche .picto_recherche {
    margin-left: 5px;
    margin-right: 0;
  }
}
/* BOUTON FIL & RECHERCHE */
#logged-header-nav a {
  height: 38px;
  line-height: 38px;
  padding: 0.7em;
  border-right: 1px solid #999;
  color: #999;
  font-size: 1em;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  display: inline-block;
  white-space: nowrap;
}
#logged-header-nav a:first-child {
  text-align: right;
}
#logged-header-nav a#btn_recherche {
  border-right: none;
}
#btn_fil .picto_fil,
#btn_recherche .picto_recherche {
  display: inline-block;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
#btn_fil .picto_fil {
  height: 38px;
  width: 33px;
  margin-top: -0.7em;
  float: left;
  background-image: url(../img/picto-fil-gris.svg);
}
#btn_fil:hover,
#btn_recherche:hover {
  color: #e4032d;
  text-decoration: none;
}
#btn_fil:hover .picto_fil {
  background-image: url(../img/picto-fil-rouge.svg);
}
#btn_recherche .picto_recherche {
  height: 38px;
  width: 38px;
  margin-top: -0.7em;
  margin-right: 0.5em;
  float: right;
  background-image: url(../img/picto-loupe-gris.svg);
}
#btn_recherche:hover .picto_recherche {
  background-image: url(../img/picto-loupe-rouge.svg);
}
/* BOUTON ACCES RAPIDE */
header .btn_acces_rapide {
  display: block;
  height: 38px;
  margin-top: 30px;
}
header .btn_acces_rapide a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  position: relative;
}
header .btn_acces_rapide a::before {
  display: none;
  width: 100%;
  height: 20px;
  color: #e4032d;
  font-size: 0.7em;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  letter-spacing: 1px;
  position: absolute;
  bottom: -24px;
}
header .btn_acces_rapide a:hover::before {
  display: inline-block;
}
#btn_agenda {
  background-image: url(../img/picto-agenda-violet.svg);
}
#btn_agenda:hover {
  background-image: url(../img/picto-agenda-rouge.svg);
}
#btn_agenda::before {
  content: 'AGENDA';
  left: 0px;
}
#btn_agenda.btn_agenda_ip {
  background-image: url(../img/picto-agenda-gris.svg);
}
#btn_favoris {
  background-image: url(../img/picto-favoris-violet.svg);
}
#btn_favoris:hover {
  background-image: url(../img/picto-favoris-rouge.svg);
}
#btn_favoris::before {
  content: 'FAVORIS';
  left: 0;
}
#btn_parametres {
  background-image: url(../img/picto-parametre-violet.svg);
}
#btn_parametres:hover {
  background-image: url(../img/picto-parametre-rouge.svg);
}
#btn_parametres::before {
  content: 'PARAMETRES';
  left: -11px;
}
#btn_profil {
  background-image: url(../img/picto-profil-violet.svg);
}
#btn_profil:hover {
  background-image: url(../img/picto-profil-rouge.svg);
}
#btn_profil::before {
  content: 'PROFIL';
  left: -3px;
}
/*CLASS BTN HEADER ACTIF*/
header .btn_acces_rapide a.btn_header_actif::before {
  color: #e4032d;
}
#btn_agenda.btn_header_actif {
  background-image: url(../img/picto-agenda-rouge.svg);
}
#btn_favoris.btn_header_actif {
  background-image: url(../img/picto-favoris-rouge.svg);
}
#btn_parametres.btn_header_actif {
  background-image: url(../img/picto-parametre-rouge.svg);
}
#btn_profil.btn_header_actif {
  background-image: url(../img/picto-profil-rouge.svg);
}
/* CTA */
header .cta_rouge,
header .cta_rouge:focus,
header .cta_rouge_inverse,
header .cta_rouge_inverse:focus {
  height: 38px;
  line-height: 0;
  margin-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 18px;
  margin-right: 6px;
  margin-left: 10px;
}
header .cta_rouge_inverse:last-child {
  margin-right: 0;
}
header .cta_rouge_inverse,
header .cta_rouge_inverse:focus {
  text-transform: none;
}
/* BOUTON CONNEXION */
header #btn_connexion {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 30px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background-image: url(../img/picto-profil-gris.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  position: relative;
}
header #btn_connexion::before {
  display: inline-block;
  content: 'CONNEXION';
  width: 100%;
  height: 20px;
  color: #999999;
  font-size: 0.7em;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  letter-spacing: 1px;
  position: absolute;
  bottom: -25px;
  left: -7px;
}
header #btn_connexion:hover::before {
  color: #e4032d;
}
#btn_connexion:hover {
  background-image: url(../img/picto-profil-rouge.svg);
}
header .btn_acces_rapide #btn_connexion {
  margin-top: 0 !important;
}
/* PASTILLE DE NOTIFICATION */
.notification {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 6px;
  background-color: #e4032d;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 10px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  position: absolute;
  top: -5px;
  right: -5px;
}
/* MENU HEADER COMPTE + PARAMETRES */
.menu_header {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 25000;
}
#menu_compte,
#menu_parametres,
#menu_favoris {
  background-color: transparent;
  box-shadow: none;
}
#menu_compte .container .row > div,
#menu_parametres .container .row > div,
#menu_favoris .container .row > div {
  padding-bottom: 15px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.menu_header h3 {
  color: #e4032d;
  font-size: 16px;
  line-height: 20px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 1px;
  clear: both;
}
.menu_header ul {
  list-style: none;
  padding: 0;
}
#menu_compte ul,
#menu_parametres ul,
#menu_favoris ul {
  width: 100%;
  text-align: right;
}
#menu_compte ul > li,
#menu_parametres ul > li,
#menu_favoris ul > li {
  display: block;
  margin-top: 15px;
  padding-right: 15px;
}
#menu_compte ul > li > a,
#menu_compte ul > li > a:focus,
#menu_parametres ul > li > a,
#menu_parametres ul > li > a:focus,
#menu_favoris ul > li > a,
#menu_favoris ul > li > a:focus {
  color: #59536d;
  font-size: 12px;
  line-height: 12px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  letter-spacing: 1px;
}
#menu_compte ul > li > a:hover,
#menu_parametres ul > li > a:hover,
#menu_favoris ul > li > a:hover {
  color: #e4032d;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.menu_header .divider {
  margin-bottom: 30px;
}
.menu_header .bloc_depeche {
  height: 360px !important;
  max-height: 360px !important;
}
.menu_header .bloc_depeche .depeche_titre_lead {
  height: 140px !important;
}
.menu_header .bloc_depeche .zoom_img {
  min-height: 145px;
}
.menu_header .bloc_depeche .zoom_img > img {
  width: auto;
  max-height: 180px;
}
.menu_header .rubrique {
  margin-bottom: 15px;
}
.menu_header .cta {
  margin-right: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
/* MENU RECHERCHE */
#menu_recherche {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: #f3f3f4;
  position: absolute;
  top: 0;
  z-index: 60000;
}
.btn_close_recherche {
  margin-bottom: 100px;
  color: #999;
  font-size: 14px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.btn_close_recherche img {
  margin-top: -3px;
  margin-left: 15px;
}
#menu_recherche ul {
  padding-left: 0;
}
#menu_recherche li {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: none;
  background-image: url(../img/picto-historique-gris.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  color: #5e6169;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
  font-size: 18px;
  line-height: 22px;
}
#menu_recherche li:first-child {
  margin-top: 15px;
  background-image: none;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
}
/* MENU CONNEXION */
#menu_connexion {
  display: none;
  width: 100%;
  background-color: #ebeaed;
  box-shadow: none;
  z-index: 25000;
  position: relative;
  top: 0;
  padding: 1em 1em 3em 1em;
  min-height: calc(100vh - 96px);
}
@media screen and (max-width: 992px) {
  #menu_connexion {
    height: calc(100vh - 70px);
  }
  #menu_connexion .container,
  #menu_connexion.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 6em;
  }
}
@media screen and (max-width: 768px) {
  #menu_connexion.container-fluid {
    padding-top: 2em;
  }
}
#menu_connexion > .container {
  height: 100%;
  display: flex;
  padding-top: 3em;
  justify-content: center;
}
#menu_connexion .container .row > div {
  padding-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
#menu_connexion .h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #000;
  font-size: 2.2em;
  line-height: 1em;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
#menu_connexion .cta_violet,
#menu_connexion .cta_violet_inverse {
  margin-top: 15px;
}
#menu_connexion .cta_violet {
  margin-top: 50px;
}
#menu_connexion input[type="email"],
#menu_connexion input[type="password"],
#menu_connexion input[type="text"] {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 15px;
  background-color: #f3f3f4;
  border: none;
  color: #59536d;
  font-size: 16px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
}
#menu_connexion input[type="checkbox"] {
  display: inline-block;
}
#menu_connexion input[type="email"].valid {
  color: #000000;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
  background-image: url(../img/picto-valider-violet.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 15px center;
}
#menu_connexion input[type="email"].invalid {
  color: red;
}
#menu_connexion label,
#menu_connexion .mdp_oublie {
  display: inline-block;
  color: #5e6169;
  font-size: 12px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 12px;
  text-transform: uppercase;
}
#stay_logged_wrp {
  width: auto;
  float: right;
}
#stay_logged_wrp label {
  cursor: pointer;
}
.erreur_mdp {
  text-transform: unset !important;
  font-weight: bold;
  font-size: 14px !important;
  text-decoration: underline !important;
  color: #e4032d !important;
}
#captcha,
#captcha1 {
  display: none;
}
.displaycaptcha {
  display: block !important;
}
#menu_connexion label {
  margin-left: 5px;
  margin-bottom: 15px;
}
#menu_connexion .mdp_oublie:hover {
  color: #5e6169;
  text-decoration: underline;
}
#menu_connexion input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-top: 6px;
  border: none;
}
/* MEDIA QUERIES*/
@media (max-width: 991px) {
  body > header {
    text-align: center;
  }
  body > header .btn_acces_rapide {
    height: auto;
    margin-top: 15px !important;
    margin-bottom: 15px;
  }
  body > header h2 {
    text-align: left;
  }
  body > header a {
    margin-bottom: 15px;
  }
  #btn_fil,
  #btn_recherche {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  body > header {
    margin-top: 60px;
    padding-top: 15px;
    text-align: center;
  }
  body > header h2 {
    text-align: center;
  }
  #btn_fil,
  #btn_recherche,
  #btn_fil:focus,
  #btn_recherche:focus {
    padding: 0;
    border: none;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
  #btn_recherche .picto_recherche {
    margin-left: -10px;
    margin-right: 0;
  }
  #btn_fil .picto_fil {
    margin-right: 5px;
  }
  header .btn_acces_rapide {
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  .menu_header {
    height: auto;
    padding-left: 0;
  }
  .menu_header .bloc_depeche .zoom_img > img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  #menu_compte {
    padding-right: 0;
  }
  #menu_compte ul {
    margin-bottom: 0;
    text-align: center;
  }
  .menu_header ul > li {
    display: block;
    text-align: left;
    padding-left: 1em;
  }
  .btn_close_recherche {
    margin-bottom: 50px;
  }
  #menu_recherche div:nth-child(2) img {
    display: block;
    margin: 0 auto;
  }
  #recherche-texte,
  #recherche-submit {
    margin-top: 15px;
  }
  /*NON LOGUE*/
  header #btn_connexion {
    width: 100%;
    margin: 22px auto 15px;
    background-size: 38px;
  }
  header #btn_connexion::before {
    text-align: center;
    left: 0;
  }
  header .cta_rouge {
    margin: 0 auto 15px auto;
  }
  header .cta_rouge_inverse {
    margin: 15px auto 0 auto;
  }
  header h2 {
    margin: 15px auto 0 auto;
  }
  #menu_connexion input[type="password"],
  #menu_connexion input[type="submit"] {
    width: 100%;
  }
  #menu_connexion .cta_violet,
  #menu_connexion .cta_violet_inverse {
    height: auto;
    padding-bottom: 10px;
  }
  #menu_connexion .cta_violet {
    height: auto;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
.navbar-toggle .icon-bar {
  background: #878787;
}
#header_logue a#h-logo,
#header_logue a#h-logo > img {
  width: 96px;
}
#header_logue a#h-logo {
  margin: 0 1em 0 0 !important;
  padding: 0 !important;
}
#header_logue [class^='col-'] #nav-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}
#header_logue [class^='col-'] #nav-container a {
  padding: 0 1.5em;
  transition: background-color 0.2s ease;
  color: #878787;
  font-family: 'stratos-light';
  text-decoration: none;
}
#header_logue [class^='col-'] #nav-container a#h-logo {
  margin: 0;
}
#header_logue [class^='col-'] #nav-container a.cta_rouge_inverse {
  flex-grow: 1.5;
  max-width: 200px;
}
#header_logue [class^='col-'] #nav-container a.first-entry {
  justify-self: start;
  margin-left: 4em;
}
#header_logue [class^='col-'] #nav-container #btn_recherche:after {
  content: '';
  position: absolute;
  height: 38px;
  width: 38px;
  margin-top: -0.7em;
  margin-right: 0.5em;
  float: right;
  background-image: url(../img/picto-loupe-gris.svg);
  top: 50%;
  transform: translateY(-25%);
  mix-blend-mode: darken;
}
#header_logue [class^='col-'] #nav-container .btn_acces_rapide {
  display: flex;
  margin: 0 1em !important;
  margin-left: auto !important;
}
#header_logue [class^='col-'] #nav-container .btn_acces_rapide a {
  margin: 0 0.5em !important;
}
#header_logue [class^='col-'] #nav-container #inner-nav a {
  height: 3em;
  line-height: 3em;
}
#header_logue [class^='col-'] #nav-container #inner-nav a:first-child {
  border-right: solid 1px #cecece;
}
#header_logue [class^='col-'] #nav-container #inner-nav a:nth-child(2) {
  border-right: solid 1px #cecece;
}
#header_logue [class^='col-'] #nav-container #inner-nav a:last-child {
  border-right: none;
}
@media screen and (max-width: 1200px) {
  #header_logue [class^='col-'] #nav-container a {
    margin: 0 0.8em;
  }
  #header_logue [class^='col-'] #nav-container a.cta_rouge_inverse {
    flex-grow: 1;
    margin: 0 0.5em;
  }
  #header_logue [class^='col-'] #nav-container a.first-entry {
    margin-left: 3em;
  }
}
@media screen and (max-width: 992px) {
  body > header,
  #header_logue {
    margin: 0;
    padding: 0 !important;
    width: 100%;
  }
  #header_logue {
    width: calc(100% - 15px);
  }
  #header_logue [class^='col-'] #nav-container {
    height: 70px;
  }
  #header_logue [class^='col-'] #nav-container a {
    margin: 0;
  }
  #header_logue [class^='col-'] #nav-container a#h-logo {
    margin: 0 1em !important;
  }
  #header_logue [class^='col-'] #nav-container a#h-logo,
  #header_logue [class^='col-'] #nav-container a#h-logo > img {
    width: 70px;
  }
  #header_logue [class^='col-'] #nav-container a#h-logo {
    margin-left: 80px !important;
  }
  #header_logue [class^='col-'] #nav-container a.cta_rouge_inverse {
    margin: 0 0.5em;
    height: auto;
    padding: 1em 0.6em;
    white-space: nowrap;
  }
  #header_logue [class^='col-'] #nav-container a.first-entry {
    margin-left: 0;
  }
  #header_logue [class^='col-'] #nav-container .btn_acces_rapide a {
    margin: 0 0.3em !important;
  }
  #btn_menu {
    zoom: 0.8;
    margin: auto !important;
    margin-top: 31px !important;
  }
  a.first-entry {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  #header_logue [class^='col-'] #nav-container {
    justify-content: flex-start;
  }
  #header_logue [class^='col-'] #nav-container a {
    margin: 2em;
  }
  #header_logue [class^='col-'] #nav-container a#h-logo {
    margin-left: 15px !important;
  }
  #header_logue [class^='col-'] #nav-container #inner-nav {
    display: inline-block;
    align-self: flex-end;
    position: absolute;
    right: 70px;
  }
  #header_logue [class^='col-'] #nav-container #inner-nav a {
    display: none;
  }
  #header_logue [class^='col-'] #nav-container #inner-nav #btn_recherche {
    display: inline-block;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    width: 50px;
    position: relative;
  }
  #header_logue [class^='col-'] #nav-container #inner-nav #btn_recherche::after {
    border-right: solid 1px #c7c7c7;
    background-repeat: no-repeat;
    left: 0;
    width: 50px;
  }
  #header_logue [class^='col-'] #nav-container .btn_acces_rapide {
    margin-right: 6em !important;
  }
  #header_logue {
    top: 0;
    position: fixed;
    background: #fff;
    width: 100%;
  }
  body #barre_menu_complet {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0);
    right: 0;
    left: inherit;
  }
  body #barre_menu_complet .barre_btn_menu {
    background-color: #b9b9b9;
    height: 3px;
  }
}
@media (max-width: 540px) {
  #btn_recherche {
    display: none !important;
  }
  #header_logue [class^='col-'] #nav-container .btn_acces_rapide {
    margin-right: 6em !important;
  }
  #logged-header-nav {
    width: 0;
  }
  .btn_acces_rapide {
    margin-right: auto !important;
    margin-left: 0 !important;
    width: 100%;
    float: left;
  }
}
@media (max-width: 440px) {
  #header_logue [class^='col-'] #nav-container .btn_acces_rapide a {
    margin: 0 0.2em !important;
  }
  header .btn_acces_rapide a {
    width: 30px;
    height: 30px;
    padding: 1.2em !important;
  }
  #header_logue [class^='col-'] #nav-container .btn_acces_rapide {
    margin-right: 1.7em !important;
    zoom: 0.9;
    margin-left: 0em !important;
  }
  #header_logue [class^='col-'] #nav-container #inner-nav a {
    padding: 0.7em;
  }
}
/*  Sticky Bottom Bar - UnRegistered Users */
#sticky-bottom-bar {
  z-index: 49999;
  transition: all 0.2s ease;
  bottom: -999px;
  border-color: #cecece;
}
#sticky-bottom-bar a {
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
}
#sticky-bottom-bar .close {
  font-weight: 300;
  opacity: 0.7;
  position: absolute;
  padding: 0 20px;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sticky-bottom-bar .close:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #sticky-bottom-bar .close {
    align-items: flex-start;
    padding-top: 8px;
  }
}
#sticky-bottom-bar > .container > .row,
#sticky-bottom-bar > .container > .row > [class^="col-"] {
  display: flex;
  align-content: stretch;
  justify-content: center;
  align-items: baseline;
}
#sticky-bottom-bar > .container > .row > [class^="col-"] {
  padding: 0.9em 0;
}
#sticky-bottom-bar > .container > .row {
  width: 100%;
}
#sticky-bottom-bar > .container > * {
  align-self: center;
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
  text-transform: uppercase;
}
#sticky-bottom-bar span {
  color: #000;
  text-transform: initial;
  font-family: 'calibri-light', 'arial';
  font-size: 1.2em;
}
#sticky-bottom-bar [class^="cta_"] {
  height: inherit;
  padding: 0.5em 0.8em;
  margin: 0 1em;
}
@media (max-width: 768px) {
  #sticky-bottom-bar > .container {
    display: inline-block;
    width: 100%;
  }
  #sticky-bottom-bar > .container > * {
    margin: 0 0.5em;
  }
  #sticky-bottom-bar {
    text-align: center;
  }
  #sticky-bottom-bar .row {
    width: inherit;
    max-width: calc(100% - 15px);
  }
  #sticky-bottom-bar .cta_jaune {
    display: block;
    float: none!important;
  }
  #sticky-bottom-bar .cta_jaune {
    margin-top: 0.5em;
  }
  #sticky-bottom-bar > .container > .row,
  #sticky-bottom-bar > .container > .row > [class^="col-"] {
    display: inline-block;
  }
  #sticky-bottom-bar {
    padding: 0 1em;
  }
  #sticky-bottom-bar [class^="cta_"] {
    margin: 0;
    margin-top: 0.5em;
  }
  #sticky-bottom-bar .close {
    padding-right: 0.5em;
  }
}
body > footer {
  padding-bottom: 8em;
}
/*# sourceMappingURL=./header.css.map */