  #soverlay
  {
    display:none;
    height:100%;
    width:100%;
    position:fixed;
    background-color:black;
    left:0;top:0;
    z-index:1009;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	z-index:9999;
  }
  #soliberte
  {
    position:fixed;
    width:930px;
    height:auto;
    left:50%;
    top:50%;
    margin:-300px 0 0 -465px;
    border:1px solid #C6C6C6;
    overflow:hidden;
    font-family: Tahoma, Arial, Helvetica;
    font-size:1.2em;
    background-color:#E9E9E9;
    z-index:10000;
    text-align:left;
  }
  
  #soliberte input
  {
    z-index:1002;
  }

  #soliberte #window
  {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
  }

  #soliberte .padding
  {
    padding:20px;
  }

  #soliberte .soco-hr1
  {
    clear:left;
    color: #F9F9F9;
    margin: 5px 0 10px 0;
  }
  #soliberte .soco-hr2
  {
    clear:left;
    color: #F9F9F9;
    margin: 20px 0 10px 0;
  }
  #soliberte .soco-hr3
  {
    clear:left;
    color: #F9F9F9;
    margin:10px 20px 15px 20px;
  }  
  
  #soliberte .logo img
  {
    position:absolute;
    display:block;
    right:13px;
    top:43px;
    width:91px;
    height:61px;
  }
  
  #soliberte #sowindow-closeX
  {
    position:absolute;
    overflow:hidden;
    right:10px;
    top:10px;
    width:15px;
    height:15px;
    cursor:pointer;
    background:url(../images/close.png) -0px -0px no-repeat;
  }
  #soliberte #sowindow-closeX:hover
  {
    background:url(../images/close.png) -15px -0px no-repeat;
  }
  #soliberte #sowindow-close
  {
    position: relative;
    top: -8px;
  }
  #so-fleche
  {
    display:inline-block;
    position:relative;
    top:23px;
    left:20px;
    width:20px;
    height:20px;
    background:url(../images/fleche-bas.png) -0px -0px no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

  }

  #soliberte .title
  {
   display:inline-block;
   font-size:1.4em;
   line-height:1em;
  }

  #soliberte .mobilite input
  {
    float:left;
    margin-right:8px;
  }  
  #soliberte .mobilite span
  {
    float:left;
  } 
  #soliberte .separator 
  {
    float:left;
    padding:0 15px 0 15px;
  }

  #soliberte .limiter .distance
  {
    width:100px;
  } 
  #soliberte .limiter .points
  {
    width:100px;
  } 
  #addr-lookup
  {
    width:width: 100%;width: 100%;    border:none;
  }
  
  #addr-lookup legend
  {
    border:none;
    font-size:1.4em;
    /*padding-bottom:18px;*/
    text-align:left;
  }
  #addr-lookup p.image
  {
    width:50px;
    float:left;
    margin-right: 10px;
  }
  #addr-lookup p
  {
    position:relative;
    float:left;
    width:220px;
    height:50px;
    margin-left: 5px;
  }
  #addr-lookup p label
  {
    position:relative;
    font-size:1.2em;
  }
  #addr-lookup p input
  {
    position:relative;
    width:205px;
    top:5px;
    padding:5px;
    font-size:15px;
  }  
  
  #addr-lookup p.postal
  {
    width:130px;
    margin-right: 5px;
  }
  #addr-lookup p.postal input
  {
    width:120px;
  }
  
  #addr-lookup p.search
  {
    width:150px;
  }
  #addr-lookup p.search input
  {
    width:140px;
  }
  #addr-lookup p.lookup
  {
    width: 50px;
    height: 20px;
    position: relative;
    top: 33px;
    left: -30px;
    z-index: 1010;
  }

  /*
   * Barre de recherche geographique
   */   
  #soliberte .home
  {
    float:left;
    padding-top:10px;
    padding-right:10px;
  }

  /*
   * Choix du mode de livraison
   */   

  #carrier-select
  {
    position:relative;
    padding-bottom:10px;
  }
  #carrier-select span
  {
    padding-bottom:10px;
  }
  #carrier-select em, #carrier-select input
  {
    position:relative;
    font-style:normal;
    top:-10px;
  }
  #carrier-select .spacing
  {
    border:1px solid transparent;
    width:5px;
    float:left;
  }

  #carrier-select .first-carrier
  {
    float:left;
    width:200px;
  }
  #carrier-select .carrier
  {
    float:left;
    width:240px;
  }
  #carrier-select .last-carrier
  {
    float:left;
    width:180px;
  }



  /*
   * Liste des Points de Retrait
   */   
  #points
  {
 background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    clear: both;
    float: left;
    height: 305px;
    line-height: 110%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: relative;
    width: 48%;
  }
  /*
   * Carto Google Map
   */   
  #gmap
  {
   background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    float: right;
    height: 305px;
    margin-left: 5px;
    overflow: hidden;
    width: 49%
  }
  @media (max-width: 767px) {
		  #soliberte {
		  width:100%;
		  	  height:70%;
		  text-align:center;
margin:0;
left:0;
top:0
		  }
		  #soliberte .logo img {
		  top:125px
		  }
		  #addr-lookup p.search {
		  margin-top: 20px;
		  margin-left:45%
		  }
  }

  .divider
  {
    clear:both;
  }
  .divider-short
  {
    clear:both;
    height:5px;
  }
  .divider-tall
  {
    clear:both;
    height:13px;
  }
  .float-left
  {
    float:left;
  }
  .float-right
  {
	margin:10px;
    float:right;
  }
  .spacing10
  {
    width:10px;
  }
  /*
   * Styles de la liste des points de retrait
   */

   /*
   * En Conges
   */
  div.conges
  {
    float:left;
    position:relative;
    clear:both;
    width:100%;
    margin:0;
    padding-top:5px;
    border-bottom:1px solid silver;
    background-color:#f1f2f4;
    cursor:pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .conges:hover
  {
    background-color:#f1f2f4;
  }
  .conges .distance
  {
    float:right;
    padding-right:10px;
    line-height:160%;
    font-size:10px;
  }
  
  .conges .libelle 
  {
    padding-left:10px;
    font-weight:bold;
  }
  .conges .address1, .conges .address2   
  {
    padding-left:10px;
  }
  .conges .code_postal
  {
    padding-left:10px;
  }
  .conges .picto 
  {
    float:left;
    padding:10px 0 0 10px;
    display:inline-block;
    height:50px;
  }
  .conges .mobred
  {
    position:relative;
    float:right;
    margin:0 15px 5px 0 ;
  }

  /*
   * Normal
   */
  div.point
  {
    float:left;
    position:relative;
    clear:both;
    width:100%;
    margin:0;
    padding-top:5px;
    border-bottom:1px solid silver;
    cursor:pointer;
  }
  .point:hover
  {
    background-color:#f9f9e9;
  }
  .selected
  {
    background-color:#f1f1e1;
  }
  
  .point .distance
  {
    float:right;
    padding-right:10px;
    line-height:160%;
    font-size:10px;
  }
  
  .point .libelle 
  {
    padding-left:10px;
    font-weight:bold;
  }
  .point .address1, .point .address2   
  {
    padding-left:10px;
  }
  .point .code_postal
  {
    padding-left:10px;
  }
  .point .picto
  {
    float:left;
    padding:10px 0 0 10px;
    display:inline-block;
    height:50px;
  }
  .point .mobred
  {
    position:relative;
    float:right;
    margin:0 15px 5px 0 ;
  }
  .point .mobred img
  {
  }
  .point-choose
  {
    display:inline-block;
    position:relative;
    float:right;
    width:24px;
    height:24px;
    margin:-2px 15px 5px 0 ;
    border:1px solid transparent;
    z-index:1011;
  }
  .point-choose img
  {
    position:absolute;
    top:4px;
    left:4px;
  }
  .point-choose:hover 
  {
    background-color:silver;
    border:1px solid grey;
  }
  #points .spacer 
  {
    clear:left;
    height:500px;
    
  }
  // Style des textes des fenetres de la carto
  //
  #gmap .wtitle
  {
    font-size:10px;
    font-weight:bold; 
  }
  #gmap .wsubtitle
  {
    font-size:9px;
  }
  .horaires-tbl
  {
    width:250px;
    font-size:10px;
  }
  
  .horaires-tbl td
  {
    padding: 0;
  }
  .conges-tbl
  {
    font-size:11px;
    font-weight:bold;                
  }
  #gmapwindow
  {
    min-height:150px;
    width:350px;
  }
  #gmapwindow .wtitle
  {
    font-size:14px;
    font-weight:bold;
    color:green;
  }
  #gmapwindow .wsubtitle
  {
    font-weight:bold;
  }
  #gmapwindow .wchoose
  {
    float:right;
    clear:both;
    margin-right:40px;
  } 

  #table-sodesc tr td   
  {
    border:none ;
  }                
  #table-sodesc .delivery
  {
    background-color:#f1f2f4;
    padding:10px;
    border:1px solid silver;
    border-collapse:separate
  }
  
#table-sodesc .delivery td {
	padding:0;
}
  #table-sodesc #delivery_address
  {
    border:1px dashed silver;
  }
  
  .information-fleche
  {
   background:transparent url(../images/fleche-haut.png) no-repeat;
   position:absolute;
   display:block;
   width:20px;
   height:20px; 
   z-index:1005; 
  }
  .information-close
  {
    position:absolute;
    overflow:hidden;
    right:10px;
    top:10px;
    width:15px;
    height:15px;
    cursor:pointer;
    background:url(../images/close.png) -0px -0px no-repeat;
  }
  .information-close:hover
  {
    background:url(../images/close.png) -15px -0px no-repeat;
  } 

  .rdv-fleche
  {
   top:-15px;
   left:380px;
  }  
  .domicile-fleche
  {
   top:-15px;
   left:15px;
  }
  .cityssimo-fleche
  {
   top:-15px;
   left:15px;
  }
  .poste-fleche
  {
   top:-15px;
   left:380px;
  }
  .commercant-fleche
  {
   top:-15px;
   left:15px;
  }           
  
  .informations 
  {
    display:none;
    border:1px solid black;   
    line-height:150%;
    position:relative;
    margin:10px;
    padding:8px;
    background-color:#fff2c7;
  }

  .informations-help
  {
    cursor:pointer;
    position:relative;
    display:inline-block;
    border:1px solid transparent;
    padding:4px;
    top:-30px;
  }
  .informations-help:hover
  {
    border:1px solid blue;
    padding:4px;
  } 
  .soco-choose
  {
    cursor:pointer;
    margin-right:15px;
  }
  #soco-choose-dom
  {
    cursor:pointer;
  }
  #soco-choose-rdv
  {
    cursor:pointer;
  }  
  .rdv-paris-disabled
  {
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }
  
  #supplement_paris1
  {
    color: grey;
    font-size: 11px;
    position: relative;
    left:+53px;
    top: -10px;
  }
  
  #supplement_paris2
  {
    float:right;
    color:red;
    font-size:9px;
    font-weight:bold;
    margin-right: 30px;
    margin-top: 15px;    
  }

  /*
   * Prestashop 1.5
   */

   .choose-again-2
   {
       margin:30px;
   }
   .so-phone-field
   {
       margin-right:15px;
   }
   .so-argu-rdv
   {
      margin: 30px 30px 0 30px; 
   }
   .so-argu-tel
   {
      margin: 15px 30px 0 30px;
   }   
   .limiter {
    position: relative;
    top: -6px;
   }
 @media (max-width: 479px) { 
 {
   #soliberte {
   height:100% !important;
   overflow-y : scroll !important;
   }
   #addr-lookup p {
   clear:both !important;
   width: 100% !important;
   }
   #addr-lookup p label {
   float:left !important;
   }
   #addr-lookup p input {
      float:right !important;
   }
   }