@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 600px) {
  .mo { display: block;}
  .desktop {display: none;}
  .logo_nr{
    font-size: 5.3vw;
    z-index: 9999;
    color: #00a650;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
  }
  
  .home-content h1 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 10vw;
  line-height: 1.231;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.2rem;
  width: 100%;
  position: relative;
}
  
  
  
  

}
@media only screen and (min-width: 601px) {
  .mo { display:none;}
  .desktop {display: block;}
  .logo_nr{
    font-size: 1.3vw;
    z-index: 9999;
    color: #00a650;
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
  }
  .home-content h1 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 6.5rem;
  line-height: 1.231;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.2rem;
  width: 60%;
  position: relative;
}

  
}
.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{}
.home-content h3 {
	color: #fff;

}


.tarif.mo{ font-size:9px;}
