

.navbar {
  position: relative;
  top: 0%;
  background-color: #fff;
  border-bottom: 5px solid #fff;
  box-shadow: 0px 1px 10px #00000050;
}

.navbar.scroll {
  position: fixed;
  display: block;
  width: 100%;
  border-bottom: 10px none #000;
  background-color: #0944bf;
}

.img_ipad_h, .img_ipad_v, .img_iphone_them  {
  pointer-events: none;
}

.navbar.scroll, .footer {
  border-bottom: 5px solid;
  border-image:   linear-gradient(to right, #F59735 25%, #F5D15A 25%, #98C74D 50%,#7DC7A6 50%, #59B5F8 75%, #6794F8 75%) 5;
}
.div-img-theme-2::-webkit-scrollbar {
width: 0px; /* width of the entire scrollbar */
}

.paragraph {
  font-family: 'Avenir LT Std Heavy', sans-serif !important;
  font-weight: 800 !important;
  display: block;
  margin-bottom: 5px;
  padding-top: 0px;
  border-radius: 3px;
  background-color: transparent;
  color: #0944bf;
  font-size: 21px;
  line-height: 35px;
}

.paragraph.scroll {
  color: #fff;
}

.div-block-nav {
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: right;
}

.div-block-nav.scroll {
  padding-bottom: 25px;
}

.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  position: static;
  float: none;
}

