.title-index {
    font-family: 'Segoe Print';
    /*src: URL('KUNSTLER.TTF') format('truetype');*/
}



.custom-file-input ~ .custom-file-label::after {
    content: "Choisir une image";
}

.navbar-trans {
    background: transparent;
}

img.displayed{
    display: block;
    margin-left: auto;
    margin-right: auto;    
}


.navbar-dark, .navbar-dark > .dropdown-item {
    background-color:/*rgb(206, 59, 89)*/ /*rgb(6, 156, 38)*/white !important;
}

.dropdown-menu{
    background-color:white !important;
    color:black !important;
}


a.flex-sm-fill, a.dropdown-toggle, a.flex-sm-fill:active, a.flex-sm-fill:focus{
    text-decoration: none; 
    color:black !important;
    font-size: 18px;
}

a.flex-sm-fill:hover, a.dropdown-toggle:hover{
    background-color:#81172F !important;
    color:white !important;
}

.nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus, .dropdown-item, .dropdown-item:hover{
    color:black;
    font-size: 18px;
    text-decoration: none; 
    background-color: transparent !important;
}


.bandeauHome2{
    position: relative; 
    left:0; 
    width:100%;
    /*border: 20px solid rgba(255, 255, 255, .5);*/
    background-color:/*#000551*/rgba(18, 35, 29, .8);
    color:black;   
    height:5px;
}



.fade {
    background-color:/* #2c3e50;*/rgb(0, 86, 179);
    opacity: 0;
    -webkit-transition: opacity 1s linear;
       -moz-transition: opacity 1s linear;
        -ms-transition: opacity 1s linear;
         -o-transition: opacity 1s linear;
            transition: opacity 1s linear;
  }

.modal-backdrop{
    background-color: transparent !important;
    /*opacity: 0.5 !important;*/
}

.w-modal-atelier{
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:100% !important;
    margin-top:50px;
}

@media (max-width: 576px) {
    .w-modal-atelier{
        width:100% !important;
    }
}
@media (min-width: 577px){
    .w-modal-atelier {
        width:90% !important;
    }
}

.bg-light{
    background-color:rgb(230, 240, 247) !important;
}


/*** Page collectionS : */

a:hover{
    text-decoration: none ;    
}

.c-collection{
    text-decoration: none; 
    background-color:white;
}

.collection-image-fluid{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 15vw;
}
.img_produit_zoom{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 30vw;
}

.collection-image-fluid:hover{
    opacity: 0.5;
    cursor: pointer;
}

