
    :root {
        --text: #000000;
--links: #000000;
--titles: #000000;
--page-background: #e7e8e8;
--highlight: #73636d;
--boxes-background: #f9d1d1;
--boxes-border: #CBD2DB;
--section-titles: #000000;
--section-titles-background: #F6F8FB;
--header-background: #af6b7f;
--header-links: #555555;
--footer-background: #af6b7f;
--footer-links: #F6F8FB;
--titles-h1-font-size: 2.2143rem;
--titles-h1-font-weight: 700;
--titles-h1-color: #000000;
--titles-h2-font-size: 1.5714rem;
--titles-h2-font-weight: 700;
--titles-h2-color: #000000;
--titles-h3-font-size: 1.2857rem;
--titles-h3-font-weight: 700;
--titles-h3-color: #000000;
--texts-primary-font-size: 1.1429rem;
--texts-primary-color: #000000;
--texts-secondary-font-size: 1.0000rem;
--texts-secondary-color: #000000;
--texts-link-color: #000000;
    }
    
.ods-front-header {
  height: auto;
  font-size: .875rem;
  padding: 0;
  background: #ffffff;
}

.cachan-front-header {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

/* Logo + accroche */
.cachan-front-header__logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  padding: 22px 0;
}

@media (max-width: 991px) {
  .cachan-front-header__logo {
    font-size: 2.4rem;
  }
}

.cachan-front-header__logo__img {
  flex: 0 1 auto;
  width: 22%;
  max-width: 210px;
  min-width: 120px;
  text-decoration: none;
}

.cachan-front-header__logo__img:hover,
.cachan-front-header__logo__img:focus {
  text-decoration: none;
}

.ods-front-header__logo {
  width: 100%;
  vertical-align: bottom;
}

.cachan-front-header__logo__accroche {
  flex: 0 1 auto;
  margin: 0;
  padding-left: 45px;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
}

.cachan-front-header__logo__accroche:hover,
.cachan-front-header__logo__accroche:focus {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .cachan-front-header__logo__accroche {
    padding-left: 30px;
  }
}

.cachan-front-header__logo__accroche_1 {
  display: block;
  letter-spacing: -0.03em;
}

.cachan-front-header__logo__accroche_1 span {
  font-weight: 300;
}

.cachan-front-header__logo__accroche_2 {
  display: block;
  font-size: 1rem;
  padding-top: 10px;
  color: #555555;
  font-weight: 400;
}

@media (max-width: 991px) {
  .cachan-front-header__logo__accroche_2 {
    display: none;
  }
}

/* Menu gestion */
.cachan-front-header__management-menu {
  position: absolute;
  top: 0;
  right: 15px;
  padding-top: 8px;
}

