@charset "UTF-8";
/* Css de base pour la page ------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
html {
  background: #202020;
}

body {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #4b4b4b;
  line-height: 1.3;
  position: relative;
}

.container-superpose {
  position: relative;
}

.container-superpose .container-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 15;
  height: 269px;
}

.container-superpose .col-lg-8 {
  padding-bottom: 120px;
  position: relative;
  padding-top: 50px;
  margin-top: -87px;
}

.container-superpose .col-lg-4 {
  background-color: #d3d6d9;
  padding-top: 50px;
  margin-top: -87px;
}

.p-intro {
  color: #065db8;
  font-size: 20px;
  line-height: 28px;
  max-width: 580px;
  margin-bottom: 10px;
  font-weight: normal;
}

.p-intro strong {
  color: #065db8;
}

@media screen and (min-width: 1156px) {
  .map-bg {
    height: unset;
  }
}

.map-wrapper {
  margin-left: 10px;
  position: relative;
}

.map-wrapper img {
  padding-top: 50px;
}

@media screen and (min-width: 1156px) {
  .map-wrapper {
    width: 100%;
    background-size: 70%;
  }
}

@media screen and (max-width: 1165px) {
  .map-wrapper img {
    display: none;
  }
}

@media screen and (min-width: 1166px) {
  .map-wrapper img {
    display: block;
  }
}

.textMapWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.paragraphe {
  width: 84%;
  margin-left: 66px;
  margin-top: 47px;
}

.paragraphe .p1 {
  font-size: 15px;
  line-height: 24px;
}

.paragraphe .p1 strong {
  color: #a78891;
}

#titleSection {
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 20px;
  word-break: break-word;
}

.accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accordion-container .card {
  width: 100%;
  max-width: 360px;
  border: unset;
  background-color: #e6e8e9;
  margin-bottom: 10px;
  cursor: pointer;
}

.accordion-container .card .card-header {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__wrapper {
  width: 205px;
  margin-left: 10px;
}

.product__title {
  color: #a78891;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.product__title #productTitle10 {
  text-transform: none;
}

.product__title span {
  font-weight: normal;
  font-size: 10px;
}

.product__txt {
  font-weight: bold;
  font-size: 12px;
}

.product__description {
  margin-bottom: 20px;
}

.product__description div {
  font-size: 13px;
}

.product__link a {
  color: #065db8;
}

.leftSpace {
  padding-left: 12px;
  position: relative;
  display: inline-block;
}

.leftSpace::before {
  content: ">";
  color: #065db8;
  top: 0;
  left: 0;
  position: absolute;
}

.asterisqueSpace {
  padding-left: 12px;
  position: relative;
  display: inline-block;
}

.asterisqueSpace::before {
  content: "*";
  color: #4b4b4b;
  top: 0;
  left: 0;
  position: absolute;
}

.img-plus {
  margin: 0 20px;
}

.partner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: #ded5d8;
  background: linear-gradient(100deg, #ded5d8 0%, white 95%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner #partneship {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 20px;
}

#container-footer {
  background-color: #333f48;
  color: #fff;
  font-size: 11px;
}

#container-footer #footnote {
  font-style: italic;
}

#container-footer .text-footer {
  margin-bottom: 10px;
}

#container-footer .text-footer a {
  color: #fff;
}

.title-form {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #065db8;
  font-weight: bold;
  letter-spacing: .title-form 0.1px;
  margin-bottom: 30px;
}

.title-form span {
  font-weight: normal;
  font-size: 13px;
}

.bubble {
  position: absolute;
  width: 93px;
  display: none;
}

.pin {
  width: 24px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

.pin__1:hover + .bubble__1 {
  display: block;
}

.pin__2:hover + .bubble__2 {
  display: block;
}

.pin__3:hover + .bubble__3 {
  display: block;
}

.pin__4:hover + .bubble__4 {
  display: block;
}

.pin__5:hover + .bubble__5 {
  display: block;
}

.pin__6:hover + .bubble__6 {
  display: block;
}

.pin__7:hover + .bubble__7 {
  display: block;
}

.pin__8:hover + .bubble__8 {
  display: block;
}

.indicationHover {
  font-size: 12px;
  font-style: italic;
  margin-top: 15px;
  max-width: 496px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 1156px) {
  .indicationHover {
    position: unset;
  }
}

#indicationHover {
  position: unset;
}

.form-container {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .form-container {
    max-width: unset;
  }
}

.card .img-fluid {
  height: 100px;
}

@media (max-width: 1165px) {
  .accordion-container .accordion-col {
    margin: 0 auto;
  }
  #p-intro {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }
  .map-wrapper {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .paragraphe {
    width: 100%;
    margin-left: 0;
  }
  .paragraphe #p1 {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .accordion-col {
    width: 50%;
  }
  .accordion-col:first-child {
    padding-right: 12px;
  }
  .accordion-col:last-child {
    padding-left: 12px;
  }
}

#mkto_gen_header-desktop {
  display: block;
}

@media (max-width: 468px) {
  .map-wrapper {
    width: 290px;
  }
  .pin {
    display: none;
  }
}

@media (max-width: 768px) {
  .container-superpose .col-lg-8 {
    margin-top: 0;
    padding-top: 0;
  }
  #p-intro {
    margin-top: 0;
  }
}

@media screen and (max-width: 769px) {
  #mkto_gen_header-desktop {
    display: block;
  }
}

/* Css ajouté --------------------------- */
/*----------------------------------------*/
/*----------------------------------------*/
body {
  margin: 0 auto;
}

