body{
	font-family: 'Muli', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
	
    font-family: 'Montserrat', sans-serif;

}

.header-container {
  margin-top: 108px;
  background-color: #fff;
  box-shadow: 2px 21px 40px -11px #000;
}

.main {
  height: 100%;
  padding-top: 0px;
  border-bottom: 1px solid #ebebeb;
  background-color: #eceff0;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: 1098px;
}

.flags {
  width: 72px;
  height: 72px;
  padding-right: 108px;
  float: left;
  border-style: none solid none none;
  border-width: 2px 1px 1px 2px;
  border-color: #ebebeb;
  background-image: url('../images/fr.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.timer {
  height: 72px;
  padding-top: 0px;
  float: right;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  color: #5d6771;
  font-size: 26px;
  font-weight: 700;
}

.timer.clock {
  height: 100%;
  border-top-style: none;
  border-bottom-style: none;
  background-image: url('../images/timer.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.timer.timer_text {
  padding-top: 26px;
  padding-right: 14px;
  padding-left: 13px;
}

.header {
  height: 72px;
  border: 1px solid #ebebeb;
}

.map-area {
  height: 100%;
  padding: 29px 24px 28px 10px;
  float: right;
  border-style: none;
  border-width: 1px 1px 1px 2px;
  border-color: #000 #000 #000 #fff;
  background-color: #33b8cb;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-logo {
  height: 100%;
  padding-left: 0px;
  float: right;
  background-color: #33b8ca;
  background-image: url('../images/map.png'), url('../images/map_1.png');
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
}

.branding {
  width: auto;
  height: auto;
  margin-right: 0px;
  float: left;
  background-image: url('../images/branding.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}

.menu {
  width: 30%;
  height: 100%;
  padding-top: 36px;
  padding-right: 0px;
  padding-left: 12%;
  float: left;
}

.menu-area {
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #ebebeb;
}

.timer_icon {
  padding-top: 13px;
  float: right;
}

.social {
  height: 100%;
  padding-top: 40px;
  float: right;
  border-style: none;
}

.slide1 {
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feed-item {
  width: 31%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  background-color: #fff;
}

.feed-item-image {
  width: 30%;
}

.feed-item-date {
  width: 100%;
  padding: 5px 0px 4px 12px;
  background-color: #33b8cb;
  color: #fff;
  text-decoration: none;
}

.feed-item-title {
  width: 100%;
  padding-left: 10px;
  color: #18202d;
  letter-spacing: 1px;
  text-decoration: none;
}

.main-header {
  max-width: 100%;
  margin-top: 21px;
  margin-bottom: 30px;
  border-bottom: 1px solid #33b8cb;
  color: #33b8ca;
  font-size: 21px;
  text-transform: uppercase;
}

.main-header.ranks {
  margin-bottom: 41px;
}

.slider-gap {
  height: 74px;
}

.main-header.palmares {
  margin-bottom: 0px;
}

.smaller_feed_item {
  height: 43px;
  margin-top: 0px;
  margin-bottom: 12px;
  background-color: #fff;
}

.smaller-feed-image {
  width: 24%;
  padding-top: 4px;
  float: left;
}

.smaller-feed-text {
  width: 100%;
  padding-top: 2px;
  padding-right: 0px;
  padding-left: 4px;
  float: left;
  color: #5d6771;
  font-size: 11px;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  padding-left: 36px;
  float: right;
  border-radius: 19px;
  background-image: -webkit-linear-gradient(38deg, #2dadc6, #0162a9);
  background-image: linear-gradient(52deg, #2dadc6, #0162a9);
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button.rank-button {
  margin-top: 22px;
}

.button.stages-button {
  margin-top: 16px;
  padding-right: 38px;
  padding-left: 38px;
}

.button.tout-voir {
  width: 16%;
  float: none;
  text-align: center;
}

.black-title {
  color: #18202d;
}

.social-feed {
  background-color: #314055;
}

.social-feed-container {
  padding: 15px 15px 80px;
}

.feed-container {
  padding: 38px 15px 80px;
}

.feed-container.skipper {
  padding-bottom: 0px;
}

.twitter-feed {
  width: 100%;
  margin-right: 11px;
  float: left;
}

.rank-container {
  padding: 15px 15px 80px;
}

.stage-text {
  margin-bottom: 21px;
  color: #5d6771;
  font-size: 17px;
  line-height: 34px;
}

.desktop-stage-image {
  margin-bottom: 16px;
}

.desktop-footer-area {
  height: 277px;
  background-color: #fff;
}

.footer-left {
  height: 155px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0px 10px;
  border-width: 1px;
  border-color: #d2d1d6;
  border-right-style: solid;
}

.footer-middle {
  height: 155px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 20px 30px;
}

.footer-right {
  height: 155px;
  margin-top: 70px;
  margin-bottom: 0px;
  padding: 20px 15px;
  border-color: #d2d1d6;
  border-left-style: solid;
  border-left-width: 1px;
}

.footer-menu {
  width: 50%;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}

.newsletter-label {
  font-weight: 400;
}

.newsletter-text {
  width: 70%;
  height: 29px;
  float: left;
}

.newsletter-button {
  width: 30%;
  height: 29px;
  float: left;
  background-color: #5d6771;
  background-image: url('../images/news-letter-button.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.newsletter-button.search-button {
  background-image: url('../images/search_icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon {
  padding-right: 15px;
}

.branding-area {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  padding-top: 12px;
  padding-right: 23px;
  padding-left: 47px;
}

.menu-section {
  height: 125px;
  border: 1px solid #ebebeb;
}

.top-social-area {
  height: 100%;
  padding-top: 28px;
  padding-right: 0px;
  padding-left: 30px;
}

.flag {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #ebebeb;
}

.topbar {
  height: 72px;
  margin-right: 0px;
  margin-left: -474px;
}

.count-down {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #ebebeb;
}

.map {
  display: block;
  height: 100%;
  margin-bottom: 2px;
  padding-left: 0px;
}

.map-text {
  position: relative;
  display: inline-block;
  width: 80%;
  padding-top: 0px;
  float: left;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.menu-bar {
  height: 115px;
  margin-right: 0px;
  margin-left: 0px;
}

.header-section {
  padding: none;
}

.header-section.advert {
  background-image: url('../images/framework.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 15px 15px 0px;
}

.menu-container {
  height: 100%;
  background-color: #fff;
}

.menu-icon {
  height: 100%;
  background-image: url('../images/menu.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.menu_button {
  height: 100%;
  float: none;
}

.menu_button.w--open {
  background-color: #fff;
}

.nav-container {
  height: 100%;
}

.main-menu {
  display: block;
  padding: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  background-image: url('../images/menubg.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-item {
  width: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  float: left;
  color: #5d6771;
  text-transform: uppercase;
}

.ranks-number {
  text-align: center;
}

.ranks-row {
  height: 77px;
  border-bottom: 3px solid #d6dadc;
  background-color: #18202d;
  color: #fff;
}

.rank-movement {
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}

.rank-distance {
  text-align: center;
}

.rank-distance-container {
  height: 100%;
  padding-top: 29px;
}

.rank-distance-container.rank-table-container {
  height: 100%;
}

.rank-table-container {
  height: 100%;
  border-right: 1px solid #d6dadb;
}

.rank-name-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.rank-name-2ndl {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
}

.rank-flag {
  height: 100%;
  margin-top: 0px;
  padding-top: 24px;
  text-align: center;
}

.rank-name-details {
  height: 100%;
}

.rank-name-details-div {
  height: 100%;
}

.rank-name-icon {
  padding-top: 6px;
}

.uppercase {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.uppercase.skipper-job {
  padding-bottom: 0px;
  padding-left: 10px;
}

.uppercase.palmares-sub {
  margin-top: 7px;
  font-size: 19px;
  font-weight: 400;
}

.uppercase.autres-title {
  font-size: 17px;
}

.rank-table-header {
  font-size: 13px;
  line-height: 11px;
  font-weight: 400;
  text-align: center;
}

.rank-table-header.updated {
  text-align: left;
}

.rank-header {
  margin-right: 0px;
  margin-left: 0px;
}

.map-block {
  height: 100%;
  padding-top: 6px;
  background-color: #33b8cb;
}

.flag-div {
  display: block;
  height: 100%;
  padding-top: 24px;
  padding-left: 12px;
}

.extra-news-image {
  height: 100%;
}

.extra-news-container {
  height: 100%;
}

.extra-news-image-contianer {
  padding-top: 5px;
}

.map-text-area {
  padding-top: 19px;
}

.button-box {
  height: 100%;
  text-align: center;
}

.search-area {
  padding-top: 20px;
  padding-right: 82px;
  padding-left: 82px;
}

.skipper-nav-link {
  padding-right: 0px;
  color: #33b8cb;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.skipper-nav-col {
  padding-right: 23px;
  text-align: center;
}

.skipper-nav-row {
  padding-bottom: 46px;
}

.skipper-div {
  background-color: #fff;
  box-shadow: 0 10px 38px -9px #000;
}

.skipper-flag {
  min-height: 65px;
  background-image: url('../images/fr_flag.png');
  background-position: 64% 82%;
  background-repeat: no-repeat;
}

.skipper-name {
  padding-top: 10px;
  padding-left: 10px;
  color: #33b8cb;
}

.skipper-title-left {
  padding-left: 0px;
}

.skipper-row {
  padding-bottom: 26px;
}

.skipper-a {
  position: relative;
  left: -22px;
  top: -21px;
}

.skipper-b {
  position: relative;
  left: 20px;
  top: -60px;
}

.skipper-job {
  padding-bottom: 15px;
}

.skipper-details-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #33b8cb;
}

.skipper-gender {
  height: 100%;
  padding-top: 9px;
  border-right: 1px solid #000;
  text-align: center;
}

.skipper-gender.skipper-border {
  border-right: 1px solid #000;
}

.skipper-age {
  height: 100%;
  border-right: 1px solid #000;
}

.skipper-age.skipper-border {
  border-right: 1px solid #000;
}

.skipper-races {
  height: 100%;
  padding-left: 0px;
}

.skipper-age-years {
  font-size: 49px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
}

.skipper-age-ans {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.skipper-age-ans.partici {
  font-size: 11px;
}

.skipper-more-details {
  height: 76px;
  margin-top: 26px;
}

.skipper-more-flag {
  display: block;
  height: 100%;
  padding-top: 26px;
  text-align: center;
}

.skipper-more-flag.skipper-border {
  border-right: 1px solid #000;
}

.palmares-date {
  border-bottom: 2px solid #000;
  text-align: center;
}

.palmares-rank-year {
  color: #33b8cb;
  text-align: center;
}

.palmares-rank-year-span {
  font-size: 14px;
  line-height: 28px;
}

.skipper-social {
  float: right;
}

.skipper-social-title {
  color: #33b8ca;
  text-align: right;
  text-transform: uppercase;
}

.autres-date {
  margin-bottom: 0px;
}

.dernier-block {
  margin-bottom: 17px;
  padding-bottom: 7px;
}

.dernier-title {
  text-transform: uppercase;
}

.dernier-image {
  text-align: center;
}

.dernier-container {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .header-container {
    margin-top: 0px;
  }
  .menu-area {
    padding-right: 0px;
    padding-left: 0px;
  }
  .map-icon {
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 8px;
  }
  .smaller-feed-text {
    width: 100%;
  }
  .social-icon {
    padding-right: 7px;
  }
  .top-social-area {
    padding-left: 0px;
  }
  .map-text {
    font-size: 15px;
  }
  .header-section {
    background-image: none;
  }
  .menu-container {
    background-color: #fff;
  }
  .menu-icon {
    background-image: url('../images/menu.png');
    background-position: 50% 50%;
  }
  .map-text-area {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .feed-item {
    width: 44% !important;
    margin-right: 2%;
    margin-left: 2%;
    float: left;
  }
  .smaller-feed-text {
    float: none;
    font-size: 15px;
  }
  .button {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .feed-container {
    padding-right: 15px;
  }
  .header-section {
    background-image: none;
  }
  .menu-icon {
    background-image: none;
  }
  .mobile-lang {
    height: 75px;
    padding-top: 27px;
    padding-left: 22px;
    font-weight: 400;
  }
  .lang-link {
    padding-right: 18px;
    color: #33b8ca;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-menu {
    background-color: #fff;
  }
  .mobile-menu-icon {
    display: block;
    padding-right: 0px;
    padding-left: 180px;
  }
  .mobile-menu-open-icon {
    float: none;
    font-size: 61px;
  }
  .mobile-social {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-rank-row {
    background-color: #18202d;
    color: #fff;
  }
  .mobile-stage-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .feed {
    padding-right: 0px;
    padding-left: 0px;
  }
  
}

@media (max-width: 479px) {

}