html, body {
  width: 100vw;
  overflow-x: hidden;
  background: #eee;
  font-family: roboto;
}

a {
  text-decoration:  none !important;
}

* {
  box-sizing: border-box;
}

._banner {
  position: relative;
  box-shadow: 0 5px 30px #ccc;
  border-bottom: solid 5px #eb6425;
}

._banner::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(235,100,37,0), rgba(235,100,37,1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

._banner_country {
  position: absolute;
  bottom: 10%;
  right: 6%;
  font-size: 4em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 18px #111;
  z-index: 2;
}

._main_section {
  padding: 50px 1%;
  padding-bottom: 10px;
  max-width: 1600px;
  margin: auto;
}

._heading { margin-bottom: 30px; }

._heading > ._title {
  text-transform: uppercase;
  color: #eb6425;
  font-weight: 600;
  font-size: 1.7em;
  margin-bottom: 6px;
}

._heading > ._title a{
  color: #eb6425;
}

._heading > ._subtitle {
  color: #1e4c66;
  font-weight: 10;
  font-size: .9em;
  display: inline-block;
  padding-left: 5px;
  border-left: solid 3px #1e4c66;
}

._meteo_container, ._traveller_container {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

._traveller_container {
  justify-content: start;
}

._meteo_container > ._meteo_card, ._traveller_card {
  border: solid .1px #eee;
  position: relative;
  background: #03a9f4;
  position: relative;
  border-radius: 0 0 0 20px;
  width: calc(100% / 7);
  text-align: center;
  color: #fff;
}

._traveller_card {
  background: #fff;
  color: initial;
  margin: 15px;
}

._tr_icon {
  width: 80%;
  border-radius: 50%;
  margin-top: 50px;
}

._mc_day, ._tr_day {
  position: absolute;
  top: 0; right: 0;
  background-color: #fff;
  padding: 10px;
  font-size: .7em;
  box-shadow: -3px 3px 5px #2c8ebb;
  border-radius: 0 0 0 10px;
  color: #03a9f4;
}

._tr_day {
  background: #900;
  color: #fff;
  box-shadow: -3px 3px 5px #ccc;
}

._mch_icon {
  display: inline-block;
  font-size: 5em;
  margin-top: 30px;
}



._mchb_text, ._tr_text {
  font-size: .7em;
  text-transform: uppercase;
  font-weight: 10;
  margin-bottom: 5px;
  color: #fff;
}

._tr_text {
  margin-top: 10px;
  font-size: .9em;
  color: initial;
  font-weight: initial;
}

._mchb_temp, ._tr_temp {
  margin-top: 20px;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

._tr_temp {
  font-size: 1.5em;
  color: initial;
}


._mc_content, ._tr_content {
  border-top: solid .1px #fff;
  background-color: #2c8ebb;
  border-radius: 0 0 0 20px;
  margin-top: 30px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._tr_content {
  border-radius: 0;
}

.mcc_elt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72em;
  font-weight: 100;
}

._mc_value {
  margin-left: 5px;
}


._additionnal_info {
  display: flex;
}

._ai_first, ._ai_second {
  display: flex;
  padding: 15px 0;
  position: relative;
}

._ai_elt > span {
  display: block;
}

._ai_elt {
  margin-right: 25px;
}

._aie_title {
  font-weight: 350;
  font-size: .8em;
  margin-bottom: 10px;
}

._aie_value {
  font-size: .9em;
  text-transform: uppercase;
}

._ai_second {
  margin-left: 3%;
}

.ais_title {
  position: absolute;
  top: -5px;
  font-size: .7em;
  font-style: italic;
  color: #eb6425;
  text-transform: uppercase;
}

._section_title {
  color: #03a9f4;
  font-size: 2.4em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
}
._section_title::after {
  content: "";
  width: 4.5%;
  height: 5px;
  position: absolute;
  bottom: -7px;
  left: 0;
  background-color: #eb6425;
}

._more_txt {
  font-size: 14px;
}

._pull_right {
  position: absolute;
  right: 0;
  float: right;
}

._town_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

._town_card {
  width: calc((100% / 3) - 5px);
  border: solid 3px #fff;
  overflow: hidden;
  height: 300px;
  position: relative;
  margin-bottom: 15px;
}

._town_card:nth-child(3) {
  border-radius: 0 30px 0 0;
}

._town_card:nth-child(4) {
  border-radius: 0 0 0 30px;
}


._town_card::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0,0), rgba(0, 0, 0, .8));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


._town_card > img { height: 300px; }
._town_details {
  position: absolute;
  color: #fff;
  bottom: 8%;
  left: 4%;
  border-left: solid 7px #fff;
  padding-left: 8px;
  z-index: 2;
}

._town_name {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 0;
}

._town_spec {
  font-size: .75em;
  font-weight: 100;
}


._circuit_container, ._article_container {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

._circuit_card, ._article_card {
  width: calc((100% / 4) - 25px);
  background-color: #fff;
  box-shadow: 0 0 12px 33px -6px #111;
  overflow: hidden;
  margin-bottom: 25px;
  margin-left: 15px;
}

._article_card {
  width: calc(50% - 10px)
}

._circuit_img, ._article_img {
  display: inline-block;
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}

._article_img {
  height: 400px;
  width: 100%;
}

._circuit_details > ._heading {
  margin: 0 4%;
  margin-top: 12px;
}

._small_title {
  font-size: 1.2em !important;
}

._more_btn, ._more_btn2 {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  font-size: .8em;
  font-weight: 100;
  background-color: #eb6425;
  color: #fff;
  border-radius: 0 0 0 10px;
  margin: 15px 0;
}

._more_btn:hover, ._more_btn2:hover {
  filter: grayscale(.3);
}

._more_btn2 {
  margin: 0;
}


._partner_container {
  display: flex;
  background-color: #eb6425;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}

._partner {
  height: 100px;
  color: #fff;
  padding: 25px;
  font-size: 1.6em;
  border-right: solid;
}

._upline {
  display: flex;
  margin: 15px 15px 5px 15px;
  position: relative;
  border-bottom: solid .1px #111;
  padding-bottom: 7px;
}

._elt_icon {
  font-weight: 300;
  font-size: .8em;
}

._circuit_price {
  position: absolute;
  right: 0;
  font-size: 1.2em;
  color: #eb6425;
}

._circuit_interested {
  margin: 15px;
  margin-top: 0;
}

._up_text {
  font-size: .8em;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 15px;
}

._ml5 {
  margin-left: 10px;
}

._img_list {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}

._il_elt {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 3px 1px 8px #ccc;
  z-index: 0;
  border: solid 2px #eb6425;
  
}

._il_elt:nth-child(2) {
  transform: translateX(-10px);
}
._il_elt:nth-child(3) {
  transform: translateX(-20px);
}


._forum_container {
  white-space: nowrap;
  overflow: hidden;
}

._forum_card {
  background-color: #fff;
  display: inline-block;
  border-radius: 15px;
  box-shadow: 0 0 25px #ddd;
  width: calc(25% - 15px);
  margin-top: 3%;
  position: relative;
  padding-top: 130px;
  padding-bottom: 10px;
  border: solid 3px #eee;
  margin-left: 10px;
  white-space: inherit !important;
  margin-right: 10px;
}

._forum_img {
  position: absolute;
  width: 150px;
  height: 150px;
  border: solid 5px #eee;
  border-radius: 50%;
  overflow: hidden;
  top: -35px;
  left: -10px;
}

._forum_img > img {
  width: 100%;
}

._forum_user_details {
  position: absolute;
  right: 0;
  top: 15%;
  text-align: right;
}

._fu_name {
  background-color: #eee;
  color: #03a9f4;
  font-weight: 800;
  font-size: 1.1em;
  padding: 10px 7px;
  border-radius: 12px 0 0 5px;
  margin-bottom: 4px;
}

._fu_sub {
  font-size: .75em;
  font-weight: 400;
  font-style: italic;
}

._fu_title {
  color: #eb6425;
  font-size: .9em;
  padding-right: 10px;
}

._forum_user_content {
  white-space: initial !important;
  margin: 15px;
  font-size: .8;
  font-weight: 700;
}

._forum_switch {
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
}

._forum_switch > span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #eb6425;
  color: #fff;
  cursor: pointer;
}

._forum_switch > span:hover {
  border-radius: 5px;
  filter: grayscale(.4);
}


@media only screen and (max-width: 600px) {
  ._section_title {
    font-size: 1.3em;
  }

  ._main_section {
    padding-top: 25px;
    padding-bottom: 0;
  }
  ._full_mobile {
    width: calc(100% - 10px) !important;
  }

  ._forum_card._full_mobile {
    margin-top: 40px;
  }

  ._traveller_container, ._meteo_container {
    flex-wrap: wrap;
    margin: 25px 0;
  }

  ._traveller_card, ._meteo_card {
    margin: 5px;
    width: calc(50% - 10px) !important;
  }

  ._meteo_card:nth-child(7) {
    display: none !important;
  }

  ._additionnal_info {
    flex-wrap: wrap;
  }

  ._ai_first {
    margin: 15px;
  }

  ._town_card:nth-child(3), ._town_card:nth-child(4) {
    border-radius: 0;
  }

}