
/** ADD YOUR AWESOME CODES HERE **/

body {
    background-color: rgba(255,244, 204, 1);
}

.info-most {
	background-color: #2d2425;
    color: red;
    position: sticky;
    top: 0px;
    z-index: 11;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.top-wrapper {
    padding-top: 100px;
}

a.normal {
    color: #ec5353;
}

.navbar-expand-lg {
    background: url('../data/images/background/nav-guitar.png') no-repeat;
}

textarea {
    width: 100%;
}

.presentation {
  text-align: justify;
}


.contactmail {
    border: 1px solid black;
    margin-bottom: 50px;
    background-color: #a1cf68;
    color: #ed174f;
    text-align: justify;
    margin-left: 0px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    padding: 10px;
    border: 2px solid;
    border-radius: 25px;
}

.logo-animate {
    transition: width 2s, height 2s, background-color 2s, transform 2s; 
}

.logo-animate:hover {
  transform: rotate(360deg);
  position: absulute;
}



.about-section-box .img-fluid {
    box-shadow: 5px 5px 5px #a1cf68;
}

.about-section-box-2 {
    background: url('../images/gallery.jpg') no-repeat bottom center;
}
    
.gallery-box {
    padding: 0px 0px;
}

.img-banner-accueil {
    width: 200px;
}

.banner-accueil {
    height:0;
    top:-80px;
    position: relative;
    z-index:7;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.label-swiper-var-2::before {
    background: url("../images/bg-label-image.png") no-repeat center center;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.label-swiper::before {
    position: absolute;
    top: -5px;
    bottom: 0;
    right: -12px;
    left: -5px;
    content: "";
    display: inline-block;
    background-color: rgba(222, 211, 191, 0.8);
    z-index: -1;
    transform: matrix3d(0.90349, -0.03487, 0, -0.0002, -0.27326, 0.99187, 0, 0.00005, 0, 0, 1, 0, 0, 3, 0, 1);
    will-change: transform;
}

.label-swiper p {
    font-size: 1.2rem;
}

.label-swiper-maitre-artisan {
    background: url('../data/images/background/maitre-artisan.png') no-repeat top right;
    background-size: 100px;
}

.a-menu {
  color: #fff;
  background-color: #333;
  transition: all 1s ease-out;
}


.a-menu:hover,
.a-menu:focus {
  color: #333;
  background-color: #fff;
}

.navbar-nav {
    background-color: rgba(255,244, 204, 0.8);
    border-radius: 5px;
    -webkit-box-shadow: 7px 7px 5px 0px #ded3bf;
    -moz-box-shadow: 7px 7px 5px 0px #ded3bf;
    box-shadow: 7px 7px 5px 0px #ded3bf;
    font-weight: bolder;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    padding: 2px 2px;
    width: 300px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 2px;
}

.dropdown-item {
    border-left: 1px solid #a0a5b8;
    border-bottom: 1px solid #a0a5b8;
}

.dropdown-menu li .music-note{
    font-family: Arial, sans-serif;
    font-size: 100%;
    display: list-item;
    margin-left: 20px;
    list-style-image: url(../data/images/background/Puce.png);
    list-style-position: center;
}

.slides-pagination{
    #background: url('../data/images/background/fire-line.png');
}

.blackframe{
    border-radius: 10px;
    background: url('../data/images/background/txt.png');
}



.qt-background {
   background: url(../data/images/slide/slide9.jpg) no-repeat;
   
}

.qt-background-1 {
    background: url(../data/images/slide/slide1.jpg) no-repeat;
}

.qt-background-2 {
    background: url(../data/images/slide/slide2.jpg) no-repeat;
}
.qt-background-3 {
    background: url(../data/images/slide/slide3.jpg) no-repeat;
}
.qt-background-4 {
    background: url(../data/images/slide/slide4.jpg) no-repeat;
}
.qt-background-5 {
    background: url(../data/images/slide/slide5.jpg) no-repeat;
}
.qt-background-6 {
    background: url(../data/images/slide/slide6.jpg) no-repeat;
}

.qt-background-7 {
    background: url(../data/images/slide/slide7.jpg) no-repeat;
}



.qt-background, .qt-background-1, .qt-background-2, .qt-background-3, .qt-background-4,
.qt-background-5, .qt-background-6{
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}




.cover-slides h1 {
    color: yellow;
}

.cover-slides p {
    color: black;
    padding-left: 40px;
}

.carousel-item p {
    font-size: 1.3rem;
        
}

.heading-title {
    margin-bottom: 0px;
}

.picture-legend{

}

table.maps {
}

table.maps td{
  padding:8px;
  font-family: arial;
  font-size:14px;
}

 .footer-area p a {
    font-size: 14px;
    color: #ffffff;
}

.cat-head-style {
  font-weight:bold;
  font-size:22px;
  padding-top:0px;
  padding-bottom:60px;
  padding-left:5px;
  padding-right:5px;
  letter-spacing: 3px;
  border-radius:5px;
  color: salmon;
  text-shadow:1px 1px 1px black;
  text-center;
  background: url('../data/images/background/notes.png') no-repeat center;
  
}

.lacarte {
   padding:0px;
}

.cat-products {
    padding : 20px;
    background-color: rgba(226, 226, 226, 0.8);
    border-radius: 0px 10px 10px 0px;
    -webkit-box-shadow: 3px 3px 10px 5px salmon;
    -moz-box-shadow: 3px 3px 10px 5px salmon;
    box-shadow: 3px 3px 10px 5px salmon;
    
}

.product-price {
  margin-right: 45px;
}

.product-title {
    color: salmon;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-height: 40px;
    top: 5px;
    letter-spacing: 0px;
}

.container-logo-carte{
  margin-top: -66px;
}

.container-product{
    #background-color: rgba(10,10,10,0.5);
    border-bottom: 1px solid gray;
    margin: 2px;
    padding: 10px 8px 0px 8px;
    border: 2px solid transparent;
    #background: url('../data/images/background/ardoise-claire.jpg') no-repeat;
    
}
 
.container-product-active, .container-product:hover {
	border: 2px solid white;
	
}

.container-product:active {
    border-color: white;
}


.container-product-title {
    background-color: rgba(10,10,10,0.8);
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-description{
	color: black;
	font-size: 1em;
	text-align: left;
	text-transform: lowercase;
	margin-top: -4px;
	background-color: bisque;
	padding: 12px;
	margin-bottom: 4px;
	border-radius: 4px;
	font-weight: bold;
    font-family: "georgia";
    min-height: 110px;
}

.zoom-product-image{
    transition: transform .2s; /* Animation */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    cursor: default;    
}


.zoom:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.zoom img, .zoom video {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.product-price {
    color: salmon;
    text-decoration: underline;
}

.featurette {
    
}


.actu-feature{
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color : #7D7D7D;
    -webkit-box-shadow: 17px 17px 5px 0px rgba(30,64,47,1);
    -moz-box-shadow: 17px 17px 5px 0px rgba(30,64,47,1);
    box-shadow: 17px 17px 5px 0px black;
    
}

.titleFeaturette{
  font-size: 18px;
  text-align: center;
  padding-top:20px;
  padding-bottom:20px;
  padding-left : 20px;
  padding-right: 20px;
  border:1px solid;
  border-radius:10px;
  color: black;
  margin-bottom : 20px;
  background-color: rgba(222, 211, 191, 0.9);
  transform: matrix3d(0.90349, -0.03487, 0, -0.0002, -0.27326, 0.99187, 0, 0.00005, 0, 0, 1, 0, 0, 3, 0, 1);
  
}

.title-date-event {
    color: salmon;
    font-size: 22px;
    text-align: right;
    font-style: oblique;
    text-decoration: underline;
    font-weight: bolder;
}

div.texte {
  font-size:14px;
  line-height:20px;
  text-align: justify;
  #background-color: #18391E;
  background-color: ;
  padding:20px;
  border:0px solid;
  border-radius:5px;
  color: white;
}

.swiper-animation {
  width: 50%;
  padding: 1em;
  color: white;
  background: #ff8c66;
  border: 2px dashed black;
  text-align: center;
  font-family: system-ui, sans-serif;
  font-size: 14px;
   /* Setting up animation for better demonstration */
  animation: MotionScale 2s alternate linear;
}

.swiper-animate-bounce-in {
    -webkit-animation:bounce-in 2s ease 0s 1 normal;
    -moz-animation:bounce-in 2s ease 0s 1 normal;
    -ms-animation:bounce-in 2s ease 0s 1 normal;
    animation:bounce-in 2s ease 0s 1 normal;
}

@-webkit-keyframes bounce-in {
    0%{ opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); }
    50%{ opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); }
    70%{ -webkit-transform: scale(0.9); transform: scale(0.9); }
    100%{ -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes bounce-in {
    0%{ opacity: 0; transform: scale(.3); }
    50%{ opacity: 1; transform: scale(1.0); }
    70%{ transform: scale(0.9); }
    100%{ transform: scale(1); }
}


.swiper-animate-flipinx{
    -webkit-animation:flipinx 1s ease 0s 1 normal;
    -moz-animation:flipinx 1s ease 0s 1 normal;
    -ms-animation:flipinx 1s ease 0s 1 normal;
    animation:flipinx 1s ease 0s 1 normal;
}

@-webkit-keyframes flipinx {
    0%{ opacity: 0; -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(90deg); }
    40%{ -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(-10deg); }
    70%{ -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(10deg); }
    100%{ opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); }
}

@keyframes flipinx {
    0%{ opacity: 0; transform: perspective(400px) rotateX(90deg); }
    40%{ transform: perspective(400px) rotateX(-10deg); }
    70%{ transform: perspective(400px) rotateX(10deg); }
    100%{ opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

.swiper-animate-flipiny{
-webkit-animation:flipiny 1s ease 0s 1 normal;
-moz-animation:flipiny 1s ease 0s 1 normal;
-ms-animation:flipiny 1s ease 0s 1 normal;
animation:flipiny 1s ease 0s 1 normal;
}

@-webkit-keyframes flipiny {
    0%{ opacity: 0; -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(90deg); }
    40%{ -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(-10deg); }
    70%{ -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(10deg); }
    100%{ opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); }
}

@keyframes flipiny {
    0%{ opacity: 0; transform: perspective(400px) rotateY(90deg); }
    40%{ transform: perspective(400px) rotateY(-10deg); }
    70%{ transform: perspective(400px) rotateY(10deg); }
    100%{ opacity: 1; transform: perspective(400px) rotateY(0deg); }
}

@keyframes zoomInSmall {
    0% {opacity: 0;transform: scale(0.6);}
    70% {transform: scale(1.02);}
    100% {opacity: 1;transform: scale(1);}
}

.zoomInSmall.active {
    -webkit-animation-name: zoomInSmall;
    animation-name: zoomInSmall;
}

.thumbnail-variant-3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    display: inline-block;
    z-index: 0;
}

.view-animate.active {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.view-animate{
    opacity: 0;
}

.delay-01 {
    animation-delay: .1s;
}

.delay-02 {
    animation-delay: .2s;
}
.delay-03 {
    animation-delay: .3s;
}
.delay-04 {
    animation-delay: .4s;
}

.delay-05 {
    animation-delay: .5s;
}

.delay-06 {
    animation-delay: .6s;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .navbar .nav-item:hover .dropdown-menu{
        display: flex;
        left: -150px;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 400px;
        padding: 0;
        background-color: rgba(255,244, 204, 0.9);
    }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
    .navbar { height: 80px;}
    .navbar-brand img { width:200px;}
}




.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
    color: black;
}


.nav-left-right-img{
    width:50px;
    position: relative;
    overflow: 
}

.navbar-light .navbar-brand {
    margin-left: 5px;
    margin-right: 7px;
    color: black; 
  background-color: rgba(255, 244, 204, 0.8);   
  box-shadow: -4px 2px 15px 5px #fff0cc;
}

.bg-light {
    background-color: #4c5260   !important;
}

.navbar .nav-item .dropdown-menu {
    width:600px;
}

.nav-link:hover, .navbar-toggler{
    background-color: #ded3bf;
}

.navbar-light .navbar-toggler {
    border-radius: 5px;
}

.inner-column {
    padding: 10px;
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.5);
}

    
.img-legend {
    color:black;
    background-color: rgba(255, 255, 255, 0.5);
}


.overlay-background {
    opacity: 0.3;
}