@import url("https://fonts.googleapis.com/css?family=Exo:300,400,500,700|Rubik:300,400,500,700&display=swap");
/* --Font-- */
/* --Colors-- */
/* --USAGE-- */
html {
  font-size: 55.5%;
}
@media (min-width: 992px) {
  html {
    font-size: 58.5%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}


/*Cacher le titre des vignettes sur la page détail*/
#sgXw4Tpz71C5krlXPwda2wWw > div > div > div > div.col-sm-14.col-md-16.row-event-jumbotron__right > h1{
   display: none;
  }

h1,
.h1 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.3;
}

h3,
.h3 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: none;
}

h4,
.h4 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  text-transform: uppercase;
  line-height: 1.2;
}

h5,
.h5 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: none;
  line-height: 1.4;
}

h6,
.h6 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  line-height: 1.4;
}

p {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.0em;
}
p a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1757a2;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.00em;
}
p a:hover {
  color: #1757a2;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 90px;
}
@media (max-width: 991px) {
  body {
    margin: 0 45px;
  }
}
@media (max-width: 767px) {
  body {
    margin: 0 15px;
  }
}

.back-top-top {
  display: none;
}

.poweredBy-container {
  width: 100%;
  margin: 0 auto;
}

.ancre-accueil,
.ancre-biographie {
  margin-top: -184px;
  padding-top: 184px;
}

h2.ancre-accueil {
  display: inline-block;
  color: #012444;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
}
h2.ancre-accueil::before {
  content: "";
  display: block;
  height: 6px;
  width: 50%;
  background: #012444;
  margin-bottom: 1.5rem;
}

.btn {
  font-family: "Rubik", sans-serif;
  box-shadow: none !important;
  max-width: 100%;
  min-width: 1px;
  border: none;
  text-transform: none;
}

.btn-primary {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: white;
  background-color: #87CEEB;
  border: 2px solid #87CEEB;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn.btn-default {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: white;
  background-color: #87CEEB;
  border: 2px solid #87CEEB;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active {
  color: #fff;
  background-color: #7f8a98;
  border-color: #7f8a98;
}

.btn.btn-link {
  position: relative;
  color: #1757a2;
  font-weight: 400;
  font-size: 1.2rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #7f8a98;
  text-decoration: underline;
}

.form-withProgress__navigation-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form-withProgress__navigation-footer.dynamic-bloc {
  justify-content: center;
}
.form-withProgress__navigation-footer .btn-link {
  padding: 0 16px;
}
.form-withProgress__navigation-footer .btn-link:hover {
  background: transparent;
  color: #000;
}

.form-withProgress__wrapper {
  margin-bottom: 4rem;
}

.line-menu {
  position: fixed;
  width: auto;
  top: 180px;
  left: 90px;
  right: 90px;
  transition: 0.35s ease-in-out;
  z-index: 300;
}
@media (max-width: 991px) {
  .line-menu {
    left: 45px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .line-menu {
    left: 15px;
    right: 15px;
  }
}
.line-menu:after {
  border: none;
}
.line-menu .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .line-menu .navbar-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.line-menu .navbar-nav li {
  border-bottom: 5px solid transparent;
}
.line-menu .navbar-nav li:hover {
  background: inherit;
  border-bottom: 5px solid white;
}
.line-menu.menu-date {
  position: relative;
  background-color: #E7E8E9;
  height: 52px;
  top: 232px;
  left: auto;
  right: auto;
  z-index: 999;
}
@media (max-width: 767px) {
  .line-menu.menu-date {
    margin-bottom: 8rem;
  }
}
.line-menu.menu-date .mod-article__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .line-menu.menu-date .mod-article__content {
    flex-direction: column;
    background: #012444;
  }
}
.line-menu.menu-date a {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.00em;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: #012444;
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
  margin-top: -170px;
  padding-top: 184px;
}
.line-menu.menu-date a:hover {
  border-bottom: 5px solid #012444;
  text-decoration: none;
}

