#shopchoose {
    /* position: fixed; */
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    top:0;
    left:0;
    overflow-y: auto;
    z-index: 999;

    font-family: "Poppins";
    background-image: url(../img/fond.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#shopchoose ~ main  {
    display: none!important;
}

    

/*_________________________________________________GENERAL___*/


#shopchoose header,#shopchoose .box{
    background-color: white;
    -webkit-box-shadow: 3px 3px 3px black;
    box-shadow: 2px 4px 10px black;
    padding: 30px 15px;
    margin: 20px 0;
    text-align: center;
}

#shopchoose .boxes {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*_______________________________________________1ere boite___*/


#shopchoose h1{
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

#shopchoose h1{
    background-image: url(../img/logo_solibat.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 453px;
    max-width: 100%;
    height: 74px;
    margin: 0 auto;
}

#shopchoose .p30 {
    padding: 0 15%;
}

@media (max-width:991px) {

    #shopchoose .rflex {
        display: flex;
        flex-direction: column;
    }
    #shopchoose .p30 {
        padding: 0 10px;
    }
}
@media (max-width:453px) { 
    #shopchoose h1{
        width: 100%;
    }
}


#shopchoose header .barre {
    margin: 0 auto;
    width: 50%;
    height: 1px;
    border-top: 3px solid #f8a543;
}


#shopchoose header .row div:last-child p {
    margin-top: 3rem;
    font-size: 1.25rem;
    color:#000;
    font-weight: bold;
}

/*_____________________________________________2eme boite___*/

#shopchoose .box h2 {
    font-weight: bold;
    margin-bottom: 2rem;
}

#shopchoose .box h3 {
    color: #f8a543;
    font-weight: bold;
    font-size: 1.8rem;
}

#shopchoose .box h3,
#shopchoose .box h2,
#shopchoose .box li {
    margin-top: 2rem;
}

#shopchoose .box span {
    font-weight: bold;
    padding-left: .5em;
}

#shopchoose .box .row .row >div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

#shopchoose .box .row .row div:last-child{
    margin-top: 2rem;
}

@media (min-width: 992px) {
    #shopchoose .box .row .row > div:first-child {
        border-right: 2px solid #f8a543;
    }
}

/*_____________________________________MODIFICATION LISTE___*/

#shopchoose .box ul {
    list-style: none;
    padding: 0;
}

#shopchoose .box li::before {
    content: "• ";
    color: #f8a543;
}

#shopchoose .text-left {
    text-align: left;
}

#shopchoose .rflex {
    display: flex;
}
#shopchoose .cflex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #f8a543;
    width: 100%;
    height: 36px;
  }
  
  #shopchoose .box .select-options li {
      margin: 0;
      padding: 6px 0;
  }
  #shopchoose .box .select-options li:before {
    content:"";
  }

  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* background-color: #f8a543; */
    padding: 6px 10px 2px 10px;
    border: 3px solid #f8a543;
    /* padding: 8px 15px; */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #f8a543 transparent transparent transparent;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .select-styled:hover {
    background-color: #f8a543;
    color:#fff;
  }
  .select-styled:hover::after {
    border-color: #FFF transparent transparent transparent;
    }
  .select-styled:active, .select-styled.active {
    background-color: #fff;
    color: #f8a543;
  }
  .select-styled:active:after, .select-styled.active:after {
    top: 5px;
    border-color: transparent transparent #f8a543 transparent;
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-bottom: 1px solid #f8a543;
    border-left: 1px solid #f8a543;
    border-right: 1px solid #f8a543;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .select-options li:hover {
    color: #cc9454;
    background: #fff;
  }
  .select-options li[rel="hide"] {
    display: none;
  }
  

/*_____________________BOUTON__ENVOYER___*/

#shopchoose .box .btsoli {
    background-color: white;
    border: 3px solid #f8a543;
    color: #f8a543;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

#shopchoose .box .btsoli:hover {
    background-color: #f8a543;
    color: white;
}


/*_____________________SHOPCHOOSE____BANNER___*/

#shopchoose-banner {
    background-color: #f8a543;
    height:55px;
    display: flex;
    justify-content: center;
    align-content: center;
}

#shopchoose-banner .center-shopchoose {
    display: flex;
    justify-content: center;
    align-items: center;
}

#shopchoose-banner .center-shopchoose .select {
    width: 200px;
}

#shopchoose-banner .center-shopchoose .texte-shopchoose {
    white-space: nowrap;
    color:#44433e;
}