@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,700');


.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

#recommandator {
    position: absolute;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 99999;
    display: block;
    min-height: 360px;
}
#recommandator a {
    text-decoration: none;
}

#recommandator * {
    box-sizing:border-box
}
#recommandator h2 {
   font-weight: bold;
   font-family: 'Lato', 'Open Sans', Arial,sans-serif;
   text-align: center;
   font-size: 2em;
   display: inline-block;
   vertical-align: top;

}
    #recommandator h2 i {
       width: 50px;
       height: 50px;
       background-color: #f26c13;
       color: #fff;
       border-radius: 50%;
       line-height: 50px
    }


#recommandator .close {
    background: #222;
    border: 2px solid #fff;
    color: #FFFFFF;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;

}


.lightbox {
    width: 960px;
    position: relative;
    top:10px;
    margin: 10% auto;
    padding: 12px 35px 35px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
}

#recommandator input[type=text] {
    font-size: 16px;
    width:88%;
    margin:40px 0 30px 0;
    padding: 0.5em 1em;
    background-color: #f2f2f2;
    height: 40px;
    outline: none;
    border: 1px solid #f1f2f4;
    border-radius: 5px;
}
#recommandator  .search {
    display: inline-block;
    vertical-align: top;
    width: 54%;
    margin-left: 2em;
}

#recommandator  .search img {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#recommandator .img_home {
    text-align: center;
}

#recommandator .img_home img {
    width: 400px
}

#recommandator .btn-wrap {
    text-align: center;
}

#recommandator .btn, #recommandator .btn.home {
    background-color: #f26c13;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    width: 49%;
    padding:20px 40px;
    text-align: center;
    font-weight: bold;
}
#recommandator .btn.home {
    display: inline-block;
    border-radius: 5px;
    width: 49%;
    padding:20px 40px;
}

#recommandator .event-button .btn.home {
    width: 32%;
}

#recommandator .btn:hover {
    background-color: #d35a0e;
}

#recommandator .ariane{
    margin: 0;
    color: #666;
    font-size: 14px;
    padding-left: 1em;
    font-style: italic;
}
    #recommandator .ariane a{
        color: #f26c13
    }

#recommandator ul.reco-listing  {
    padding : 0;
}
#recommandator ul li {
       list-style-type: none;
}
#recommandator ul.reco-listing li  { 
    border-bottom: 1px solid #eee;
    padding:20px 15px;
}
#recommandator ul.reco-listing li:hover  {
  background-color: #eee
}

#recommandator .reco-listing div {
    display: inline-block;
    vertical-align: top;
}

#recommandator .reco-listing .img-wrap {
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-right: 2em;
    margin-top: 0;
    position: relative;
}

#recommandator .reco-listing .img-wrap img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 150px;
    width: 150px;
}

#recommandator .reco-listing h3{
    margin-top: 0;
    color: #f26c13
}

#recommandator .reco-listing p{
    color: #999
}

#recommandator .reco-listing .product {
        max-width: 80%;
}

#recommandator .half {
    display: inline-block;
    width: 49%;
    margin: 1em 0 4em;
    border-right: 2px solid #eee;
    padding-left: 1em;
    vertical-align: top;
}
#recommandator .half:last-child {
    border: none
}
#recommandator .half h3, #recommandator  h3  {
    color: #f26c13;
}
#recommandator  label {
   display: block;
   font-weight: bold;
 margin: 2em 0 1em;
}

#recommandator .half input[type="checkbox"], #recommandator .half input[type="radio"]{
   height: 20px;
   width: 20px;
       vertical-align: text-bottom;
}

#recommandator .arbo li {
    line-height: 30px
}

#recommandator .arbo li img {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: text-top;
}


#recommandator .arbo .reco-listing li {
border: none;
padding: 10px 15px;
}

#recommandator .half.arbo h3 {
    color: #f26c13;
    font-size: 16px
}

#recommandator .reco-listing .img-wrap {
    width: 100px;
    height: 70px;
}

#recommandator .question-unique {
    margin: 0 auto 2em auto;
}

#recommandator .question-unique  h3{
    text-align: center;
    font-size: 2em

}

#recommandator .half.one-third {
    width: 37%
}

