

/*ERIC*/
img {
    image-rendering: auto !important;
}

#back_to_top.on{
    bottom: 75px;
}
#back_to_top>span{
    background-color: black;
}

.footer_top{
background: url("http://en.dskin.eu/wp-content/uploads/2016/06/background_footer_top.png");
background-size: cover;
min-height: 150px;
}

.footer_bottom a{
margin-left: 20px;
}

.PHOTO_HOME{
   min-height: auto;
}

.PHOTO_HOME.PHOTO_PRODUCTS{
    text-align: left;
    left: 0;
    right: 0;
    min-height: auto!important;
}

.BLOCHEADER{
   max-width: 800px;
   margin: 0 auto;
}

.CALLTOACTION{
    left: 0;
    right: 0;
}

.call_to_action{
    margin: 0 auto;
    width: 540px;
}

.footer_top #text-2 .textwidget{
    max-width: 660px;
    margin: 0 auto;
}

nav.main_menu > ul > li > a[title="REQUEST"]{
    line-height: 40px!important;
    margin-top: 19px;
    background-color: white;
    border:  #188fa2 1px solid;
    color:  #188fa2;
    border-radius: 3px;
    margin-left: 20px;
}

nav.main_menu > ul > li > a[title="REQUEST"]:hover{
    background-color: #188fa2;
    color: white !important;
}

header.scrolled nav.main_menu > ul > li > a[title="REQUEST"]{
    margin-top: 8px;
    color: #188fa2;
}

header.scrolled nav.main_menu > ul > li > a[title="REQUEST"]:hover >span{
    color: white !important;
}

nav.main_menu>ul>li>a {
    padding: 0 19px !important;
}

div#fvfeedbackbutton22131 {
    top: 40% !important;
}
div#fvfeedbackbutton22131 a span{
    margin-right: -118px !important;
    padding: 10px 30px !important;
    -webkit-transform: rotate(450deg) !important;
    -webkit-transform-origin: left top !important;
    -moz-transform: rotate(450deg) !important;
    -moz-transform-origin: left top !important;
    transform: rotate(450deg) !important;
    transform-origin: left top !important;
    font-family: Lato !important;
    font-weight: black !important;
    font-size: 12px !important;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
}

.produit{
    padding: 20px;   
    display: inline-block;
    float: left;
    width: 100px;
    margin-right: 20px;
   margin-top: 20px;
    border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
}

.produit:hover{
    background-color: #333!important;
}

.produit.last{
    margin-right: 0px;
}

.produit:hover .q_font_awsome_icon,
.produit:hover h3{
    color: white !important;
}

.produit .q_font_awsome_icon{
    font-size: 60px;
}

.produit h3{
    font-size: 11px;
    line-height: 13px;
}

blockquote.with_quote_icon{
    padding: 30px 30px 30px 20px !important;
}

blockquote.with_quote_icon em{
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

@media only screen and (max-width: 600px)
{
.call_to_action {
width: auto!important;
}

.produit{
    width: 40%;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 10px;
}

}