button.navbar-toggle {
  padding-right: 1rem;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-nav {
  margin: 0 !important;
}

.panel-group.news-accordion-panel-group {
  margin-top: 2rem;
}

.panel.panel-default.panel-news-accordion {
  background: transparent;
}

.panel-heading {
  padding-left: 0 !important;
}

.panel.panel-default.panel-news-accordion > .panel-heading {
  background-color: transparent;
}
.panel.panel-default.panel-news-accordion
  > .panel-heading
  a.news-accordion-header.collapsed {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: normal;
  color: #192b6c;
  text-decoration: none;
  text-transform: none;
  text-align: left;
}
.panel.panel-default.panel-news-accordion
  > .panel-heading
  a.news-accordion-header.collapsed:hover {
  color: #7f8a98;
}
.panel.panel-default.panel-news-accordion
  > .panel-heading
  a.news-accordion-header.collapsed:after {
  font-size: 15px;
  padding-left: 7px;
  padding-top: 7px;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #192b6c;
}
.panel.panel-default.panel-news-accordion
  > .panel-heading
  a.news-accordion-header {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: normal;
  color: #1757a2;
  text-decoration: none;
  text-transform: none;
  text-align: left;
}
.panel.panel-default.panel-news-accordion
  > .panel-heading
  a.news-accordion-header:hover {
  color: #7f8a98;
}
.panel.panel-default.panel-news-accordion
  > .panel-heading
  a.news-accordion-header:after {
  font-size: 15px;
  padding-left: 7px;
  padding-top: 7px;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #012444;
}
.panel.panel-default.panel-news-accordion > .panel-heading p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: normal;
  color: #353e49;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  margin-top: 1rem;
}

.panel.panel-default.panel-news-accordion .panel-body {
  padding-left: 0;
}
.panel.panel-default.panel-news-accordion
  .panel-body
  .news-accordion-content
  p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.9rem;
  letter-spacing: 0.00em;
  color: #192b6c;
  padding-left: 0;
}

p.news-accordion-published-date {
  display: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 1px solid #192b6c;
}

.panel.panel-default.panel-news-accordion > .panel-heading {
  border-bottom: 1px solid #192b6c;
}

.member-sidebar__inner,
ul.nav.nav-stacked {
  background-color: #192b6c;
}

@media (min-width: 768px) {
  ul.nav.nav-stacked {
    width: 100%;
  }
}

ul.nav.nav-stacked li:hover {
  background: #fff;
}

ul.nav.nav-stacked a {
  width: 100%;
  text-align: left;
}
ul.nav.nav-stacked a:hover {
  background: transparent;
}

.member-sidebar__member-header {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1.2rem;
}
.member-sidebar__member-header .h3 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.member-sidebar__inner ul {
  padding: 0;
}
.member-sidebar__inner ul li {
  border-bottom: 1px solid #192b6c;
  padding: 0.5rem 2rem;
  border: none;
}
.member-sidebar__inner ul li:hover,
.member-sidebar__inner ul li.active {
  background: #192b6c;
}
.member-sidebar__inner ul li.active a {
  text-decoration: none;
  color: #fff;
}
.member-sidebar__inner ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.member-sidebar__inner ul li a:hover {
  color: #fff;
}

.member-sidebar__member-footer {
  background-color: #192b6c;
  color: #ffffff;
  border-top: 1px solid #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 2rem;
  padding: 1.2rem 2rem 1.2rem 2rem;
  border-bottom: none;
}
.member-sidebar__member-footer a {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 3rem;
}
.member-sidebar__member-footer a:hover {
  color: #fff;
}

table#module_directory_organization_result thead th {
  background: #192b6c;
  color: white;
}
table#module_directory_organization_result thead th a {
  color: white;
  text-transform: uppercase;
}
table#module_directory_organization_result thead th a::after {
  border-bottom: 5px solid #fff;
}

table#module_directory_organization_result tbody tr.evenLine td {
  background: #ebeced;
}

table#module_directory_organization_result tbody tr.oddLine {
  background-color: #fff;
}

table#module_directory_organization_result th,
table#module_directory_organization_result td {
  border-left: 2px solid white;
  border-right: 2px solid white;
  color: #192b6c;
  font-size: 1.6rem;
  font-weight: 400;
}

.nav-tabs > li > a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: white;
  background-color: #192b6c;
  border: 2px solid #192b6c;
  margin-bottom: 1rem;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active,
