body, .lead {
  font-family: Constantia;
  color: var(--main-color1);
}

header .navbar{
  background-color:  var(--main-color2);
}
b, strong {
    font-weight: bold;
}
section {
  max-width: 100vw;
  overflow-x: hidden;
}
h1{
	 font-family: Playlist ;
	 font-size:45px;
  color: #D5AC4F

}
h2{
	font-family: Constantia;
	font-size:45px;
	color: #DEC98B;
}
h3{
	font-family: Constantia;
	font-size:40px;
	color: #292929;
}
h4{
	font-family:Constantia ;
	font-size:30px;
	color: var(--main-color3);
}

a{
  color: var(--main-color1);
}
.btn-primary {
  text-transform: uppercase;
    color: var(--main-color2);
    background-color: var(--main-color1);
    border-color: #d5ac4f;
    border-radius: 15px;
    padding: 15px 20px;
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear
}


.btn {
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size:18px;
  min-width: 12ch;
  padding: 14px 20px;
  border-radius: 2em;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
  will-change: box-shadow, color, transform, opacity, background;
  color: #d5ac4f;
  box-shadow: inset 0 0 0 0.1em #d5ac4f, 0 0 0 rgba(124, 56, 216, 0);
  background-color: transparent;
}
.btn.outlined {
  display: inline-flex;
  background: none;
  color: #170b39;
}
.btn:after, .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  right: -50%;
  left: -50%;
  height: 0;
  padding-bottom: 200%;
  border-radius: 39%;
  border: unset;
  transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
  opacity: 0;
}
.btn:before {
  transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
  background: linear-gradient(25deg, #D5AC4F, rgba(150, 56, 216, 0));
}

.btn::after {
  transform: translate3d(10%, 4.8em, 0) rotate(0deg);
  background: linear-gradient(70deg, rgba(222, 201, 139, 0.5), rgba(124, 56, 216, 0));
}


.btn:hover, .btn:focus {
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
  background: #e3c88c;
  box-shadow: inset 0 0 0 0.1em #f2f2e3, 0 0 1.75em rgb(242, 242, 227);
  border-color: #dbc37c;
}

.btn:hover.outlined, .btn:focus.outlined {
  color: white;
}
.btn:hover:before, .btn:hover:after, .btn:focus:before, .btn:focus:after {
  transition: transform 2s ease 0s, opacity 0.2s ease;
  opacity: 1;
}
.btn:hover:before, .btn:focus:before {
  transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.btn:hover:after, .btn:focus:after {
  transform: translate3d(10%, -1em, 0) rotate(180deg);
}





@media (min-width: 991px) {
  .btn-primary:hover {
      color: var(--main-color1);
      background-color: var(--main-color2);
      border-color:var(--main-color1);
  }

.btn-primary:hover{ 
  background:#E40514; color: #fff ;
  background-position: -60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); 
}

.btn-primary.focus, .btn-primary:focus {
  color: #143E1D;
  background-color: transparent;
  border-color: none;
  box-shadow:none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color:#fff;
  background-color:transparent;
  border-color: #E40514;
}




   }



* {
  outline: 0;
}
section.texte-image {
  margin-top:1rem;
  margin-bottom: 1rem;
}


 @media (min-width: 991px) {
    .btn-primary:hover {
    color: var(--main-color1);
    background-color: var(--main-color2);
    border-color:var(--main-color3);
}

.btn-primary:hover{ 
  background:#DEC98B; color: #292929;/*transform: scale(1.1);*/
  background-position: -60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); 
}

.btn-primary.focus, .btn-primary:focus {
  color: #143E1D;
  background-color: transparent;
  border-color: none;
  box-shadow:none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color:#fff;
  background-color:transparent;
  border-color: #dbc37c;
}


   }




.cc-window.cc-floating.cc-type-undefined.cc-theme-block.cc-bottom {
    z-index: 11112;
}
input, textarea {
    margin: 0 1rem 1rem 0;
}
a:hover,a:focus{
  text-decoration: none;
  outline: 0;
}

#mainCarousel .carousel {
    margin-bottom: 4rem;
}
.reseaux-sociaux a span.rs {
  font-size: 11px;
  margin-left:10px;
}
#mainCarousel .carousel-caption {
  top: 20%;
  z-index: 10;
  background-color: transparent !important;
  bottom: auto;
}

#mainCarousel .carousel-inner {
      margin-top: 90px;
      height: calc( 100vh - 90px);
}
#mainCarousel .carousel-item {
    height: calc(100% - 74px);
    background: #000;
}
#mainCarousel .carousel-item > img {
    /*opacity: .5;*/
	opacity: 0.7;
}
#mainCarousel .carousel-item > img,
#homeActus .card .cntImg img,
#homeNews .cntImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#homeActus .card .cntImg {
    height: 250px;
    overflow: hidden;
}
.featurette-heading,
#homeNews h2,
#contactInfo h3 {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    color: #D5AC4F;
    font-family: Playlist
}
#sectFooter .footer-copyright {
   /* background: var(--main-color1);*/
}
footer .footer-copyright .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.wrapperInter {
    margin-top: 147px;
}
#pagCat .cntImgbg {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    opacity: 1;
    overflow: hidden;
}
#pagCat .headerCat {
    position: relative;
    background-color: #F2F2E3!important
}
#devisForm .form-label  {
    display: none;
}
#contactInfo .phone {
    color: #3a3838;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
