
/* Reset Select */
select.transparent:focus {
    box-shadow: none !important;
}
select.transparent, select.rond {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #FFF;
  background-image: none;
}
input.rond {
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    border:1px solid #CCC !important;
    border-radius : 10px;
    text-align:center !important;
    margin: 5px 0px;
}
input.rond:focus {
    border:1px solid #000;
}


select.transparent {
    margin-top:5px;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #777;
    border:0;
    text-align:center;
    width:100%;
    text-align-last: center;
}
input.transparent {
    margin-top:5px;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #777;
    border:0;
    text-align:center;
    width:100%;
    text-align-last: center;

}
input.transparent:focus, input.transparent:active, input#recherche {
    border:0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}




/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
select.rond {
    position: relative;
    display: flex;
    background: #FFF;
    overflow: hidden;
    color: black !important;

    text-align:center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    border:1px solid #CCC !important;
    border-radius : 6px;
    text-align-last:center;
    width: 95%;
    padding-top: 10px;
    padding-bottom:10px;
    margin: 5px 0px;
}
select.rond:focus {
    border:1px solid #000 !important;
}

#FiltreValider:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

/* Arrow */

/* Transition */
.select:hover::after {
  color: #f39c12;
}

a.bouton-plus {
    padding: 10px 15px 10px 15px;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #777;
    border:1px solid #CCC !important;
    border-radius : 10px;
    text-align:center !important;
    text-decoration: none;
}

a.bouton-plus:hover {
    color: #000;
    border:1px solid #000 !important;
}


.compteur {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 3px 7px 2px 7px;
    margin-left: 6px;
    font-weight: 700;
    color: #808080;
}

div.collections h3 {
    font-size:30px;
    line-height: 30px;
}
div.collections p {
    font-size:12px;
    line-height: 15px;
}


.labelor {
    background-color: #FFEA94;
}

@keyframes couleur {
    0%   {color:#ffcc06; }
    25%  {color:#ccc; transform: rotate(10deg);}
    50%  {color:#ffcc06; transform: rotate(-10deg);}
    75%  {color:#ccc; transform: rotate(10deg);}
    100% {color:#ffcc06; }
}
.bump {
    position: relative;
    animation-name: couleur;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.no-result p {
    font-size:15px;
    font-weight:700;
}

/* FILTRE PAGE D'ACCUEIL */
.titre-filtre {
    font-weight: 700;
    font-size:14px;
}
.filtre-index select, .filtre-index input {
    line-height:15px;
    font-size:13px !important;
    text-align:left;
    text-align-last: left;
    margin-top:0;
    padding-right: 0;
    padding-top: 3px;
}

.filtre-index input:focus, .filtre-index input:active {
    border:0 !important;
}

.filtre-index {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


/*LISTE DE FILTRES */
h1.liste-filtre {
    font-weight: 700;
    font-size: 16px;
}

h1.liste-filtre span::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f35a";
    margin-left:4px;
    margin-right:4px;
}




@media (max-width: 768px) {
    /*.col-sm-6:nth-of-type(1n+2) {
        padding-left:0;
    }
    .col-sm-6:nth-of-type(2n) {
        padding-left:5px;
    }*/
    #FiltreDates{
        width:97.5%;
    }
}


/*PRESENTATION*/
.presentation  span.label-default {
    background-color: #FFF;;
    padding:14px 16px;
    border: 0;
    border-radius: 6px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}



/* SELECT UTILISE POUR L'ORDRE DES RESULTATS */
select.mini {
    position: relative;
    float: left;
    clear:none;
    background: transparent;
    overflow: hidden;
    color: #777 !important;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    border: 1px solid #CCC !important;
    border-radius: 4px;
    text-align-last: center;
    /*width: 95%;*/
    padding-top: 0px;
    padding-bottom: 0px;

}