.nav-tabs > li > a.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

table#module_directory_organization_result th,
table#module_directory_organization_result td:first-child {
  border: none;
}

table#module_directory_organization_result th,
table#module_directory_organization_result td:last-child {
  border: none;
}

.line-banner {
  margin-top: 233px;
}

.line-header__social {
  position: fixed;
  background: #fff;
  width: auto;
  top: 0;
  left: 90px;
  right: 90px;
  z-index: 101;
}
@media (max-width: 991px) {
  .line-header__social {
    left: 45px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .line-header__social {
    left: 15px;
    right: 15px;
  }
}
.line-header__social ul.mod-header.mod-header-wrapper {
  padding-top: 0;
}
.line-header__social .zone-header.zone-25 {
  padding: 16px 0;
}
.line-header__social .zone-header.zone-25 ul.mod-header.mod-header-wrapper {
  text-align: left;
}
.line-header__social .zone-header.zone-75 ul.mod-header.mod-header-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.line-header__social .zone-header.zone-75 li.header-ext.header-ext-custom {
  padding: 16px 12px;
  background: #000;
}
.line-header__social .zone-header.zone-75 li.header-ext.header-ext-custom a {
  color: #fff;
}
.line-header__social
  .zone-header.zone-75
  li.header-ext.header-ext-social-links {
  margin-right: 40px;
}

.line-header__logo {
  text-align: center;
  position: fixed;
  background: #fff;
  height: 150px;
  width: auto;
  top: 55px;
  left: 90px;
  right: 90px;
  transition: 0.35s ease-in-out;
  z-index: 100;
}
@media (max-width: 991px) {
  .line-header__logo {
    left: 45px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .line-header__logo {
    left: 15px;
    right: 15px;
  }
}

img.mod-header-logo {
  transition: 0.35s ease-in-out;
  position: relative;
  bottom: 60px;
max-width:300px;
}

.js-header-scroll {
  height: 60px;
}
.js-header-scroll img.mod-header-logo {
  position: relative;
  max-width: 120px;
  padding: 0;
}

.js-menu-scroll {
 /* top: 115px;*/
}

.line-footer {
  background: #353e49;
  padding: 3rem 1rem 1rem 1rem;
}
.line-footer h1 {
  font-weight: 300;
  display: inline-block;
  text-transform: none;
}
.line-footer h1::after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #fff;
  margin: 1rem auto 1.5rem;
  text-align: center;
}
.line-footer * {
  text-align: center;
  color: #fff;
}
.line-footer .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-footer .social-link:focus [class*="icon-"],
.line-footer .social-link:hover [class*="icon-"],
.line-footer a.website:hover {
  color: #fff !important;
}
.line-footer div.information a:hover {
  color: #fff !important;
}

.form-withProgress__navigation-footer p {
  display: none;
}

.zone-event_flash h2 {
  font-family: "Rubik", sans-serif;
  color: #012444;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline-block;
}
.zone-event_flash h2::before {
  content: "";
  display: block;
  height: 6px;
  width: 50%;
  background: #192b6c;
  margin-bottom: 1.5rem;
}

.zone-event_flash img {
  position: relative;
  opacity: 0.7;
  transition: 0.35s ease-in;
  padding-right: 25px;
  margin-bottom: 25px;
}
.zone-event_flash img:hover {
  opacity: 1;
}

.zone-event_flash hr,
.zone-event_flash p.itemInfos.mod-eventflash__item-itemInfos {
  display: none;
}

.zone-event_flash .mod-eventflash__item > a {
  display: block;
  position: relative;
}
.zone-event_flash .mod-eventflash__item > a::after {
  content: url("https://cdn.ca.yapla.com/company/CPYTPVeEVFqerTnwsT5fOchU/asset/images/icon/Group%2014%20(1).png");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px !important;
  width: 60px;
}

.zone-event_flash .mod-eventflash__item .intro.mod-eventflash__item-intro p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #192b6c;
}

.line-date-title {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .line-date-title {
    margin-top: 24rem;
  }
}
.line-date-title .container {
  padding: 0;
  margin: 0;
}

.content.news.eventsList > .row {
  margin: 0 !important;
}

