/* CSS Succès */


#succes_recherche {
  margin:0px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#succes_btn_conteneur {
  display: flex;

}

.succes_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: 0.2s;
}

.succes_btn:hover {
  filter: brightness(70%);
}

.succes_btn > span {
  display: block;
  min-width: 32px;
  min-height: 32px;
  background-color:#8C1D40;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  border-radius: 25px;
  margin-left: 5px;
}

.succes_btn > p {
  color: #8C1D40;
  font-weight: 700;
}



@media (max-width: 1050px) {
  #succes_btn_conteneur {
    position: absolute;
    right: 0;
    top: -40px;
  }
  #form_succes_recherche {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .succes_btn > p {
    display: none;
  }
}

.page_succes {
  margin-top:5px!important;
  position:relative;
  display:flex;
}
.succes_menu {
  width:19%;
}
#tableau_vente.succes_contenu {
  width:100%;
  margin: 0;
}

#form_succes_recherche {
  display:flex;
  padding:0;
  margin:0;
}



.succes_moteur_recherche_champ {
  flex:1;
  display:flex;
}

.succes_moteur_recherche_champ.submit {
  flex: inherit;
  width: auto;
}

.succes_moteur_recherche_champ input[type=text], .succes_moteur_recherche_champ select {
  padding: 5px 10px;
  margin:1px;
  width:100%;
  font-size:13px;
}

#triSearch {
    display: flex;
    justify-content: space-between;
    border:1px solid rgb(169,169,169);
    padding:0;
    margin:1px 2px;
    height:32px;
    background-color:#fff;
}
#triSearchText {
    height: auto;
    margin:0;
    font-family:Montserrat;
    width:90%;
    min-width:180px;
    border:0;
}
#triSearchClose {
  margin-top:5px;
}

.succes_moteur_recherche_bouton {
    cursor: pointer;
    background-color:#C19947;
    padding: 7px 10px;
    transition: 0.3s ease;
    border:0;
    font-size:13px;
    margin:2px 1px;
    width:auto!important;
}
.succes_moteur_recherche_bouton:hover {
  color:#fff;
  background-color:#8C1D40; 
}
  #succes_moteur_recherche_btns {
    
    display:block;
  }
  
.csdate {
  text-align:center;
  width:70px;
}  


/* détails */
#scheval {
  display:flex;
  
}
#scheval_infos, #scheval_res, #scheval_refs {
  flex:1;
}
#scheval_res, #scheval_refs {
  margin-left:10px;
}
.bloc_titre_principaux {
    background-color: #8C1D40;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.bloc_interieur {
    margin: 10px 0;
}
.bloc_interieur:first-of-type {
    margin-top: 0;
}
.bloc_interieur p, .bloc_interieur div {
    font-size: 14px;
}
.bloc_titre_principaux > p {
    font-weight: 600;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

#scheval_infos > h1 {
    font-family: 'Playfair', serif;
    color: black;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

.scheval_info {
  margin:5px 0;
  display:flex;
}
.scheval_info_titre {
  font-weight:500;
  margin-right:5px;
  font-size:14px;
}
.scheval_info a {
  color:#8C1D40; 
}

.scheval_info_texte {
  font-size:14px;
}

.scourse {
  margin-bottom:10px;
  display:flex;
  justify-content:space-between;
}
.scourse_pos {
  color:#C19947;
  font-weight:500;
}
.scourse_titre {
 margin-bottom:5px;
 
}
.scourse_titre p{
 font-weight:500;
 font-size:14px!important;
}

.scourse_infos p {
  color:#000;
  font-size:12px;
}

.svideo {
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: 0.5s ease;
    background-color: #8C1D40;
    background-image: url(../images/youtube-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    
}
.svideo:hover {
  background-color: #000;
}

.svente {
  margin-bottom:20px;
}

.svente_indice {
  font-size:24px!important;
  color:rgba(140,29,64,0.5);
  font-weight:500;
}

.scheval_photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    position:relative;
    width:70%;
    height:200px; 
    margin:10px 0; 
}

.scheval_photo_titre {
  position:absolute;
  bottom:5px;
  left:1%;
  width:98%;
  height:auto;
  padding:5px;
  color:#fff;
  background-color:rgba(0,0,0,0.7);
}
/* ---------------------- @NOTE RESPONSIVE 800px */

@media screen and (max-width: 800px) {
  .page_succes {
    /*padding-top:60px;*/
  }
  .succes_menu .rubrique {
    display:none;
  }
  #succes_recherche {
    margin:0px;
    padding:10px;
    background-color:#8C1D40;   
  }
  
  #form_succes_recherche {
    display:block;
  }
  .succes_moteur_recherche_champ {
    display:block;
    margin:5px 0;
  }  
  .csdate {
    text-align:left;
    width:auto;
  }
  
  #scheval {
    display:block;
  
  }  
  #scheval_infos, #scheval_res, #scheval_refs {
    margin:0 0 20px 0;
  }
  .scheval_photo {
    width:100%;
  }
  
}

/* ---------------------- @NOTE RESPONSIVE 920px */

@media screen and (max-width: 920px) {

  #catalogue_vente #btn_menu_secondaire_lateral {
    left: -35px;
    top: 18px;
  }

}

/* ---------------------- @NOTE PRINT */

@media print {
  
  #succes_recherche {
    display:none;
  }
  #scheval {
    display:block;
  
  }  
  #scheval_infos, #scheval_res, #scheval_refs {
    margin:0 0 20px 0;
  }
  
}