#contactInfo address {
    font-size: 20px;
}
#pgContact textarea.form-control {
    height: 200px;
}
#homeActus .cntArt .slick-track,
#homeNews .cntArt .slick-track {
    margin-left: -1rem;
    margin-right: -1rem;
}
 .itemArt  .cntImg {
  max-height: 250px;
  min-height: 250px;
  height: 250px;
}

.bandeau-partenaires  .slick-slide img {
    display: inline-flex;
     vertical-align: middle;
}

.bandeau-partenaires .slick-slide img {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  max-width: 480px;
  width: 100%
}

.bandeau-partenaires .slick-slide{
  text-align: center;
}
.itemArt  .card-body {
 max-height: 206px;
 min-height: 206px;
 height: 206px;
}
 .itemArt  .cntImg .card-img-top{
   height:100%;
   object-fit: cover;
}
#myBtnContainer{
  padding:20px;
}
.selector {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}
.selector:hover {
  background-color: var(--main-color3);
   color: white;
}

.selector,.selector:focus,.selector:hover{
  border: none!important;
  outline: none!important;
  box-shadow:none!important;
}

.selector.active {
  background-color: var(--main-color3);
   color: white;
}

.btn {
  margin: 10px;
}
.masonry {
  column-count: 4;
  column-gap: 1em;
}

.masonry .item {
  display: block;
  margin: 0 0 1em;
  width: 100%;
}
.masonry .item p{
  position: absolute;
  bottom:0px;
  width: 300px;
  padding:10px;
  background-color: var(--main-color1);
  color: white;
}
.parallax {
  min-height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.maxline1{
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.maxline3{
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
min-height: 72px;
}
.maxline5{
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
min-height: 120px;
}

.accordeon .card-header .btn-link {
    font-weight: 400;
    color: var(--main-color2);
    text-decoration: none;
}

.accordeon .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: var(--main-color2);
    background-color: var(--main-color3);
    border-bottom: 1px solid var(--main-color3);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--main-color2);
  background-color: var(--main-color3);
  border-bottom: 1px solid var(--main-color3);
}
.nav-tabs a.nav-link{
  color: var(--main-color3);
}

.tab-content>.tab-pane{
  padding:1rem;
}
@media screen and (max-width: 768px) {
    #homeNews .cntArt .slick-track {
        margin-left: 0;
        margin-right: 0;
    }
  /*  #breadcrumbs{
      display: none;
    }
  */

}
@media screen and (max-width: 480px) {
    #sectFooter .logofooter img {
        width: 103px;
    }
    #mainCarousel .carousel-inner {
    margin-top: 71px;
    height: 45vh;
}
    #homeActus .cntArt .slick-track {
        margin-left: 0;
        margin-right: 0;
    }
    .masonry {
      column-count: 1;
    }

    #breadcrumbs  {
      height: auto;
    }
    body #breadcrumbs span {
    display: inline-block;
    padding: 0 0;
    height: auto;
    font-size: 13px;
    }
    body  #breadcrumbs {
        line-height: 1.5rem;
        padding: 1rem;
    }
    h1, .h1{
      font-size: 2.5rem;
    }
    h2, .h2{
      font-size: 2rem;
    }
    h3, .h3{
      font-size: 2.2rem;
    }
    p, .lead{
      font-size: 1rem;
    }
}
@media screen and (max-width: 375px) {
    #sectFooter {
        font-size: 14px;
    }
}
@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}
@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 0;
    }
}
@media (max-width: 991px) { 
  .bandeau-partenaires .slick-slide img { max-width: 300px }
  #mainCarousel .carousel-inner {
    margin-top: 60px;
    height: 664px;
  }
   .wrapperInter {
    margin-top: 62px;
  }
    .btn:after, .btn:before  { display: none; }
    .btn:hover, .btn:focus { background-color: transparent; }


}
@media (max-width: 768px) { 
  .wrapperInter {
    margin-top: 61px;
  }
  #breadcrumbs {
    height: auto;
    line-height:normal !important;
    padding-left: 3rem;
    padding-top: 10px;
    padding-bottom: 10px
  } 

 }

@media (max-width: 600px) { 
  .wrapperInter {
    margin-top: 62px;
  }
  h1 { font-size: 2.0rem }

}
@media (max-width: 1400px) { 
  #mainCarousel .carousel-caption { top: 25% }

}


@media (max-width: 1200px) { 
  #mainCarousel .carousel-inner {
    margin-top: 137px;
    height: 600px;
  }
  #mainCarousel .carousel-caption {top: 10%; right: 0; left: 0}
/*  .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4) a, 
  .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) a  { min-width: 12ch }*/

}
@media (max-width: 991px) {
  #mainCarousel .carousel-inner {
    margin-top: 61px;
    height: 500px;
  }

 }
/****************/

