@font-face {
    font-family: 'relevantLight';
    src: url('fonts/relevantLight.eot?') format('eot'),
         url('fonts/relevantLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

body,html{
    padding: 0px;
    margin: 0px;
}
#navigation{
    height: 80px;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    vertical-align:top;
    top: 0px;
    left: 0px;
    z-index: 1500;
    border-bottom: 1px solid grey;
    padding: 20px;
    display: table;
}

#navigation .logo{
text-align: center;
}


#navigation .form-control{
    display: table-cell;
    width: 30%;
    margin-left: 50px;
    border-radius: 20px;
}

.link{
  color: #6c757d;
  text-decoration: none;
}

.link:hover{
    color: #6c757d;
    text-decoration: none;
    
}

.jumbotron{
  background-image: url('https://atelier.bricorama.com/img/banv2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

@media screen and (max-width: 970px){
.jumbotron{

  background-image: url('https://atelier.bricorama.com/img/banmobile.jpg');
}
}

.jumbotron h1{
  color: #fff200;
}
.text-muted {
  color: #ffffff !important;
}

#slider{
  background-image: url('https://img.bricomarche.org/background_bmbr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}


ul{
    margin: 0px;
    padding: 0px;

}

ul li{
    list-style-type:none;
    text-decoration: 0px;
}

h5{
    border-bottom: 2px solid #fff200;
    padding-bottom: 5px;
    width: 90%;
    margin-top: 25px;
}

input[type='range'] {
  width: 210px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 5px;
  background: #fff200;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
  background: none;
}

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: -7px;
  background: #fff200;
  border: 1px solid #fff200;
  border-radius: 25px;
  z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
  z-index: 2;
}

.rangeslider{
    position: relative;
    height: 60px;
    width: 210px;
    display: inline-block;
    margin-top: -5px;
}
.rangeslider input{
    position: absolute;
}
.rangeslider{
    position: absolute;
}

.rangeslider span{
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right{
   position: relative;
   float: right;
   margin-right: -5px;
}

#vignette{
  max-width: 30%;
  min-width: 220px;
  margin: 1%;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(242,242,242,0.45);
  -moz-box-shadow: 0px 0px 10px 3px rgba(242,242,242,0.45);
  box-shadow: 0px 0px 10px 3px rgba(242,242,242,0.45);
  display: inline-table;
}

.img{
  width: 100%;
  height: 200px;
  background-size: cover;
}

.prix{
  background: #fff200;
    width: 128px;
    border-radius: 0px 0px 0px 10px;
    margin-left: auto;
}

.magasin{
  font-size: 13px;
}

#vignette .content{
  padding: 15px;
}

#vignette .titre{
  font-family: sans-serif;
  text-align: center;
  border-bottom: 2px solid #fff200;
  margin-bottom: 5px;
  padding-bottom: 5px;

}
#vignette .fas{
  color: #adb5bd;
  margin-right: 5px;
}

#vignette .prix1{
  font-weight: 600;
}

#vignette .prix1 span{
  font-size: 12px;
  font-weight: normal;
}

.form-control{
  width: 90%;
}

#footer {
  width: 100%;
  background: #fff200;
  text-align: center;
  padding: 50px;
  margin-top: 10%;
  font-family: unset;
  font-weight: 600;
}

#ui-id-1{
    background: rgb(255, 255, 255);
    width: 11%;
    list-style: none;
}

.ui-menu-item-wrapper:hover{
  cursor: pointer;
  color: #fff200;

}

#d1{
  display:none;
}

#togg1{
    position: relative;
    padding-top: 70px;
    text-align: center;
    top: 60px;
}

#togg1:hover{
  cursor: pointer;
  color: #fff200;
}

a{
  color: black;
  text-decoration: none;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

#slider .container{
  text-align: center;
  min-height: 200px;
  padding-top: 3%;
}

.btn-primary {
  background-color: #fff200;
  color: black;
  border-color: #d7e300;
}

.btn-primary:hover {
  background-color: #fbee00;
  color: black;
  border-color: #d7e300;
}
   
.btn-primary:link {
  background-color: #fbee00;
  color: black;
  border-color: #d7e300;      
}
      
.btn-primary:visited {
  background-color: #fbee00;
  color: black;
  border-color: #d7e300;      
}

.btn-primary:active {
  background-color: #fbee00;
  color: black;
  border-color: #d7e300;      
}

.text-muted2{
  color: #6c757d!important;
  font-size: 50%;
}

.box_left{
  text-align: center;
}
.box_left .form-control {
  width: 40%;
  margin: auto;
  }
.participants_restants{
  color:green;
}

input[type=number] {
  width: 25%;
}

.descriptionatm{
  margin-top: 20px;
  border: 1px solid gainsboro;
  padding: 10px;
}

.lead {
  font-size: 1.60rem;
  font-weight: 300;
}
#test2{
  display: none;
  position: absolute;
  margin-top: 20%;
}

#separation_header{
  border: 2px solid #fff200;
}

a:hover{
  color: black;
  text-decoration: none;
}
#vignette:hover {
  -webkit-box-shadow: 0px 0px 42px 22px rgba(227,227,227,1);
  -moz-box-shadow: 0px 0px 42px 22px rgba(227,227,227,1);
  box-shadow: 0px 0px 5px 2px #FFEB3B;
  transition-duration: 1s;
}

ul#ui-id-1 {
  font-size: 15px;
}

#footer a{
  font-size: 10px;
}

.hidden {
    display: none;
}

/** cookie banner **/

#cookie-banner {
    padding: 1rem;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #393e44;
    z-index: 1000;
}

#cookie-banner a, #cookie-banner a:hover {
    color: white;
}

#cookie-banner div {
    color: #ebf8ff;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    align-items: center;
    display: inline-flex;
}

#cookie-banner div span:first-child {
    text-align: left;
    margin-right: 0.5rem;
    font-weight: 600;
    flex: 1 1 auto;
    line-height: 20px;
    text-align: center;
}

#cookie-banner div span:second-child {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    border-radius: 9999px;
    background-color: #4299e1;
}
.btn-cookie{
    cursor: pointer;
    color: black;
    background-color: #fff202;
    border:none;
    border-radius: 7px;
    padding: 7px;
}
.btn-cookie-refused{
    cursor: pointer;
    color: white;
    background-color: #646769;
    border:none;
    border-radius: 7px;
    padding: 7px;
}
.page-cookie p {
    text-align: justify;
}
.page-cookie ul li {
    list-style: disc;
    margin-left: 40px;
}

.page-cookie ul.square li {
    list-style: square;
}

.page-cookie h4 {
    margin-top: 20px;
}