  a.focus{
        color : #1A8FD0;
      }

      .menu_list{
        font-size: 1em;
        font-weight: : normal;
        display: inline-block ;
      }

  .btn-secondary {
    background-color:var(--main_color);
    color: white;
    border: none;
  }


a.pure-button-primary {
    background: white;
    color: var(--main_color); /* hauteur du parent */
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {

    padding-left: 20px;
    padding-right: 1em;
    padding-bottom: 0em;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    height: 55px; /* hauteur du parent */
    line-height: 41px; /* hauteur de ligne (identique) */
    white-space: nowrap; /* interdiction de passer à la ligne */
    background: var(--main_bg); 
}
/*
@media (min-width: 48em) {
.home-menu {
    
}
*/

 .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }
  }



.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: var(--text_color);
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-selected a {
    color: var(--main_color);
}

.home-menu a {    
    color: var(--text_color);
    text-transform: uppercase;
    font-size: 0.9em;
    /*color: #6FBEF3;*/
}

a.focus{
        color : #1A8FD0;
      }

.home-menu a.selected {    
    color: var(--main_color);
    text-transform: uppercase;
    font-size: 0.9em;
    /*color: #6FBEF3;*/
}


.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    /*color: #AECFE5;*/
    color: #006bb3;
    cursor: pointer;
}



      /* Style The Dropdown Button */

.dropbtn {
  color: white;
  padding: 0px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  line-height: 35px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}   

.dropbtn2 {
  width: 200px;
  padding-left: 20px ; 
}

#logo{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 29px;
  text-transform: none ;
  letter-spacing: 6px;
  line-height: 41px;
}

#logo:hover{
  color:var(--main_color_focus);
  text-decoration: none ;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .05rem 0;
    margin: 0;
    font-size: 0.8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--main_bg);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
    content: "\25BE";
    font-size: 26px;
}



div.header {
  padding-right: 40px;
  padding-left: 20px;
  /*overflow:hidden;*/
}

div#countrylist {
    margin-right: 11px;
    width:160px;

}

.drop-down {
    position: relative;
    display: inline-block;
    width: auto;
    list-style-image: none;
    background-repeat:no-repeat;
    color: var(--text_color);
    text-transform: uppercase;
    font-size: 0.9em;

}
.drop-down select {
    display: none;
    background-repeat:no-repeat;
}
.drop-down .select-list {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 1;
    margin-top: 25px;
    padding: 0;
    background-color: #FFF;
    line-height: 25px;
}
.drop-down .select-list li {
    display: none;
    list-style: none;
}
.drop-down .select-list li span {
    display: inline-block;
    min-width: 150px;
    width: 100%;
    padding: 6px 0px 5px 50px;
    background-color: #FFF;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    color: #000;
    opacity: 0.8;
    box-sizing: border-box;
}
.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
    background-color: var(--main_color);
}

.select-list-link {
    padding-left: 15px;
}

.dropdown-item {
   line-height: 30px;
}

@media (max-width: 1000px){
    .home-menu {
      box-shadow: unset;
      box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}