.dropdown-content li>a{
  color:black;
}
.dropdown-button:hover{
  background-color: #ABC956;
}

.listeDeroulante:hover{
  background-color:#ABC956;
  color: white;
}

.listeDeroulanteDisabled:hover{
  background-color:#CFCFCF;
}

footer.page-footer{;
  background-color: #ABC956;
  font-size: 14px;
}
nav ul a{
  color:black;
  font-size: 22px;
}
.section{
  font-size: 18px;
}

.btnRS{
  background-color: #352d2f;
  font-size: 15px;
}
.btnRS:hover{
  background-color:#ABC956;
}
.card-content{
  background-color: #ABC956;
}
.classLiMateriel{
  display: none;
}
#ulListMateriel{
  font-size: 13px;
  margin-bottom: 0px;
}
div.slider .slides li img{
  background-size:100% 100%;
  cursor: pointer;
}

#lgRisque, #lgBudget, #lgReglementation{
  cursor: pointer;
}

#bNext{
    height: 120px;
    position: absolute;
    background: rgba(0,0,0,0.59);
    top: 220px;
    right: 2px;
    border:none;
    z-index: 2;
    font-size: 35px;
    color : white;
}

#bPrev{
    height: 120px;
    position: absolute;
    background: rgba(0,0,0,0.59);
    top: 220px;
    left: 1px;
    z-index: 2;
    border:none;
    font-size: 35px;
    color : white;
}

#bHotelPrev{
    height: 120px;
    position: absolute;
    background: rgba(0,0,0,0.59);
    top: 185px;
    left: 1px;
    z-index: 2;
    border:none;
    font-size: 35px;
    color : white;
}

#bHotelNext{
    height: 120px;
    position: absolute;
    background: rgba(0,0,0,0.59);
    top: 185px;
    right: 2px;
    border:none;
    z-index: 2;
    font-size: 35px;
    color : white;
}

.btnIndexDevis{
  background-color: #ABC956;
}
.btnIndexDevis:hover{
  background-color: #805417;
}

.textSlideEng{
  color : black;
}

#hotel{
  width: 275px;
  border-radius: 70px;
}

#industrie{
  width: 275px;
  border-radius: 70px;
}
#removeText{
  opacity: 0;
}

.showSlide1{
  opacity: 0;
}
.showSlide2{
  opacity: 0;
}

.listCovid {
    margin-bottom: 20px;
    display: none;
}

#commentaire {
    padding-bottom: 0px;
    padding-top: 0px;
}

.circle {
    display:table-cell;
    background: rgb(223, 228, 213);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    line-height:2em;
    border: 10px solid rgba(255,255,255,0.7);
    text-align: center;
    margin-bottom: 20px;
}

#texte {
    position:absolute;
    z-index:10;
    background:transparent;
    font-size: 5px;
}

.liste_produit {
    display: none;
    margin-bottom: 10px;
}

div#liste_matiere {
    margin-top: 20px;
}

div#liste_produit {
    margin-top: 25px;
}

.liste_document {
    margin-bottom: 15px;
}

#text_bleu {
    color: #0000ff;
    text-decoration: underline;
    font-size: medium;
}

#colonne1, #colonne3 {
    height: 4200px;
    background-color: #d6f1ff;
}

@media screen and (max-width: 1200px) {
    #colonne1, #colonne3 {
        height: auto !important;
    }

    #texte {
        display: none;
    }
}

#afficher {
    color: #25a0e2;
    font-size: medium;
}

#text_methode {
    color: #8a8a8a;
}

.clignote {
    color:red;
    animation: clignote 2s linear infinite;
}
@keyframes clignote {
    50% { opacity: 0; }
}

@media screen and (min-width: 1200px) {
    #colonne1, #colonne3 {
        height: 4200px !important;
    }
}