.brand {
  position: static;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-span {
  font-family: 'Avenir LT Std Heavy', sans-serif !important;
  font-weight: 800 !important;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #0944bf;
  color: #fff;
}

.text-span.scroll {
  background-color: #fff;
  color: #0944bf;
}

.nav-link {
  font-family: 'Avenir LT Std Heavy', sans-serif !important;
  font-weight: 800 !important;
  padding: 10px 20px 10px 10px;
  color: #0944bf;
  font-size: 18px;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 40px;
}

.nav-link.scroll {
  color: #fff;
}

.image {
  width: auto;
  height: auto;
}

.button_1 {
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-radius: 24px;
  background-color: #131314;
  background-image: url('../images/arrow-btn-black_1arrow-btn-black.png');
  background-position: 10% 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.block-rs a {
  padding-left: 10px;
}

.nav-link a {
  text-decoration: none;
  color: #0944bf;
}

.nav-link.scroll a {
  text-decoration: none;
  color: white;
}

.button_1:hover {
  text-decoration: underline;
}

.button_1._2 {
  background-position: 3% 50%;
}

.button_1.partenaires {
  margin-top: 0px;
  padding-top: 6px;
  background-position: 3% 50%;
}

.button_1._03 {
  background-position: 5% 50%;
}

.button_1.blue {
  background-color: #0944bf;
  background-position: 4% 50%;
}

.button_2 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-radius: 24px;
  background-color: #0944bf;
  background-image: url('../images/arrow-btn-blue_1arrow-btn-blue.png');
  background-position: 5% 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.button_2:hover {
  text-decoration: underline;
}

.button_2.scroll, .btn-small.scroll {
  background-color: #fff !important;
  background-image: url('../images/arrow-blue-2_1arrow-blue-2.png') !important;
  color: #0944bf !important;
}

.btn-small {
  margin-top: 10px;
  margin-bottom: 5px;
}

.p-rs {
  padding-top: 5px;
  font-family: Avenirltstd, sans-serif;
  color: #0944bf;
  font-size: 13px;
  font-weight: 300;
}

.p-rs.scroll {
  color: #fff;
}

.container-2 {
  max-width: 940px;
}

.block-rs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
}

.block-nav {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.block-btn {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.block-btn.small {
  text-align: end;
}

.block-nav-3 {
  padding-top: 25px;
}

.dropdown-list ul {
  list-style-type: "▸";
  color: white;
}

.container-navbar.small {
  display: none;
}

.link-rs-in {
  padding: 0 10px;
}

.link-rs-fb {
  padding-left: 0 !important;
}

.button_1.small {
  padding: 12px 35px 12px 57px;
  font-size: 17px;
  background-position: 5% 50%;
  background-size: auto auto;
}

.container-navbar.small::before {
  display: none;
}

.container-navbar.small::after {
  display: none;
}

.btn-small.scroll {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-radius: 24px;
  background-color: #0944bf;
  color: white;
  background-image: url('../images/arrow-btn-blue_1arrow-btn-blue.png');
  background-position: 7% 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
  font-family: Avenirltstd, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.div-block-nav.small._02 {
  padding: 0px 0px 10px 0px;
  width: auto;
}

.image.small {
  height: auto;
}

.brand.small {
  padding: 30px 0px 30px 0px;
}

.div-block-nav.small {
  width: 53%;
  padding: 30px 0px 10px 0px;
}

.btn-small:hover {
  text-decoration: underline;
}

.btn-small {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 24px;
  background-color: #fff;
  background-image: url('../images/arrow-blue-2_1arrow-blue-2.png');
  color: #0944bf;
  background-position: 7% 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
  font-family: Avenirltstd, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.w-icon-dropdown-toggle {
  padding-left: 3px;
}

.dropdown_link-nav {
  font-family: 'Avenir LT Std Heavy', sans-serif !important;
  font-weight: 800 !important;
}

.nav-brand-tablet .paragraph, .nav-brand-fixed .paragraph, .nav-brand-tablet .paragraph._460, .nav-brand-fixed .paragraph._460 {
  display: none;
}


@media screen and (min-width: 1920px) {
  .div-block-nav .paragraph {
    font-size: 18px;
  }
  
  .div-block-nav {
    width: 54%;
    margin-left: 0px;
  }

  .container-navbar {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-menu {
    padding-top: 15px;
  }

  .brand {
    width: 21%;
    margin-right: 0px;
  }

  .nav-brand-tablet .brand, .nav-brand-fixed .brand {
    width: 100%;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.dropdown-toggle {
    font-size: 16px;
  }

  .image {
    height: auto;
  }
  
  .button_1 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .button_1._2 {
    padding-left: 46px;
    background-position: 4% 50%;
  }

  .button_1._03 {
    background-position: 3% 50%;
  }

  .button_2 {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .p-rs {
    font-size: 18px;
  }

  .block-rs {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

.block-rs a {
  padding-left: 10px;
}

  .block-nav {
    margin-top: -13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .block-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    -ms-flex-pack: justify;
    justify-content: start;
  }

  .block-nav-3 {
    width: 21%;
  }

}

@media screen and (min-width: 1920px) and (max-width: 1990px) {
  .nav-link {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1850px) {
  /*.button_2 {
    margin-top: 10px;
  }*/
}

@media screen and (min-width: 1850px) and (max-width: 1900px) {
  .nav-link {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 1850px) {
  .container-navbar.big {
    display: none;
  }

  .container-navbar.small{
    display: flex;
    padding: 0 20px;
  }

  .container-navbar.small._02 {
    display: flex;
  }

  .block-btn {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1412px) {
  .button_1.small, .btn-small, .btn-small.scroll {
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
    background-image: none !important;
  }
  
  .btn-small.no-scroll {
    color: white;
    background-color: #131314;
  }

  .button_1.small {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .image.small {
    height: 50px;
  }
}


@media screen and (min-width: 1150px) and (max-width: 1300px) {
  .nav-link {
    font-size: 14px;
  }
}


@media screen and (max-width: 1150px) {
  .div-block-nav .paragraph {
    font-size: 17px;
  }
}



@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .nav-link {
    font-size: 12px;
  }
}


@media screen and (max-width: 1024px) {
  .icon {
    color: #0944bf;
    font-size: 40px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .p-rs {
    display: none;
  }

  .block-rs {
    justify-content: center;
  }

  .icon-2 {
    color: #fff;
  }

  .w-nav-button.scroll.w--open {
    background-color: #0944bf;
  }

  .w-dropdown-list.w--open {
    display: none;
  }

  .nav-link, .nav-link a {
    color: white;
  }

  .w-nav-button.w--open {
    background-color: white;
  }


  .container-navbar.small{
    display: none;
  }

  .container-navbar.big{
    display: flex;
  }

  .container-navbar.small._02 {
    display: none;
  }
  .block-nav {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .button_2.scroll, .button_2.nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .w-icon-dropdown-toggle {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .div-block-nav {
    display: none;
  }
  .nav-brand-tablet, .nav-brand-fixed {
    display: flex;
    flex-direction: column;
  }
  .nav-brand-tablet .brand, .nav-brand-fixed .brand {
    padding-bottom: 10px;
  }
  .nav-brand-tablet .paragraph, .nav-brand-fixed .paragraph {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}




@media screen and (max-width: 767px) {
  .paragraph {
    display: none;
  }

  .nav-menu {
    background-color: #0944bf;
  }

  .nav-brand-tablet .paragraph, .nav-brand-fixed .paragraph {
    display: block;
    font-size: 13px;
    line-height: 13px;
  }
}



/* @media screen and (max-width: 550px) {
  .brand {
    height: auto;
  }
} */



@media screen and (max-width: 460px) {
  .nav-brand-tablet .brand, .nav-brand-fixed .brand {
    padding-bottom: 15px;
  }
  .nav-brand-tablet .paragraph, .nav-brand-fixed .paragraph {
    display: none;
    /* font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px; */
  }
  .nav-brand-tablet .paragraph._460, .nav-brand-fixed .paragraph._460 {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}










