

* {
	box-sizing:border-box
}
body {
  color: #ffffff;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 20px;
  background: #00AA3F;
  overflow-x: hidden;
  margin: 0;
}

#logo {
  position: relative;
width: 340px;
margin-left: -44px;
}
#logo-mobile {display: none;}

.background {
  position: absolute;
  max-width: 100%;
  z-index: 1;

}
#bas {  bottom: 0;}
#haut {top: 0;}
#back-mobile {display: none;}

h1 {
    font-weight: 700;
}

p {
	margin: 0 0  30px 0;
  width: 85%;
}


.container {
 position: relative;
max-width: 50%;
margin: 0 auto 0 auto;
z-index: 2;
}

.btn {
    border-radius: 20px;
    font-size: 18px;
    background: #e6002d;
    border: 1px solid #e6002d;
    color: #fff;
    padding: 6px 45px 6px 45px;
    font-weight: 500;
	text-decoration:none;

}

.btn:hover  {
	background: #ffffff;
  color: #e6002d;
}

.tel {
    font-size: 25px;
    white-space: nowrap;
    color: #ffffff;
    text-decoration: none;
}

.prixtel {
    font-size: 12px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
  
    
    #haut {display: none;}
    #bas {display: none;}
    .container {max-width: 80%;}
    p {width: 100%; font-size: 16px;}
    #logo { display: none;}
    #logo-mobile {display: block; margin-left: 0; max-width: 100%; }
  h1 {font-size: 28px;}
  .tel {font-size:20px;}
}