.line-about {
  background: #e7e8e9;
  padding: 0rem 10rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .line-about {
    padding: 6rem 3rem;
  }
}
.line-about.programme {
  padding: 6rem 10rem 6rem;
}
@media (max-width: 767px) {
  .line-about.programme {
    padding: 6rem 3rem;
  }
}
.line-about.programme .mod-article__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-about.programme .mod-article__content p {
  margin-bottom: 4rem;
  text-align: left;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .line-about.programme .mod-article__content {
    flex-direction: column;
  }
}
.line-about * {
  color: #012444;
  text-align: center;
}
.line-about h3 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.line-about p.date {
  margin-bottom: 6rem;
}

.line-reservation {
  padding: 6rem 10rem;
}
@media (max-width: 767px) {
  .line-reservation {
    padding: 6rem 3rem;
  }
}
.line-reservation h1.mod-article__title {
  font-weight: 300;
  display: inline-block;
  text-transform: none;
}
.line-reservation h1.mod-article__title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #192b6c;
  margin: 1rem auto 1.5rem;
  text-align: center;
}
.line-reservation p {
  font-weight: 700;
  font-size: 1.5rem;
}
.line-reservation table a {
  font-weight: 700;
  text-transform: uppercase;
}
.line-reservation * {
  color: #192b6c;
  text-align: center;
}
.line-reservation img {
  opacity: 0.7;
  transition: 0.35s ease-in;
  padding-bottom: 2rem;
}
.line-reservation img:hover {
  opacity: 1;
}

.line-partners {
  background: #e7e8e9;
  padding: 0rem 10rem;
}
@media (max-width: 767px) {
  .line-partners {
    padding: 6rem 3rem;
  }
}
.line-partners h1.mod-article__title {
  font-weight: 300;
  display: inline-block;
  text-transform: none;
  margin-bottom: 4rem;
}
.line-partners h1.mod-article__title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #192b6c;
  margin: 1rem auto 1.5rem;
  text-align: center;
}
.line-partners .mod-article__intro p,
.line-partners small {
  margin-top: 2rem;
}
.line-partners * {
  color: #192b6c;
  text-align: center;
}
.line-partners img {
  opacity: 0.7;
  transition: 0.35s ease-in;
}
.line-partners img:hover {
  opacity: 1;
}
.line-partners .img-container {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .line-partners .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.line-partners-logo {
  padding: 6rem 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .line-partners-logo {
    padding: 6rem 3rem;
  }
}
.line-partners-logo h2 {
  color: #012444;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.line-title-propos {
  margin-top: 6rem;
  padding-top: 6rem;
  background: #E7E8E9;
  text-align: center;
}
.line-title-propos h1.mod-article__title {
  color: #012444;
  font-weight: 300;
  display: inline-block;
  text-transform: none;
  text-align: center;
}
.line-title-propos h1.mod-article__title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #192b6c;
  margin: 1rem auto 1.5rem;
  text-align: center;
}

.line-title-reservation {
  margin-top: 6rem;
  padding-top: 6rem;
  background: transparent;
  text-align: center;
}
.line-title-reservation h1.mod-article__title {
  color: #fff;
  font-weight: 300;
  display: inline-block;
  text-transform: none;
  text-align: center;
}
.line-title-reservation h1.mod-article__title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #192b6c;
  margin: 1rem auto 1.5rem;
  text-align: center;
}

.line-title-partenaire {
  margin-top: 6rem;
  padding-top: 6rem;
  background: #E7E8E9;
  text-align: center;
}
.line-title-partenaire h1.mod-article__title {
  color: #192b6c;
  font-weight: 300;
  display: inline-block;
  text-transform: none;
  text-align: center;
}
.line-title-partenaire h1.mod-article__title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #192b6c;
  margin: 1rem auto 1.5rem;
  text-align: center;
}

