
/* Mobile */
@media screen and (max-width: 768px) {
  #msg1{
    font-size: 22px;
  }
  #msg2{
    font-weight: 500;
    font-size: 15px;
    margin-left: 10%;
    margin-right: 10%;
  }
  #input_cp{
    margin: 10px;
    width: 100px;
    border-radius: 3px;
    padding: 2px;
    font-size: 12px;
  }
  .img_ville{
    height: 70px;
    width: 100%;
  }
  .div_ville_ext{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px; 
    padding-right: 10px;
  }
  .div_ville_int{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px; 
    padding-right: 0px;
    border: solid;
    background-color: rgb(241,243,245);
  }
  .div_ville_int{
    height: 150px;
  }
  .div_ville{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: : 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .lien_ville{
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
            -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
            -webkit-transition: -webkit-transform .15s linear;
            background: #fff;
            display: inline;
            float: left;
            width: auto;
            padding: 4px 4px 6px;
            text-align: center;
            text-decoration: none;
            color: #333;
            font-size: 18px;
  }
  .modal_arrondissement_titre{
    font-size: 15px;
  }
  #titre_villes{
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
    color: #222;
  }
      #img_logo_pincipal{
        height: 100px;
      }
      #div_search{
        padding-top: 50px;
      }
      #div_form{
        padding: 15px;
        padding-bottom: 100px;
      }
}
/* Grands écrans --------------------------------------------------------------------------------------------------------- */ 
@media screen and (min-width: 768px) {
#locationField{
  margin-left: 25%;
  width: 50%;
}
  #msg1{
    color: #fff;
  }
  #msg2{
    color: #fff;
  }
  .lien_ville{
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
            -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
            -webkit-transition: -webkit-transform .15s linear;
            background: #fff;
            display: inline;
            float: left;
            margin: 0 0 27px 30px;
            width: auto;
            padding: 15px 15px 25px;
            text-align: center;
            text-decoration: none;
            color: #333;
            font-size: 18px;
  }
  .img_ville{
    height: 200px;
    width: 100%;
  }
  .div_ville{
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    justify-content: center;
  }
  .modal_arrondissement_titre{
    font-size: 15px;
  }
  #titre_villes{
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 50px;
    /* font-weight: 900; */
    color: #444;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
  }
  #form-cp{
    color: #333;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto; 
  }
  #div_search{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
        background-image: url('../../images/11.jpg');
    background-color: rgba(32,226,233,1);
        background-size: cover;
  }
  #img_logo_pincipal{
    height: 150px;
  }
  #div_form{
    margin: auto;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    background-color: rgba(32,226,233,1);
      padding: 15px;
      padding-bottom: 20px;
      /* background-color: rgba(0,0,0,0.85); */
      color: #555;
  }
}

/* ---------------------------------------------------------            Touts écrans                  ----------------------------------------- */

/*  tous les écrans */ 
#div_search{
}
  #form-cp{
    color: #333;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto; 
  }
  #div_form{
    margin: auto;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    background-color: rgba(32,226,233,1);
      padding: 15px;
      padding-bottom: 20px;
      background-color: rgba(0,0,0,0.85);
      color: #555;
  }
  #div_search{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
        background-image: url('../../images/11.jpg');
    background-color: rgba(32,226,233,1);
        background-size: cover;
  }
#msg1{
  padding: 30px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
#msg2{
  font-size: 28px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal_arrondissement{
    top: 15%;
  }
.btn_arrondissement{
  padding: 2px 4px;
}
  .degres_1{
            -webkit-transform: rotate(-2deg);
  }
  .degres_2{
            -webkit-transform: rotate(2deg);
  }
}
body{
  color: rgb(241,243,245);
}
#input_cp{
  color: #333;
}
#input_cp{
  color: #333;
}
#div_select_ville select{
  color: #333;
}
#raisons{
  padding-top: 100px;
  color: rgb(12,14,16);
  background-color: rgb(221,223,225);
}
.raison-int{
  border-radius: 2px;
}
.raison-ext{
  padding: 15px;
}
#ss_titre_raisons{
  padding-bottom: 50px;
}

* {
  box-sizing: border-box;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  min-width: 50%;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 5px;
  font-size: 14px;
}
input:focus { 
    border-color: rgba(66,133,244,0.15);
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  margin-left: 38px;
}
.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  font-size: 15px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
#btn_search{
  margin-left: 20px;
}
#villes{
    background-color: #e8edf3;
}