.navbar{
    justify-content: flex-start;
}
.bg-light {
    background-color: #fff!important;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.fond{
    padding: 20px;
}
.fond:before {
    background: #fafafa;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    content: '';
    display: block;
    height: 294px;
    overflow: hidden;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

section{
    margin-bottom: 75px;
}

body > section > div > h1, body > section h3{
    text-align: center;
}


.select2-container--default .select2-selection--single{
    color: white;
    font-size: 1.1em;
    font-weight: normal;
    height: 50px;
    padding: 14px 14px 14px 8px;
    transition: all 0.3s linear;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #5f6368 transparent transparent transparent;
    border-width: 9px 10px 0 10px;
    margin-left: -20px;
    top: 87%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

#parametres .col-6{
    margin-top: -110px;
    background: rgba(255,255,255,0.8);}

body > section > div > div{
    margin-top: 100px;
}

.encadrer h4{
    border: 1px solid Black;
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
    background: white;
    color: #878787;
}

body > section > div > div > div:nth-child(2) > img  {
    margin-left: 120px;
}

.img-trad {
	width: 100%;
}

.card{
    border: 1px solid Black;
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
    background: white;
    color: #878787;
}

#footer {
    flex-shrink: none;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    clear: both;
  }

  
  #footer > div > small > a, #footer > div > small > a:hover{
      color: rgba(255,255,255,.5)!important;
  }

  body > section > div > div > div.col-md.col-sm.d-none.d-sm-block.d-md-block > img{
    margin-left: 40%;
  }

  .icon-ecoute{
    margin-top: -22px;
  }

  #traduction > div > div > div > footer > p > a:nth-child(3) > img{
    margin-right: 22px;
  }

  #mic{
    margin: -7px;
  }

  body > header > nav > span > img{
      width: 700px;
  }

  .hidden{
    display: none;
}

@media (max-width: 992px) { 
    body > header > nav > span > img{
        width: 300px;
    }

    body > section > div > div > div.col-lg.col-md.d-none.d-sm-none.d-lg-block.d-xl-block > img:nth-child(1){
        display: none;
    }

    .hidden{
        display: block;
    }
 }