body{
  padding: 0;
  margin : 0;
  background-color: #F7F6ED !important;
}

@media screen and (min-width:992px){
  .all{
      padding-top: 190px !important;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
}

.logo{
  width: 200px;
  padding: 20px 0 10px 40px;

}

.div-header{
  background: #005977;
  padding:0;
  margin:0;
}

.title-header-div{
  align-self: center;
  text-align: center;
}

.name-header-div{
  align-self: center;
  text-align: center;
}

.hor-center{
  text-align: center;
}

.title-header{
  color: white;
  text-decoration: none;
  font : 1.2em LoneWolf;
  transition: all 0.15s ease-out;
}

.title-header:hover{
  color: #fca707;
}

.burgermenu{
  padding: 10px 13px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: white;
  color : #005977;
  border: none;
}

.burgermenu:hover{
  background: #fca707;
}

.header-name{
  color: white;
  text-decoration: none;
  font : 2.5em PassionRose;
}

.mini-flag{
  width: 40px;
}

@media screen and (max-width: 576px) {
  .logo{
    padding: 10px 0 10px 0px;
  }

  .logo-div{
    text-align: center;
  }

  .title-header-div{
    padding: 10px;
    display: none;
  }

  .burgermenu{
    display: inline-block;
  }

  .last-title-header-div{
    margin-bottom: 20px
  }
}

@media screen and (min-width: 576px) {
  .burgermenu{
    display: none;
  }

  .title-header-div{
    display: inline-block;
    padding: 0
  }

  .logo-div{
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .no-md{
    display: none;
  }

  .logo-div{
    text-align: center;
  }

  .mini-flag{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) and (min-width: 576px){
  .name-header-div{
    display: none;
  }
}

@media screen and (max-width: 1503px) and (min-width: 576px){
  .header-name{
    display: none;
  }
}

@media screen and (min-width: 1650px){
  .div-header{

  }
}

@media screen and (min-width: 992px) {

  .header-name{
    padding: 0px 20px;
  }
}

.div-align{
  display:flex !important;
}
