
body{
  color: #181818;
  font-family: Quicksand,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

input{
    margin-bottom: 10px;
    margin-top: 10px;
}


header{
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 1rem;
    z-index: 9;
}

.nav-sticky{
    position: fixed;
    left: 0;
    width:100%;
    padding: 5px 20px 5px 20px;
    background-color: white;
    box-shadow: 0 0.0625rem 0.25rem rgb(0 0 0 / 15%);
  }

.logo_url_sticky img{
      height: 50px;
  }

main{
    margin-top:60px;
  }

.main_section{
    padding-top:60px;
  }

/*###  HOME - MAIN ###*/
.home_main_section {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,hsla(0,0%,96%,0)),to(rgba(255,147,0,.3)));
    background-image: linear-gradient(180deg,hsla(0,0%,96%,0) 50%,rgba(255,147,0,.3));
    position: relative;
}

.home_date{
    font-weight: 500;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.home_title{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 50px);
    color: white;
    text-shadow: 1px 1px 2px black;
}

.home_excerpt{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 50px);
    color: white;
    text-shadow: 1px 1px 2px black;
}

.section_excerpt{
    margin-bottom: 1.3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
}


.btn_close{
    max-width: calc(100% - 50px);
    font-weight: 700;
    border: none;
}

.logo_site img{
    margin-top: 1.6rem;
    height: 90px;
}

.logo_pdj img{
    height: 36px;
}


.form_title2{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.6rem;

}

.form_section{
    margin: 2rem 1.2rem 2rem 1.2rem;
    padding: 2rem;
    background-color: white;
}

label{
    margin-bottom: 5px;
}

@media screen and (min-width: 720px) {
    .home_excerpt{
        max-width: 660px;
    }
    .home_title{
        max-width: 660px;
    }
}

@media screen and (min-width: 1140px) {
    .home_main_section {font-size:2rem}
    .logo_site img{height: 120px;}
    
}



/*### FOOTER ###*/
footer{
    display: block; 
}

.footer_main{
    color: #184791;
    text-align: center;
    padding: 1.25rem 0;
    background-color: white;
    font-weight: 700;
}

.footer_container{
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}


.btn_scan {
    font-size: 1rem;
    padding: 0;
    text-decoration: underline;
    width: 100%;
    border: none
}

.btn_scan, .btn_scan:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button_scan_grattage{
    background-color: #b21c7d;
    border: 0.1rem solid #b21c7d;
    border-radius: 0.4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button_scan_grattage:hover{
    color: #fff;
}

.button_scan_recu:hover{
    color: #fff;
}


.button_scan_recu{
    background-color: #049a49;
    border: 0.1rem solid #049a49;
    border-radius: 0.4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.radio_label{
    border: .125rem solid #d2d2d2;
    border-radius: 2.8125rem;
    padding: .375rem 1.25rem .375rem 1.925rem;
}

.form-check-input[type=radio] {
    min-width: 1.75rem;
    min-height: 1.75rem;
    margin-right: 5px;
}

.form_input_number {
    letter-spacing: 2px;
}

.bdcrumb {
    display: flex;
    background-color: #f0f1f0;
    font-size: 1rem;
    font-weight: 500;
    height: 55px;
    align-items: center;
    padding-left: 20px;
}