@import url('https://fonts.googleapis.com/css?family=Montserrat');
body,html #main_page {
    height: 100%;
    font-family: 'Montserrat',Verdana,Tahoma, sans-serif;
    background-color:whitesmoke;
        /* The image used */
        background-image: url("oli_background_img/bgmultilingues.jpg");

  
        /* Full height */
        height: 100%;
      
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        /*margin-top: 0px;*/
  }
  
  /*.bg {*/
  #main_page .bg{
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    /*
    background-size: cover;
    background-attachment: fixed;*/
    margin : auto;
    margin-top: 0px;
    width: 90%;
  }

  /* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  #main_page .bg{
    width: 100%;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  #main_page .bg{
    width: 100%;
  }
}

.profileimg{
    height: 35px;
    width: 35px;
    border-radius: 50%;
  }

  .button_ajout{
    width:auto;
    margin-right:5px;
  }
/*
  #main_page .bg h3{
    font-weight: bold;
  }
*/

#main_page .bg .container .img_place_holder{
  width: 100%;
  margin : auto;
  height: auto;
  color:red;
}

.img_place_holder img{
  width:70%;
  height:50%;
  margin-top: 20px;
}

#kiki{
  background-color: white;
  color: blueviolet;
}

/*
body .bg form{
  margin-top: 10px;
}*/
