/*
Theme Name: DarSawtSoura
Theme Coder: Amal Issa
FirstColor: #92278f
SecondColor: #c6168d
ParagrapheColor : #3b0e37

*/
/***  général css ***/

@font-face {
    font-family: 'Prata';
    src: url('./font/Prata-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
h1, h2 {
    font-family: 'Prata', serif;
    color: #c6168d;
 }
 h3{
    font-family: 'Prata', serif;
    color : #92278f; 
 }
 h4, h5{
    font-family: 'Montserrat', sans-serif;
    color:#3b0e37; 
 }
 p{
     color:rgba(0,0,0,0.7);
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;

 }
 h4{
    font-size: 1.3rem;
}


.container-fluid {
    padding-right:0px;
    padding-left: 0px;
}
a{
    color : #92278f;

}
a:hover{
    color : #c6168d;
    text-decoration: none;
}

/***  Top Bar ***/

.top-bar{
    padding-top : 10px;
    padding-bottom : 10px;
    font-size:16px;
}

.top-bar .fa-user{
    margin-right :10px;
}
.top-bar a{
    color : #fff;
}
.top-bar a:hover{
    color : #c6168d;
}

#login{
    display: flex;
}
#login li {
    list-style-type: none;
    margin-left :10px;
}

/***  slogan ***/

#slogan{
    font-size:  25px;
    color:   #92278f;
}

/*** first-menu : livres, auteurs... ***/
.firstMenu li, .secondMenu li, .manuscrit {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}
.secondMenu li{
    padding-right: 15px;
}
.secondMenu li a:hover{
    color :  #c6168d!important ;
}
.firstMenu li a:hover {
    color :  #c6168d!important ;
}
.secondMenu li{
    border-right: 3px solid #c6168d
}
.manuscrit{
    border :1px solid #c6168d
}
.video{
    border-right : none!important;
}
.navbar-light .navbar-toggler {
    color:  #92278f; 
    border-color: transparent;
    line-height: 1.5; 
    font-size:40px; 
}

/*** Home page ***/


.section-font{
    color: #fff;
    padding: 10px;
    font-size: 1.6em;
    font-family: 'Montserrat', sans-serif;
}
.section-title{
    background-color: #3b0e37 ;
    flex-grow: 0;
}

.home-section-nav{
    color:#3b0e37;
    border-bottom:3px solid #3b0e37 ;
}

/*** contact ***/
.custom-file-input {
    opacity: 0.5;
}

/*** Presse ***/
.edit_create, .edit_delete{
    display: flex;
    justify-content: start;
   
}
.delete_btn, .save_btn{
    background-color:transparent;
    color :#3b0e37;
    border :1px solid #3b0e37
}
.delete_btn:hover, .edit_btn:hover, .edit_btn a:hover, .create_btn:hover, .create_btn a:hover,
.show_btn:hover, .show_btn a:hover, .save_btn:hover, .card-header, #upBtn, #footer, .top-bar{
    background-color:#3b0e37;
    color :#fff;
}
.edit_btn, .create_btn, .show_btn, .save_btn{
    border :1px solid #3b0e37;
    border-radius: .25rem;
    margin-right: 20px;
}

.card{
    background-color:#fff!important;
    border: 1px solid #3b0e3727;
}

.card-title{
    color : #92278f;
}

/*** vidéo ***/
.back_delete{
    display: flex;
    justify-content: space-between;
    
}
textarea{
    height: 200px;
}

/*** Event ***/
.bg-img-event{
    
    text-align: center;
    color: #f8f8f8;   
    background-repeat: no-repeat ;
    background-position: center ;
    background-size: cover;
}
.eventText{
    color: #f8f8f8!important;
}

/***  user profile ***/
#user-image{
    visibility: hidden;
}

/*** login.html.twig  ***/
#login-bg {
    background-image: url("../img/head_imgs/writing.jpg");
    background-repeat: no-repeat;
    margin:0 auto;
}
/*** book index ***/
.book-img{
    max-width: 336px;
    height: auto;
}

/*** book show ***/
.bookItem{
    
    color:#3b0e37;
}
.icon_opacity{
    opacity: 0.7;
}

/*** botton haut de la page ***/
html {
    scroll-behavior: smooth;
  }
#upBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 3000000000;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #upBtn:hover {
    background-color: #92278f;
  }

  /*** btn recherche ***/
  .form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

/*** #footer ***/
#footer{
    margin-bottom:0; 
    font-weight: normal;
}
#footer a, #footer p{
    color:#fff;
}
#footer a:hover{
    color:#92278f;
}

/*** parallax ***/
.video_parallax {
    /* The image used */
    background-image: url("../img/head_imgs/video.jpg");
}
.maison_parallax{
    background-image: url("../img/head_imgs/maison_head_img.jpg");
}
.event_parallax{
    background-image: url("../img/head_imgs/banner-pen-signature.jpg")
}
.book_parallax {
    background-image: url("../img/head_imgs/bookshelf.jpg");
}
.press_parallax {
    background-image: url("../img/head_imgs/press3.jpg");
}
.author_parallax {
    background-image: url("../img/head_imgs/author2.jpg");
}
.podcast_parallax {
    background-image: url("../img/head_imgs/podcast-head.jpg");
}
.video_parallax, .maison_parallax, .event_parallax, .video_parallax, .book_parallax, .press_parallax, .author_parallax, .podcast_parallax {

    /* Set a specific height */
    min-height: 180px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #video {
    width: 100%;
    height: auto;
  }