/* div contain the collection-image-fluid in collection page*/
.div_img_produit{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/*xs*/
@media (max-width: 576.98px){
    .collection-image-fluid{
        height: 40vw;
    }
    .img_produit_zoom{
        height:70vw;
    }
}
/*sm*/
@media (min-width: 577px) and (max-width:767.98px){
    .collection-image-fluid{
        height: 40vw;
    }
    .img_produit_zoom{
        height:60vw;
    }
}
/*md*/
@media (min-width: 768px) and (max-width:991.98px){
    .collection-image-fluid{
        height: 20vw;
    }
    .img_produit_zoom{
        height:50vw;
    }
}
/*lg*/
@media (min-width: 992px) and (max-width:1199.98px){
    .collection-image-fluid{
        height: 20vw;
    }
    .img_produit_zoom{
        height:50vw;
    }
}
/*xl*/
@media (min-width: 1200px){
    .img_produit_zoom{
        height:40vw;
    }
}


.cf-collection{
    color:black;
    font-size: 18px;
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
    /*border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);*/
}

.overlay-collection{
    position:absolute;
    top:0;
    height: 100%;
    width:100%;
    opacity:0;
    background-color: #81172F;
    transition: .5s ease;
}

.overlay-collection:hover{
    opacity:0.7;
}

/** Page Collection **/
.btn-add-panier{
    font-size:15px !important;
    padding:0;
    /*position:absolute; 
    bottom:5px; 
    right:5px;*/
    width:auto;
    padding:20px;
    background-color:/*#81172F*/#F4E8FF; 
    color:#81172F; 
    border-color:#81172F;
    /*
    border-bottom-color:white; border-right-color:white;
    border-top-color:white; border-left-color:white;
    */
    border-radius:2px;
}

.btn-add-panier:hover{
    color:#F4E8FF; 
    background-color:#81172F;
}

.bg-red{
    color:#F4E8FF; 
    background-color:#81172F;
}


/* menu collections*/
.item-menu-collection{
    margin-bottom:5px;
    width:75px;
    height:75px;
    border : 2px solid #81172F;
    border-radius:20px;
    margin-left:5px;
    cursor: pointer;
    background-color:white;
}

.item-menu-collection:hover{
    width:90px;
    height:90px;
    opacity:0.6;
}

.img_menu_collection{
    padding:5px;
    margin-right:auto;
    margin-left:auto;
    max-width: 100%;
    height:100%;
    display:block;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menu-collections::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu-collections {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
} 

.menu-collections{
    position: fixed;
    left:0;
    padding-top:10px;
    padding-bottom:10px;
    height:90%;
    width:95px;
    z-index:10;
    margin-top:15px;
    margin-bottom:15px;
    overflow-y:auto;
    /*
    border-right:1px solid #81172F;
    */
    /*
    border-top:1px solid #81172F;
    border-bottom:1px solid #81172F;
    */
    
    
    /*border-radius: 10px;*/
    background-color:transparent;/*white*/ /* rgb(230, 240, 247) */;
}





/**** form panier ****/
.form-check{
    
    padding-top:25px;
    padding-bottom:25px;
    
    height: auto;
    /*
    border: 1px solid grey;
    background-color:white;
    */
}
.form-checked{
    background-color:rgb(104, 173, 183);
}
.form-check:hover{
    cursor:pointer;
}
.form-check-label:hover{
    cursor:pointer;
}
.hidden{
    display: none;
}


.form-check-label > img{
    max-width:80px;
    max-height: 60px;
}

input[type="radio"]{
    padding:10px !important;
}


.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif')
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal-loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading {
    display: block;
}


/**
blog 
*/
.title-blog{
    margin-top:50px;
    margin-bottom:50px;
    font-size:4rem;
    font-weight:300 !important;
}
.subtitle-blog{
    font-size:1.8rem;
    font-weight:300 !important;
    }
@media (max-width: 576px) {
    .title-blog{
        font-size:2.5rem;
    }
    .subtitle-blog{
        font-size:1.2rem;
    }
}



/* footer */


footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 170px;
    line-height: 60px; /* Vertically center the text there */
    background-color:white;
    /*margin-top:100px;*/
    padding-top:30px;
    margin-top:0px;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }




/* Modal */


.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
  }
  @media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
      font-size: 3rem;
      line-height: 2.5rem;
    }
}
.portfolio-modal .close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
    color: #1abc9c;
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}

.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}

.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
    transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}

.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}

.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}

.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: transparent;
background-clip: padding-box;
color:white;
border-radius: 0px;
outline: 0;
}

.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}

.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 0 solid #dee2e6;
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}

.modal-title {
margin-bottom: 0;
line-height: 1.5;
}

.modal-body {
position: relative;
flex: 1 1 auto;
padding: 4rem 1rem;
}

.modal-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: 4rem 1rem-0.25rem;
border-top: 0 solid #dee2e6;
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
.modal-footer > * {
margin: 0.25rem;
}

.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}

.modal-dialog {
    margin: 1.75rem auto;
}

.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}


.divider-custom {
margin: 1.25rem 0 1.5rem;
padding-top: 30px;
padding-bottom:30px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.divider-custom .divider-custom-line {
width: 100%;
max-width: 7rem;
height: 0.25rem;
background-color: #2c3e50;
border-radius: 1rem;
border-color: #2c3e50 !important;
}
.divider-custom .divider-custom-line:first-child {
margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
color: #2c3e50 !important;
font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
color: #fff !important;
}
.text-secondary {
color: #2c3e50 !important;
text-align: center;
}
  
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}
h4, .h4 {
    font-size: 1.5rem;
  }
h4{
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/*
.div_img_produit{
    background-color: white;
}


.div_img_produit:hover{
    background-color: rgba(39,62,84,0.4);
    z-index:999;
}*/

.arrow:hover{
    cursor: pointer;
}
.arrow{
    color:grey;
}