@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 600px) {
  .mo { display: block;}
  .desktop {display: none;}
}
@media only screen and (min-width: 601px) {
  .mo { display:none;}
  .desktop {display: block;}
}
.left{



}
.call{}

.go-top.left a, .go-top.left a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    background-image: url(../images/icons/icon-call.svg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 25px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.head:hover,
a.head:focus,
a.head:visited:hover,
a.head:visited:focus { color:#FFA600;}
a.head:active{color:#FFA600;}

.tarif{color: #FFFFFF;
font-size: 12px;}

.tarif2{color: #000000;
font-size: 12px;}

.h3{}

.tarif.mo{ font-size:9px;}