/* ==================== GENERAL ==================== */

body {
  background-color: #151515;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#main-section {
  padding-bottom: 175px;
}

.ancre {
  position: relative;
  bottom: 80px;
}

a {
  color: #fff;
  text-decoration: none;
}

.i-b {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.h2 {
  margin-bottom: 5px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.texte {
  color: #ccc;
}

.button {
  font-size: 18px;
  display: inline-block;
  padding: 20px 30px;
  margin-right: 20px;
  background-color: #4A5FFB;
}

.button:hover {
  color: #151515;
  background-color: #fff;
}

.button-black {
  font-size: 18px;
  padding: 20px;
}

.button-black:hover {
  border: solid #fff 2px;
}

.arrow-down {
  position: relative;
  top: 5px;
  font-size: 30px;
}

/* ==================== HEADER ==================== */


.home_nav {
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  height: 80px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.nav_cont {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
}

.navmenutablette {
  position: static;
  margin-left: 0px;
  float: none;
}

.navoff {
  display: inline-block;
  height: auto;
  margin-right: 0px;
  padding: 30px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gothamrnd book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.navoff:focus {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  color: #fff;
}

.navoff.w--current {
  display: inline-block;
  height: auto;
  margin-right: 0px;
  padding: 30px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  font-family: 'Gothamrnd book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}


/* ==================== HOME ==================== */


.main-block {
  display: flex;
  padding: 20px;
}

.presentation-block, .video-block {
  flex: 50%;
}

.presentation-block {
  display: flex;
  text-align: left;
}

.space4_bandeau {
  display: inline-block;
  width: 80px;
  height: 100%;
  color: #4A5FFB;
}

.text-block {
  display: inline-block;
  width: calc(100% - 80px);
}




/* ==================== FOOTER ==================== */

.logos_partenaires {
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: start;
}

.media_partners {
  display: inline-block;
  width: 15%;
  color: #151515;
  font-size: 14px;
  font-weight: bold;
  line-height: 100px;
}

.section_logo_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_river {
  background-color: #151515;
}

.footer_river.footer_logo {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer_tool {
  height: 75px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  float: none;
  clear: none;
}

.tool_1 {
  text-align: center;
  float: left;
  padding: 9px;
}

.rouge {
  padding-right: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #37b6dd;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link_blanc {
  display: inline-block;
  padding-right: 0px;
  float: none;
  clear: none;
  font-family: 'Itcavantgardestd bk', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-decoration: underline;
}

.link_blanc.b2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-decoration: none;
}