/* Add here all your CSS customizations */

/*Remonté contact*/

/*div:target,
section:target {
    padding-top: 170px !important;
    }*/

/*Sélection du texte*/

::selection {
  background-color: #2190cd;
  color: white;
}

::-moz-selection {
  background-color: #2190cd;
  color: white;
}

/*img-fluid afficherArticles*/
.articleTexte img {
  max-width: 100%;
}

/*Tailles badges*/
.FacebookLogo,
.MyBusinessLogo {
  max-width: 100%;
  height: 4em;
  margin: 0px 10px;
}

/*Sections éditables*/
.edit p {
  font-size: 1.2em;
  line-height: 1.8;
  text-align: justify;
  opacity: 1 !important;
}

.edit h2 {
  margin-bottom: 1rem !important;
}

.edit ul {
  list-style: none;
  font-size: 1.2em;
  line-height: 1.8;
  padding-left: 1rem !important;
  padding-bottom: 1rem !important;
  text-align: justify;
}

.edit ul li ul {
  font-size: 0.8em;
  line-height: 1.8;
  text-align: justify;
  opacity: 1 !important;
}

.editQuinconce p {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  opacity: 1 !important;
}

.editQuinconce h2 {
  font-size: 3rem;
  margin-bottom: 1rem !important;
  text-align: center;
}

.lien {
  color: #1c1f21;
}

.pointer {
  cursor: pointer;
}

.artifice:hover {
  background-color: #d2d4d7 !important;
}

.form-control-sm {
  height: calc(2.3em + 0.5rem + 2px) !important;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem !important;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/*Fond vert de validation formulaires devis*/
.fondVert {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/*Bouton clignotant devis*/
.fl-fl {
  background: #2290cd;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 160px;
  position: fixed;
  right: 0px;
  z-index: 1000;
  float: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 40px 0px 0px 40px;
  -webkit-animation-name: clignote;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
}

.fassss {
  font-size: 50px;
  color: #fff;
  padding: 10px 0;
  width: 50px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}

/*
.fl-fl:hover {
    right: 0;
}
*/

.float-fb {
  bottom: 130px;
}

@-webkit-keyframes clignote {
  0% {
    box-shadow: 0px 0px 15px #2290cd;
  }

  50% {
    box-shadow: 0px 0px 0px #2290cd;
  }

  100% {
    box-shadow: 0px 0px 15px #2290cd;
  }
}

/*lien bouton text-light hover*/
a.text-light:hover {
  color: #fff !important;
}