.mainWrapper {
  max-width: 1200px;
  width: 1200px;
}

.containerTextImg {
  background-color: #ffffff;
}

.imgMobile {
  display: none;
}

footer {
  background-color: #282828;
  text-align: center;
  font-size: 13px;
  padding: 30px 180px;
  text-decoration: none;
  color: #a2a2a2;
}

footer a,
footer a:active,
footer a:hover,
footer a:focus,
footer a:target {
  color: #a2a2a2;
}

/* Gestion du responsive de la carte */
@media screen and (min-width: 768px) and (max-width: 1165px) {
  .map-wrapper {
    margin: 0 auto;
    height: unset;
  }
  .imgMobile {
    display: none;
  }
}

@media screen and (min-width: 1156px) and (max-width: 1165px) {
  #titleSection {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mainWrapper {
    width: 100%;
  }
  .imgMobile {
    display: block;
  }
  footer {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1155px) {
  .map-wrapper {
    width: 100%;
    max-width: unset;
  }
}

/* CSS pour le formulaire ----------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Checkbox Size */
div.mktoFormRow:nth-child(4) .mktoRadioList,
div.mktoFormRow:nth-child(4) .mktoCheckboxList {
  width: 100% !important;
  padding: 0em !important;
}

div.mktoFormRow:nth-child(4) .mktoCheckboxList {
  width: 100%;
  -webkit-column-count: 2;
          column-count: 2;
}

div.mktoFormRow:nth-child(4) .mktoCheckboxList input {
  float: none;
}

div.mktoFormRow:nth-child(4) .mktoCheckboxList label {
  line-height: 1;
  margin-left: 15px !important;
  width: 100% !important;
  font-size: 13px !important;
  height: 10px !important;
  margin-top: -10px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

#Lblinterest_mr {
  width: 100% !important;
}

div.mktoFormRow:nth-child(4) .mktoFieldWrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

#LblmktoCheckbox_1368896_4 {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.mktoForm .mktoRadioList {
  width: 100% !important;
  -webkit-column-count: 2 !important;
          column-count: 2 !important;
}

.mktoForm .mktoRadioList label {
  line-height: 1;
  margin-left: 25px !important;
  width: 100% !important;
  font-size: 16px !important;
  height: 10px !important;
  margin-top: -10px !important;
}

.mktoForm .mktoRadioList input {
  float: unset;
}

#Lblinterest_mr {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
}

.mktoForm .mktoFieldWrap label {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.mktoForm .mktoLogicalField {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

div.mktoFormRow:nth-child(4) .mktoFieldWrap label {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

div.mktoFormRow:nth-child(4) .mktoLogicalField {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  width: 10px !important;
}

#LblmktoCheckbox_1384055_4,
#LblmktoCheckbox_1384055_5 {
  line-height: 12px !important;
  position: relative;
  top: -7px;
  margin-bottom: 6px !important;
}

#LblmktoCheckbox_1384055_3 {
  display: inline-block !important;
  position: relative;
  top: -14px;
}

#mktoCheckbox_1384055_3 {
  position: relative;
  top: 7px;
}

#LblformOptIn {
  margin-left: 10px !important;
  display: inline-block;
}

@media (max-width: 990px) {
  div.mktoFormRow:nth-child(4) .mktoCheckboxList {
    width: 100%;
    -webkit-column-count: 1;
            column-count: 1;
  }
  #LblmktoCheckbox_1384055_4 {
    top: -16px;
  }
  #mktoCheckbox_1384055_4 {
    position: relative;
    top: -9px;
  }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .GDPR,
  .agreeEmail {
    color: #333f48 !important;
  }
  .mktoMobileShow .mktoForm, .mktoForm * {
    padding: 0 10px !important;
  }
}
/*# sourceMappingURL=44782-Roadshow_WHC_Russia_LP.css.map */