@media (min-width: 768px) {
  .cachan-front-header__management-menu.ng-hide {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .cachan-front-header__management-menu {
    padding-top: 14px;
  }
}

@media (max-width: 991px) {
  .cachan-front-header__management-menu {
    padding-top: 4px;
  }
}

.ods-front-header__management-menu {
  position: relative;
  top: auto;
  right: auto;
  line-height: 1.6;
  text-align: center;
}

.ods-front-header__management-menu-item {
  padding: 0 10px;
  margin: 0;
}

.ods-front-header__management-menu-item:first-child {
  border-left: 0;
}

.ods-front-header__management-menu-item-link {
  color: #111111;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: none;
}

.ods-front-header__management-menu-item-link:hover,
.ods-front-header__management-menu-item-link:focus {
  color: #A3273F;
  text-decoration: underline;
  text-underline-offset: 4px;
  border: 0;
}

.ods-front-header__account-avatar-container {
  border: 1px solid #111111;
  width: 22px;
  height: 22px;
  margin-bottom: -5px;
  border-radius: 50%;
  overflow: hidden;
}

.ods-front-header__account-avatar-container img {
  width: 20px;
  height: 20px;
}

.ods-front-header__management-menu-item--backoffice {
  background: none;
  border-radius: 0;
}

.ods-front-header__management-menu-item-link--backoffice {
  color: #ffffff;
  background: #111111;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  text-decoration: none;
}

.ods-front-header__management-menu-item-link--backoffice:hover,
.ods-front-header__management-menu-item-link--backoffice:focus {
  background: #A3273F;
  color: #ffffff;
  opacity: 1;
}

/* Menu principal */
.cachan-menu {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 2px solid #111111;
  text-align: center;
}

@media (min-width: 768px) {
  .cachan-front-header__menu.ng-hide {
    display: block !important;
  }
}

.ods-front-header__menu {
  display: block;
  margin: 0;
  line-height: initial;
}

@media (max-width: 1199px) {
  .ods-front-header__menu {
    text-align: center;
  }
}

.ods-front-header__menu-item {
  padding: 14px 16px 12px;
  text-transform: uppercase;
  margin-right: 12px;
  border-bottom: 3px solid transparent;
  transition: border-color .2s ease, background-color .2s ease;
}

@media (max-width: 1199px) {
  .ods-front-header__menu-item {
    margin-right: 6px;
    margin-left: 6px;
  }
}

.ods-front-header__menu-item:last-child {
  margin-right: 0;
}

.ods-front-header__menu-item--active {
  border-color: #A3273F;
  color: #111111;
}

.ods-front-header__menu-item-link {
  font-size: 1rem;
  color: #111111;
  font-weight: 700;
  opacity: 1;
  display: inline;
  padding: 0;
  line-height: initial;
  text-decoration: none;
  letter-spacing: .03em;
}

.ods-front-header__menu-item-link:hover,
.ods-front-header__menu-item-link:focus {
  border: 0;
  color: #A3273F;
  text-decoration: none;
}

.ods-front-header__menu-item-link--active {
  border: 0;
  color: #A3273F;
  text-decoration: none;
}

.ods-front-header__menu-item-link--active:hover,
.ods-front-header__menu-item-link--active:focus {
  border: 0;
  color: #A3273F;
  text-decoration: none;
}

/* Accessibilité clavier */
a:focus,
button:focus,
.ods-front-header__menu-item-link:focus,
.ods-front-header__management-menu-item-link:focus {
  outline: 3px solid #FFD600;
  outline-offset: 3px;
}

/* Responsive mobile */
@media (max-width: 767px) {
  .cachan-front-header__logo {
    font-size: 4.5vw;
    padding: 16px 50px 16px 0;
  }

  .cachan-front-header__logo__img {
    width: 34%;
    min-width: 95px;
  }

  .cachan-front-header__logo__accroche {
    padding-left: 4%;
  }

  .cachan-front-header__management-menu {
    position: relative;
    background: #f2f2f2;
    padding: 8px 0;
    top: auto;
    right: auto;
    margin: 0 -15px;
    border-top: 1px solid #dddddd;
  }

  .ods-front-header__management-menu-item {
    font-size: 1.25rem;
    margin: 8px 0;
    padding: 0 12px;
    border-color: #111111;
  }

  .ods-front-header__management-menu-item-link {
    color: #111111;
  }

  .ods-front-header__management-menu-item-link--backoffice {
    color: #ffffff;
  }

  .ods-front-header__account-avatar-container {
    margin-bottom: -4px;
  }

  .ods-front-header__menu {
    display: block;
    background: #ffffff;
  }

  .ods-front-header__menu-item {
    padding: 16px 0;
    margin: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }

  .ods-front-header__menu-item:last-child {
    border-bottom: 0;
  }

  .ods-front-header__menu-item--active {
    padding-bottom: 16px;
    border-color: transparent;
    background: #f7f7f7;
  }

  .ods-front-header__menu-item-link {
    font-size: 1.35rem;
    display: inline-block;
  }

  .ods-front-header__menu-item-link--active {
    padding-bottom: 4px;
    color: #A3273F;
    border-bottom: 3px solid #A3273F;
  }

  .ods-front-header__menu-item-link:hover,
  .ods-front-header__menu-item-link:focus {
    color: #A3273F;
    text-decoration: none;
  }

  .ods-front-header__menu-item-link--active:hover,
  .ods-front-header__menu-item-link--active:focus {
    text-decoration: none;
  }
}

/* Bouton menu mobile */
.cachan-header-menu-responsive {
  display: none;
}

@media (max-width: 767px) {
  .cachan-header-menu-responsive {
    display: block;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .75rem;
    line-height: 100%;
    color: #111111;
  }

  .cachan-header-menu-responsive i {
    line-height: 100%;
    font-size: 1.8rem;
  }
}

.cachan-header-menu-responsive__btn {
  border: 2px solid transparent;
  background: none;
  padding: 7px;
  cursor: pointer;
  color: #111111;
  border-radius: 4px;
}

.cachan-header-menu-responsive__btn:hover,
.cachan-header-menu-responsive__btn:focus {
  background: #f2f2f2;
  border-color: #111111;
  opacity: 1;
}