.line-main {
  margin: 2.7rem auto 0;
  padding: 0;
}
.line-main .container {
  width: 100%;
  margin-top: 276px;
}
.line-main .row-event-jumbotron__left,
.line-main .row-event-jumbotron__right {
  padding: 0;
}
.line-main .row-event-jumbotron__left .jumbotron {
  background: transparent;
  padding: 0;
  margin-bottom: 4rem;
}
.line-main .row-event-jumbotron__left p.itemInfos.event-jumbotron__date {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1757a2;
  width: 70%;
}
.line-main
  .row-event-jumbotron__left
  p.itemInfos.event-jumbotron__date::before {
  content: "";
  display: block;
  height: 6px;
  width: 20%;
  background: #192b6c;
  margin-bottom: 1.5rem;
}
.line-main .row-event-jumbotron__left span.h3.event-info__title {
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
.line-main .row-event-jumbotron__right h1.event-jumbotron__left-right__title {
  color: #1757a2;
  background: rgba(23, 87, 162, 0.1);
  margin: 0;
  padding: 3rem;
}
.line-main
  .row-event-jumbotron__right
  .row.event-detail__row-image-description.event-detail__section {
  margin-top: 0;
}
.line-main .row-event-jumbotron__right .col-sm-24 {
  background: rgba(23, 87, 162, 0.1);
  padding: 0 3rem;
}
.line-main .row-event-jumbotron__right .row {
  margin: 0;
}
.line-main .row-event-jumbotron__right .event-detail__description-wrapper {
  margin-top: 0;
}
.line-main .row-event-jumbotron__right .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.line-main .row-event-jumbotron__right table {
  border: none;
  text-align: center;
  margin: 0 auto 4rem;
}
.line-main .row-event-jumbotron__right table td {
  color: #1757a2;
  border: none;
}
.line-main .row-event-jumbotron__right table img {
  object-fit: cover;
  object-position: 100% 10%;
  height: 177px !important;
  width: 177px;
  border-radius: 100%;
  border: 2px solid #192b6c;
}
.line-main .row-event-jumbotron__right table td.name {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(23, 87, 162, 0.5);
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
.line-main .row-event-jumbotron__right table td.title {
  padding-top: 1.3rem;
  font-size: 1.4rem;
}
.line-main .row-event-jumbotron__right table td.company {
  font-size: 1.4rem;
}
.line-main .row-event-jumbotron__right table td.biography {
  font-size: 1.2rem;
  padding-top: 2rem;
  text-decoration: underline;
}

.event-detail__description-additional h1 {
  font-weight: 300;
  text-transform: none;
  line-height: 1.3;
}

.event-detail__speakers-wrapper {
  margin-bottom: 10rem;
}

.zone-event > .row {
  margin: 0 !important;
}

#s8MdgaEaSIoY2jITTVWkSzkG .content {
    height: 0px;
}

.line-partners-logo {
    padding: 2rem 10rem;
    text-align: center;
}

.form-withProgress__wrapper .event-bloc-responsible .wrap-registration-responsible-add .btn-add {
padding-right: 10px;
    padding-left: 10px;
}

.reservercongres .event-jumbotron__short-description {
    display: block;
}

.accueil .intro.mod-eventflash__item-intro {
    display: none;
}

.accueil .zone-event_flash hr, .zone-event_flash p.itemInfos.mod-eventflash__item-itemInfos {
    display: block !important;
}

div#F83PjjTlibZAneB19dGnPqtw {
    padding-top: 4rem;
}

.wrap-registration-responsible-add a.btn.btn-link.btn-add {
    background-color: #192b6c;
    color: white;
}

.zone-event_flash img {
    opacity: 1!important;
}

.zone-event_flash img:hover {
    opacity: 0.7!important;
}

div#F83PjjTlibZAneB19dGnPqtw {
    padding-top: 24rem;
}

div#pvUMSkKP1ZxzZRwUrLPOpGaI {
    background: #E7E8E9;
}

div#qzHu23r5mHtrjchprQ2BJdhX {
    background: #192b6c;
}

img.mod-header-logo {
    margin-top: 4rem;
}

div#mIAq6RPSGl2jmIUBiKrJgn2Q {
    background: white;
}

.line.site_line__item.line-menu.menu-date.js-menu-scroll {
    z-index: unset;
}

div#mIAq6RPSGl2jmIUBiKrJgn2Q{
    width: 117%;
    margin-left: -4rem;
}

.mod-header-part.mod-header-part__left {
    background: white;
}