
.montserrat-normal {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-black {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.text-bleu { color: #00a3ea; }
.btn-bleu { background-color: #00a3ea; color: white;  }
.text-rouge { color: #FF0000; }
.btn-rouge { background-color: red; color: white;}
body { 
    background-color: #535f77;
}

#logo { transform: rotate(-4deg); }
#tel { transform: rotate(4deg); }

.desktop {display: block;}
@media only screen and (max-width:1100px) {
.desktop { display: none;}
}