
body {
  padding-top: 8rem;
    background-color: white;
}

.landingPage {
	padding-top: 2rem;
}

a:hover .far, a:hover .fas, a:hover .fab
{
	color: rgba(255,255,255, 0.3);
}


	
#mainNav {
  position: absolute;
  background-color: white;
}


/*@media only screen and (min-width: 992px) {*/
  #mainNav {
    -webkit-transition: background-color 0.2s; 
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -132px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
  }

/*}*/
.btn {
  padding: 0.8rem 1rem;
  background-color: rgb(232,77,40) !important;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(33, 37, 41, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(33, 37, 41, 0.4);
  color: rgb(255,255,255);
}

.btn-arrondi {
  background-color: rgb(232, 77, 40) !important;
  border-radius: 10px;
}

.btn-arrondi-clair {
  background-color: rgb(232, 77, 40, 0.7) !important;
  border-radius: 10px;
}

.text-primary {
  color: rgb(29, 97, 161) !important;
}

.bleu_edya {
  color: rgb(0, 105, 180) !important;
}
.bleu_antitartre {
  color: rgb(0, 159, 227) !important;
}
.bleu_desemboueur {
  color: rgb(47, 152, 193) !important;
}
.vert_logo {
  color: rgb(0, 154, 150) !important;
}
.orange_edya {
  color: rgb(234, 91, 58) !important;
}
.orange_services {
  color: rgb(246, 160, 0) !important;
}

.bg-vert-etiquette {
  background-color: rgb(162, 200, 44);
}

.bg-bleu-edya {
  background-color: rgb(0, 105, 180);
}
.bg-gris-tres-clair {
  background-color: rgb(224, 224, 224);
}
.bg-rouge-mail {
  background-color: rgb(205, 23, 25);
}
.bg-vert-mail {
  background-color: rgb(193, 209, 0);
}
.bg-jaune-mail {
  background-color: rgb(232, 225, 0);
}
.bg-gris-clair-mail {
  background-color: rgb(137, 204, 204);
}
.bg-gris-bleu-mail {
  background-color: rgb(131, 208, 245);
}

.bg-vert-edya {
  background-color: rgb(0, 154, 150) !important;
}
.bg-bleu_antitartre-fade
{
  background-color: rgba(11, 187, 239,0.3) !important;	
}
.bg-vert-edya-fade {
  background-color: rgba(47, 152, 193,0.3) !important;
}
.bg-bleu_antitartre {
  background-color: rgba(0, 159, 227) !important;
}
.bg-formation {
  background-image: url("../images/bg_formation_1.jpg");
  background-size: cover;

}
.bg-faded-2 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-table-header{
  background-color: rgba(220,220,220, 0.6);
}
.bg-formation-acceuil {
  background-image: url("../images/EDYA_anticalcaire_contre_calcaire_incrustant.jpg");
background-size: cover;
}
.bg-pole-expert-accueil {
  background-image: url("../images/EDYA_Pole_Expert_Technique.jpg");
background-size: cover;
}
.bg-congres-acceuil {
  background-image: url("../images/EDYA_chauffage.jpg");
  background-size: cover;}

.bg-anticalcaire_contre_calcaire_incrustant {
  background-image: url("../images/EDYA_anticalcaire_contre_calcaire_incrustant.jpg");
  background-size: cover;
}
.bg-Expertise_Technique_bureau-etude {
  background-image: url("../images/EDYA_Expertise_Technique_bureau-etude.jpg");
  background-size: cover;
}
.bg-Antitartre_EDYA_Calc2 {
  background-image: url("../images/EDYA_Calc_chaufferie.jpg");
  background-size: cover;
}
.bg-Antitartre_EDYA_Calc_buse_conique {
  background-image: url("../images/Anticalcaire_buse_conique_divergente.png");
  background-size: cover;
}
.bg-Matinees_techniques_traitement_eau {
  background-image: url("../images/EDYA_Matinees_techniques_traitement_eau.jpg");
  background-size: cover;
}
.bg-conseil_accompagnement_plombier_chauffagiste {
  background-image: url("../images/EDYA_conseil_accompagnement_plombier_chauffagiste.jpg");
  background-size: cover;
}
.bg-desemboueur {
  background-image: url("../images/EDYA_chauffage.jpg");
  background-size: cover;
}
.edya_gradiant{
  background: -webkit-linear-gradient(50deg, #1d61a1, #009a96) !important;
  background: -o-linear-gradient(50deg, #1d61a1, #009a96) !important;
  background: linear-gradient(40deg, #1d61a1, #009a96) !important;
}

.font-edya {
  font-family: 'Titillium Web';
}

.text-responsive {
	font-size:	3vw;
}

.text-over-img {
position: absolute;
     left: 5%;
    width: 100%;
	top: 0; 
}
.bleu_roy{
	color:#0000CC;
}
.bleu_marine{
	color:##0f3cc2;
	
}

.bleu_clair{
	color:#87d3fc;
	
}
