.bubble {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  font-family: ARS, Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  border-radius: 25%/50%;
}
@media (max-width: 999px) {
  .bubble {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .bubble {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 399px) {
  .bubble {
    font-size: 13px;
    line-height: 16px;
  }
}
.bubble--less-rounded {
  border-radius: 25%;
}
.bubble--elevated {
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.bubble--color-orange {
  color: #fd5300;
}
.bubble--picto {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 25%;
  border-top-left-radius: 0 !important;
}
.bubble--picto .bubble__container {
  padding: 35px 30px;
}
.bubble--picto svg {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 25px;
}
.bubble--bg-orange {
  border-top-left-radius: 0 !important;
}
.bubble--bg-orange,
.bubble--bg-orange.bubble--transparent:after {
  background-color: #fd5300;
}
.bubble--bg-white {
  color: #fd5300;
}
.bubble--bg-white,
.bubble--bg-white.bubble--transparent:after {
  background-color: #fff;
}
.bubble--bg-blue {
  border-top-right-radius: 0 !important;
}
.bubble--bg-blue,
.bubble--bg-blue.bubble--transparent:after {
  background-color: #009db8;
}
.bubble--transparent {
  background-color: transparent;
}
.bubble--transparent:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
}
.bubble--border-orange {
  border: 3px solid #fd5300;
}
.bubble--border-white {
  border: 3px solid #fff;
}
.bubble--corner-left {
  border-top-left-radius: 0 !important;
}
.bubble--corner-right {
  border-top-right-radius: 0 !important;
}
.bubble--bbloc-orange .bubble__container,
.bubble--bbloc .bubble__container {
  padding-top: 56px;
  padding-left: 34px;
}
.bubble--bbloc-orange .bubble__container:before,
.bubble--bbloc .bubble__container:before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  height: 30px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.057 27.975'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none}.a{stroke:%23fff;stroke-miterlimit:10;stroke-width:.057px}.c{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M26.068.027h-12.08a13.96 13.96 0 1 0 0 27.919h12.08a13.96 13.96 0 1 0 0-27.919zm-12.091 0'/%3E%3Cpath class='b' d='M23.448 5.945h-9.471V.028a9.044 9.044 0 0 0-4.772 7.973v6.986a9.046 9.046 0 0 0 9.046 9.046h5.2a9.043 9.043 0 1 0 0-18.086zm-.132 13.3h-5.048a4.253 4.253 0 0 1-4.253-4.252v-4.258h9.3a4.253 4.253 0 0 1 0 8.505z'/%3E%3Cpath class='c' d='M26.068.028h-12.08a13.96 13.96 0 1 0 0 27.919h12.08a13.96 13.96 0 1 0 0-27.919zm-2.62 24h-5.2a9.046 9.046 0 0 1-9.046-9.046v-6.98A9.045 9.045 0 0 1 13.975.028v5.915h9.471a9.043 9.043 0 1 1 0 18.086z'/%3E%3Cpath class='c' d='M23.316 10.735h-9.3v4.25a4.253 4.253 0 0 0 4.252 4.252h5.048a4.253 4.253 0 0 0 0-8.505z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 639px) {
  .bubble--bbloc-orange .bubble__container,
  .bubble--bbloc .bubble__container {
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .bubble--bbloc-orange .bubble__container:before,
  .bubble--bbloc .bubble__container:before {
    width: 32px;
  }
}
@media (max-width: 399px) {
  .bubble--bbloc-orange .bubble__container,
  .bubble--bbloc .bubble__container {
    padding-top: 36px;
  }
  .bubble--bbloc-orange .bubble__container:before,
  .bubble--bbloc .bubble__container:before {
    width: 26px;
  }
}
.bubble--bbloc-orange.bubble--loading .bubble__loader,
.bubble--bbloc.bubble--loading .bubble__loader {
  opacity: 1;
  visibility: visible;
}
.bubble--bbloc-orange .bubble__container:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.057 27.975'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none}.a{stroke:%23fd5300;stroke-miterlimit:10;stroke-width:.057px}.c{fill:%23fd5300}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M26.068.027h-12.08a13.96 13.96 0 1 0 0 27.919h12.08a13.96 13.96 0 1 0 0-27.919zm-12.091 0'/%3E%3Cpath class='b' d='M23.448 5.945h-9.471V.028a9.044 9.044 0 0 0-4.772 7.973v6.986a9.046 9.046 0 0 0 9.046 9.046h5.2a9.043 9.043 0 1 0 0-18.086zm-.132 13.3h-5.048a4.253 4.253 0 0 1-4.253-4.252v-4.258h9.3a4.253 4.253 0 0 1 0 8.505z'/%3E%3Cpath class='c' d='M26.068.028h-12.08a13.96 13.96 0 1 0 0 27.919h12.08a13.96 13.96 0 1 0 0-27.919zm-2.62 24h-5.2a9.046 9.046 0 0 1-9.046-9.046v-6.98A9.045 9.045 0 0 1 13.975.028v5.915h9.471a9.043 9.043 0 1 1 0 18.086z'/%3E%3Cpath class='c' d='M23.316 10.735h-9.3v4.25a4.253 4.253 0 0 0 4.252 4.252h5.048a4.253 4.253 0 0 0 0-8.505z'/%3E%3C/svg%3E");
}
.bubble__container {
  position: relative;
  z-index: 1;
  padding: 35px 30px 30px 35px;
}
@media (max-width: 639px) {
  .bubble__container {
    padding: 25px 30px;
  }
}
@media (max-width: 399px) {
  .bubble__container {
    padding: 14px 27px 16px 18px;
  }
}
.conversation__root {
  position: relative;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}
.conversation__root .bubble--align-left,
.conversation__root .bubble--bg-orange {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.conversation__root .bubble + .bubble {
  margin-top: 30px;
}
@media (max-width: 639px) {
  .conversation__root .bubble + .bubble {
    margin-top: 20px;
  }
}
@media (max-width: 399px) {
  .conversation__root .bubble + .bubble {
    margin-top: 14px;
  }
}
.conversation--animate-simple .bubble,
.conversation--animate .bubble {
  opacity: 0;
}
.conversation__textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  background-color: #fff;
  border: 5px solid #eaeaea;
}
.conversation2 {
  margin: 70px 0;
  background-size: cover;
}
.conversation2 .conversation {
  padding: 5% 0;
  border: 0 none;
}
@keyframes a {
  0% {
    top: 0;
  }
  30% {
    top: -8px;
  }
  60% {
    top: 0;
  }
}
.bubble__loader {
  position: absolute;
  top: 26px;
  left: 80px;
  display: block;
  transition: visibility 0.3s, opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.bubble__loader span {
  position: relative;
  display: block;
  animation-delay: 0.25s;
}
.bubble__loader:before,
.bubble__loader span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: a;
  animation-timing-function: ease-out;
}
.bubble__loader:before {
  position: absolute;
  left: -16px;
  content: "";
}
.bubble__loader:after {
  position: absolute;
  top: 0;
  left: 16px;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: a;
  animation-timing-function: ease-out;
}
#center,
#center_part_2_full {
  width: 100% !important;
}
#center_part_2_full {
  float: none !important;
}
#contenuhome {
  margin: 0 !important;
}
#bottomfooter,
#ftr {
  margin-top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  background: none;
  border: 0 none;
  color: inherit;
  display: block;
  float: none;
  font-family: Arial, sans-serif;
  line-height: 1.2;
  padding: 0;
  font-weight: 400;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  margin: 0;
}
b,
strong {
  font-weight: 700;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Light-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Light-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-LightItalic-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-LightItalic-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
.ars-light,
.ars-light-italic {
  font-weight: 300;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Regular-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Regular-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.ars-light,
.ars-light-italic,
.ars-regular {
  font-family: ARS, Arial, sans-serif;
  font-style: normal;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Italic-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Italic-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
.ars-italic,
.ars-regular {
  font-weight: 400;
}
.ars-italic {
  font-style: italic;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Medium-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Medium-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
.ars-italic,
.ars-medium {
  font-family: ARS, Arial, sans-serif;
}
.ars-medium {
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-MediumItalic-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-MediumItalic-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
.ars-medium-italic {
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Bold-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Bold-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.ars-bold,
.ars-medium-italic {
  font-family: ARS, Arial, sans-serif;
}
.ars-bold {
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-BoldItalic-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-BoldItalic-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
.ars-bold-italic {
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Black-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-Black-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
.ars-black,
.ars-bold-italic {
  font-family: ARS, Arial, sans-serif;
}
.ars-black {
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: ARS;
  src: url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-BlackItalic-subset.woff2)
      format("woff2"),
    url(/content/static/bcom/evenements/2019/05_top-5-sport/fonts/ARS-BlackItalic-subset.woff)
      format("woff");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
.ars-black-italic {
  font-family: ARS, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
}
.container-center {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-center--nopadding {
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
}
.container-center--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 0.4s;
}
img.lazyloaded {
  opacity: 1;
  transition: opacity 0.4s;
}
.page-portail {
  color: #3b3b3b;
  font-family: Arial, sans-serif;
  line-height: normal;
}
.page-portail span {
  font-family: inherit;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#idz_btn {
  display: none;
}
@media (max-width: 640px) {
  .only-desk {
    display: none !important;
  }
}
.only-sim {
  display: none !important;
}
@media (max-width: 640px) {
  .only-sim {
    display: block !important;
  }
}
.page-portail {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
.btn {
  display: inline-block;
  padding: 9px 16px;
  color: #fff;
  font-family: ARS, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 1000px) {
  .btn:hover {
    background-color: #fff;
    color: #3b3b3b;
  }
}
.btn--orange {
  border-color: #fd5300;
  color: #fd5300;
}
@media (min-width: 1000px) {
  .btn--orange:hover {
    color: #fff;
    background-color: #fd5300;
  }
}
.btn--black {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
@media (min-width: 1000px) {
  .btn--black:hover {
    color: #fff;
    background-color: #3b3b3b;
  }
}
.btn--full-black {
  border-color: #3b3b3b;
  color: #fff;
  background-color: #3b3b3b;
}
@media (min-width: 1000px) {
  .btn--full-black:hover {
    background-color: #fff;
    color: #3b3b3b;
  }
}
.btn--large {
  padding: 9px 40px;
}
@media (max-width: 640px) {
  .btn {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 12px;
    line-height: 3.75vw;
    padding: 12px 20px;
  }
  .btn--large {
    padding: 9px 30px;
  }
}
@media (max-width: 499px) {
  .btn {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 16px;
  }
  .btn--large {
    padding: 9px 25px;
  }
}
.subtitle2 {
  text-align: center;
  font-size: 32px;
  font-family: ARS, Arial, sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .subtitle2 {
    font-size: 15px;
    font-size: 4.6875vw;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .subtitle2 {
    font-size: 19px;
    font-size: 5.9375vw;
    margin-bottom: 5.90164%;
  }
}
.blankfill {
  fill: #fff;
}
.orangefill {
  fill: #fd5300;
}
#filAriane {
  margin: 10px auto;
}
.subTitle {
  color: #606060;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 25px;
  font-family: ARS, Arial, sans-serif;
}
@media (max-width: 640px) {
  .subTitle {
    margin-top: 32.5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 5vw;
    line-height: 19px;
    line-height: 5.9375vw;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.header__container {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  border-radius: 0 0 0 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.header__content {
  padding: 60px 80px 15px;
  position: relative;
  z-index: 10;
  width: 100%;
}
.header__title-text {
  display: none;
}
.header__logo {
  display: block;
  margin: 0 auto;
  width: 406px;
  height: 162px;
}
.header__intro {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 900px;
  text-align: center;
}
.header__intro-title {
  font-size: 32px;
  font-weight: 900;
  font-family: ARS, Arial, sans-serif;
  margin-bottom: 15px;
  text-align: center;
}
.header__intro-text {
  font-size: 15px;
}
.header__intro-text a {
  color: inherit;
}
.header__intro-text + .header__intro-text {
  margin-top: 15px;
}
@media (max-width: 999px) {
  .header__root {
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  .header__container {
    height: 0;
    min-height: 0;
    padding-bottom: 54.44444%;
    display: block;
    border-radius: 0 0 0 23.4375%/46.01227%;
  }
  .header__content {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .header__title {
    width: 64.44444%;
    height: 0;
    padding-bottom: 25.79365%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header__logo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .header__intro {
    margin-top: 6.55738%;
    margin-bottom: 6.55738%;
  }
  .header__intro-title {
    font-size: 17.5px;
    font-size: 5.46875vw;
  }
  .header__intro-text {
    font-size: 13.5px;
    font-size: 4.21875vw;
  }
}
.conseils__root {
  text-align: center;
  position: relative;
}
.conseils__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.conseils__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(33.33% - 15px);
}
.conseils__item--notHover {
  -ms-transform: none !important;
  transform: none !important;
}
@media (min-width: 1000px) {
  .conseils__item {
    transition: transform 0.3s;
  }
  .conseils__item:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.conseils__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.conseils__block svg {
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(38% - 40px);
}
.conseils__illu {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.conseils__container-iframe {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 63.76812%;
}
.conseils__container-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.conseils__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: 2px solid #ededed;
  background-color: #fff;
  padding: 6.18557% 4.12371%;
}
.conseils__content:after {
  content: "";
  position: absolute;
  left: 30%;
  height: 1px;
  width: 40%;
  background-color: #fd5300;
  bottom: 0;
  margin-bottom: 6.18557%;
}
.conseils__text {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: ARS, Arial, sans-serif;
}
@media (max-width: 640px) {
  .conseils__container {
    display: block;
  }
  .conseils__container svg {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(38% - 30px);
  }
  .conseils__item {
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 7.37705%;
  }
  .conseils__content {
    padding: 6.18557% 4.12371%;
  }
  .conseils__content:after {
    left: 30%;
    width: 40%;
  }
  .conseils__text {
    font-size: 13.5px;
    font-size: 4.21875vw;
    padding-bottom: 6.97248%;
  }
  .conseils__container-iframe {
    padding-bottom: 100%;
  }
}
.bfcar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
}
.bfcar + .bfcar {
  margin-top: 35px;
}
@media (min-width: 641px) {
  .bfcar {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .bfcar {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .bfcar--2 {
    margin-bottom: 0;
  }
  .bfcar--2 .carre__item--1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bfcar--2 .carre__block.carre__block--inverted {
    margin-bottom: 15px;
  }
}
@media (min-width: 641px) {
  .bfcar--2 .carre__block {
    width: 52%;
  }
  .bfcar--2 .bfcar__item {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.bfcar__legal {
  margin-top: 15px;
  margin-bottom: 70px;
  font-size: 12px;
}
.bfcar__grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bfcar__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}
@media (min-width: 641px) {
  .bfcar__item {
    width: 100%;
  }
  .bfcar__item + .bfcar__item {
    margin-left: 35px;
  }
}
@media (max-width: 640px) {
  .bfcar__title {
    text-align: center;
  }
}
.bfcar__box {
  border-radius: 5px;
}
.carre__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carre__col-left {
  width: 65.5%;
}
.carre__item {
  border-radius: 5px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-height: 311px;
  border: 1px solid #707070;
}
.carre__item--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.carre__item--reverse .carre__block {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.carre__item--col {
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #707070;
}
.carre__item--col .carre__container-img {
  -ms-flex-positive: initial;
  flex-grow: 0;
  min-height: 311px;
}
.carre__item--col .carre__block {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.carre__container-img {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.carre__container-img img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
.carre__container-img img.pos-left {
  -o-object-position: left;
  object-position: left;
}
.carre__container-img img.pos-right {
  -o-object-position: right;
  object-position: right;
}
.carre__block {
  width: 100%;
  max-width: 590px;
  padding: 30px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.carre__block--inverted {
  color: #3b3b3b;
}
.carre__title {
  font-size: 22px;
  font-family: ARS, Arial, sans-serif;
  font-weight: 700;
}
.carre__title:after {
  display: block;
  content: "\A0";
}
.carre__text {
  font-size: 15px;
  line-height: 20px;
}
.carre__text:after {
  display: block;
  content: "\A0";
}
.carre__text:last-child:after {
  display: none;
}
.carre__text--bold {
  font-weight: 700;
}
.carre__text--bold:before {
  content: "| ";
  color: #fd5300;
}
.carre__text a {
  color: inherit;
}
.carre__bottom {
  text-align: center;
}
@media (max-width: 640px) {
  .carre__item {
    display: block;
    min-height: 0;
    max-width: 600px;
  }
  .carre__item + .carre__item,
  .carre__item--col {
    margin-top: 6.55738%;
  }
  .carre__item--col .carre__block {
    width: 100%;
  }
  .carre__item--col .carre__block.carre__block--inverted {
    margin-bottom: 0;
    border: 0 none !important;
  }
  .carre__item--col .carre__container-img {
    min-height: 0;
  }
  .carre__container-img img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: auto;
  }
  .carre__block {
    width: 100%;
    max-width: none;
    padding: 5.7377% 4.91803%;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .carre__title {
    font-size: 17.5px;
    font-size: 5.46875vw;
  }
  .carre__text {
    font-size: 13.5px;
    font-size: 4.21875vw;
    line-height: 16px;
    line-height: 5vw;
  }
  .carre__bottom {
    text-align: center;
    margin: 20px auto;
  }
}
.bcbu__root {
  margin-top: 40px;
}
.bcbu__container {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  min-height: 310px;
}
.bcbu__container-img {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.bcbu__container-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right;
  object-position: right;
  font-family: "object-fit: cover; object-position: right;";
}
.bcbu__container-img--center img {
  -o-object-position: center;
  object-position: center;
  font-family: "object-position: center;";
}
.bcbu__content {
  width: 60%;
  max-width: 500px;
  background-color: #fff;
  padding: 40px;
  border-radius: 0 10px 10px 0;
  border: 2px solid #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.bcbu__content--centered {
  text-align: center;
}
.bcbu__title {
  font-weight: 700;
  font-size: 22px;
}
.bcbu__text,
.bcbu__title {
  font-family: ARS, Arial, sans-serif;
  width: 100%;
}
.bcbu__text {
  font-size: 15px;
}
.bcbu__text:after,
.bcbu__text:before {
  display: block;
  content: "\A0";
}
.bcbu__bottom {
  width: 100%;
}
@media (max-width: 640px) {
  .bcbu__root {
    margin-top: 7.8125%;
  }
  .bcbu__container {
    display: block;
    border-radius: 10px 10px 0 0;
  }
  .bcbu__container-img img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .bcbu__content {
    width: 100%;
    max-width: none;
    padding: 6.55738% 4.09836%;
    font-size: 13.5px;
    font-size: 4.21875vw;
    border-radius: 0 0 10px 10px;
    display: block;
  }
  .bcbu__title {
    font-size: 17.5px;
    font-size: 5.46875vw;
  }
  .bcbu__bottom {
    margin-top: 3.50877%;
  }
}
.footer__root {
  margin-top: 70px;
  margin-bottom: 50px;
}
.footer__content {
  background-color: #f5f5f5;
  border-bottom-left-radius: 90px;
  display: -ms-flexbox !important;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
}
.footer__left {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.footer__text {
  font-size: 22px;
}
.footer__text b {
  font-size: 30px;
}
.footer__right {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__right:before {
  content: "";
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  order: 1;
}
.footer__right:after {
  content: "";
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-order: 3;
  order: 3;
}
.footer__right .btn {
  -ms-flex-order: 4;
  order: 4;
}
.footer__separator {
  width: 1px;
  height: 90px;
  background-color: #3b3b3b;
  -ms-flex-order: 2;
  order: 2;
}
.footer__spacer {
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-order: 5;
  order: 5;
}
@media (max-width: 640px) {
  .footer__root {
    margin-top: 7.8125%;
  }
  .footer__content {
    display: block;
    padding: 5.7377% 15px 8.19672%;
  }
  .footer__left {
    width: 100%;
    text-align: center;
  }
  .footer__text {
    font-size: 16px;
    font-size: 5vw;
  }
  .footer__text b {
    display: block;
    font-size: 21px;
    font-size: 6.5625vw;
  }
  .footer__right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer__separator {
    display: block;
    margin: 8.62069% auto;
    width: 58.62069%;
    height: 1px;
  }
}
.gototop {
  position: fixed;
  left: calc(50% + 550px);
  bottom: 40px;
  z-index: 99999;
  display: block;
  height: 69px;
  width: 69px;
  padding: 10px 11px 14px;
  color: #fff;
  font-family: ARS, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: visibility 0.6s;
  line-height: normal;
  visibility: hidden;
}
.gototop:before,
.gototop span {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.gototop:before {
  display: block;
  width: 26px;
  height: 13px;
  margin: 0 auto 2px;
  content: "";
  background: url(/content/static/bcom/evenements/2019/05_top-5-sport/assets/to_top.svg)
    no-repeat 50%;
  background-size: cover;
}
.gototop:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 0;
  height: 0;
  content: "";
  background-color: rgba(59, 59, 59, 0.15);
  border-radius: 50px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.3s 0.2s, height 0.3s 0.2s;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media (min-width: 1000px) {
  .gototop:hover:after {
    background-color: rgba(59, 59, 59, 0.8);
  }
}
.gototop--show {
  visibility: visible;
}
.gototop--show:after {
  width: 98%;
  height: 98%;
  transition: width 0.3s, height 0.3s, background-color 0.3s;
}
.gototop--show:before,
.gototop--show span {
  transition: opacity 0.3s 0.2s;
  opacity: 1;
}
@media (max-width: 1260px) {
  .gototop {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 999px) {
  .gototop:after {
    background-color: rgba(59, 59, 59, 0.6);
  }
}
@media (max-width: 640px) {
  .gototop {
    bottom: 20px;
    width: 50px;
    height: 50px;
    padding: 17px 11px 18px;
  }
  .gototop span {
    display: none;
  }
}
.breadcrumb {
  padding-bottom: 5px;
  padding-top: 2px;
  width: 100%;
}
.breadcrumb__item {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb__link {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.breadcrumb__link .breadcrumb__text {
  border-bottom: 1px solid #fff;
}
.breadcrumb__item:last-child .breadcrumb__text {
  font-weight: 600;
}
.breadcrumb__item h1 {
  background: none;
  float: none;
  padding-left: 0;
}
.breadcrumb__text {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb__link:first-child {
  padding: 0 5px 0 0;
}
.breadcrumb__link:nth-child(2) {
  padding: 0 5px;
}
.breadcrumb__link:hover .breadcrumb__text {
  border-bottom: 0;
}
@media (max-width: 640px) {
  .breadcrumb {
    padding-left: 15px;
  }
  .breadcrumb__text {
    font-size: 10px;
  }
  .breadcrumb__link:first-child {
    padding: 0 3px 0 0;
  }
  .breadcrumb__link:nth-child(2) {
    padding: 0 3px;
  }
}
