/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___ 
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2017 SOLEDIS
*  @license   All Rights Reserved
*/

.module-sldvetoavenue-mystore #center_column label {
    font-size: 14px;
    margin-right: 12px;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .module-sldvetoavenue-mystore #center_column{
        margin-top: 0;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
        background: #e8e7e5;
        border-radius: 10px;
        padding: 20px 25px;
        width: 92%;
        margin: 0 auto;
        float: none;
        margin-bottom: 25px;
    }
}

h1{
    padding-bottom: 22px;
    font-weight: 700;
}
@media (max-width: 767px) {
    h1{
        font-size: 4vw;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}

#sldva_background {
    z-index:9999;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8) url(/img/admin/ajax-loader-big.gif) center center no-repeat;
}

#sldva_store_modal {
    z-index:10000;
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    background:#f0f0f0;
    padding:30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#sldva_store_modal select {
    border-color:#ccc;
}
#sldva_store_modal button {
    margin:5px;
}
#sldva_store_modal #SubmitStore {
    float:right;
}
#sldva_google_map {
    width:100vw;
    height:500px;
    margin-left: -15px;
}
@media (min-width: 576px) {
    #sldva_google_map { 
        margin-left: calc((525px - 100vw) / 2);
    }
}
@media (min-width: 768px) {
    #sldva_google_map { 
        margin-left: calc((705px - 100vw) / 2);
    }
}
@media (min-width: 992px) {
    #sldva_google_map { 
        margin-left: calc((945px - 100vw) / 2);
    }
}
@media (min-width: 1220px) {
    #sldva_google_map { 
        margin-left: calc((1185px - 100vw) / 2);
    }
}

.not_in_store {
    font-size: 11px;
    font-style: italic;
}
#form_store p.alert-success {
    background: #009bc2;
}
.styled-select .optgroup {
    box-sizing: border-box;
    float: none !important;
    padding: 6px 10px;
    background: #fff;
    word-wrap: break-word;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

/*#stores .fancybox-skin .fancybox-close{
    top: 86px;
    right: 164px;
    border-radius: 4px;
    font: inherit;
    padding: 10px;
    border: 1px #333 solid;    
}
#stores .alert-danger:before,#stores .fancybox-skin .fancybox-close:after{
    font:inherit!important;
    content:"Je confirme"!important;
}*/

.cross_close{
    float: right;
    margin-top: -12px;
}
.confirm_title{
    margin-top: 10px;
    margin-bottom: 10px;
}
.input_confirm{
   text-align: center; 
}
.confirm.yes{
    margin-right: 10px;
    border: 1px solid #5b5e5b;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 5px 10px; 
}
.confirm.no{
    margin-left: 10px; 
    border: 1px solid #5b5e5b;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 5px 10px;
}
@media (max-width: 768px){
    #sldva_store_modal{
       width:100%;    
    }
}
.sldmonveto{
    border-radius: 0.5rem;
    border: none;
    color: #000;
    font-size: 0.75rem;
}
.sldmonveto-nom{
    font-weight: bold;
    font-size: 1.5rem;
}
.sldmonveto-modif{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
@media all and (max-width: 575.98px) {
    .sldmonveto-modif{
        flex-direction: column;
    }
    div.sldmonveto-modif-right,
    div.sldmonveto-modif-left {
        margin-right: 0;
    }
}
.sldmonveto-modif-left{
    font-weight: bold !important;
    margin-right: 2rem;
    margin-bottom: 10px;
}
.sldmonveto-modif-left i{
    font-weight: normal;
    padding-left: 1rem !important;
    font-size: 1rem;
}
.sldmonveto-modif-right{
    font-weight: normal;
    margin-right: 2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    cursor: pointer;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #000;
}
.sldmonveto-message{
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #495358;
    margin-bottom: 1rem;
}
div.sldmonveto-adresses-horaires span{
    color: #000;
}
.sldmonveto-adresses-horaires span.icon,
.sldmonveto-adresses span{
    padding-right: 1rem;
    font-size: 1.25rem;
    color: #495358;
}
.sldmonveto-adresses-horaires p,
.sldmonveto-adresses-horaires,
.sldmonveto-adresses-adress{
    display: flex;
}
.sldmonveto-adresses-horaires strong{
    font-weight: normal; /* :( */
    font-size: 0.75rem;
    width: 80px;
    color: #000;
}
.sldmonveto-adresses-horaires span{
    font-weight: normal;
    font-size: 0.75rem;
}
.sldmonveto-adresses-btn{
    margin-top: 1rem;
}
.sldmonveto-adresses-btn a{
    background-color: #7dc2cb !important;
    border-color: #7dc2cb !important;
    display: block;
    margin: 0;
    color:#fff;
    font-weight: bold;
}
.sldmonveto-adresses-btn a:hover{
    color: #7dc2cb !important;
    background-color: #fff !important;
}
.sldmonveto-adresses-btn a i {
    margin-left: 8px;
    margin-top: 0;
    font-weight: 900;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.sldmonveto-logo{
    margin-top: 1rem;
}
.sldmonveto-logo img{
    width: 100%;
    border-radius: 10px;
}
@media (min-width: 768px){
    .sldmonveto-logo img{
        width: calc(100% / 3);
    }
}
@media (min-width: 992px){
    .sldmonveto-adresses-bureau{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .sldmonveto-logo img{
        width: 100%;
        margin-left: 50px;
    }
}
.sldmonveto-modif-left a{
    color:#fff;
}
.sldmonveto-modif-left.btn.btn-primary:hover{
    background-color:#fff!important;
}
.sldmonveto-modif-left.btn.btn-primary:hover > a{
    color:#E64C27!important;
}
.sldmonveto-modif-left.btn.btn-primary a:hover{
    background-color:#fff!important;
    color:#E64C27!important;
}
#store_confirm{
    margin-right: 5px;
}
.sldmonveto-modif .store_link_appointment{
    max-width: 168px;
    font-size: 13px;
    background: #71b5ba!important;
    border-color: #71b5ba!important;
}
.sldmonveto-modif .store_link_appointment:hover{
    color: #71b5ba!important;
}
#cta-conditions-reglementaire-0{
  text-decoration: underline;  
}

.nouveaublockrésa img {
  max-width: 100%;
  height: auto;
}

#fileuploader-wrapper .file_actions a {
  width: 100%;
  margin: 0 0 10px;
}
