@font-face {
    font-family: 'Univers LT Std';
    src: url('fonts/UniversLTStd-Bold.eot');
    src: url('fonts/UniversLTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniversLTStd-Bold.woff2') format('woff2'),
        url('fonts/UniversLTStd-Bold.woff') format('woff'),
        url('fonts/UniversLTStd-Bold.svg#UniversLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url('fonts/UniversCondensed.eot');
    src: url('fonts/UniversCondensed.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniversCondensed.woff2') format('woff2'),
        url('fonts/UniversCondensed.woff') format('woff'),
        url('fonts/UniversCondensed.svg#UniversCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('fonts/UniversLTStd.eot');
    src: url('fonts/UniversLTStd.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniversLTStd.woff2') format('woff2'),
        url('fonts/UniversLTStd.woff') format('woff'),
        url('fonts/UniversLTStd.svg#UniversLTStd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prototype';
    src: url('fonts/Prototype.eot');
    src: url('fonts/Prototype.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prototype.woff2') format('woff2'),
        url('fonts/Prototype.woff') format('woff'),
        url('fonts/Prototype.svg#Prototype') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------MENU DU SITE------------------------------------*/
/*-----------------------------------------------------------------------------*/

.navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: auto;
}

.navbar-nav{
    color: #333333;
}

.navbar-nav > li:after {
    left: 0;
}

.wrapper-menu{
    overflow: initial;
}

ul.dropdown-menu li a, ul.mega-menu li ul li a {
    color: inherit;
}

#primary-menu .module-social .social-icon{
    display: inline-block;
    position: relative;
    list-style: none;
}

#primary-menu .module-social .social-icon:hover i{
    color: #4291CC;
}

#primary-menu .module-social a{
    font-size: 26px;
    line-height: 1;
    color: #222222;
    position: relative;
}

#primary-menu .module-social .dropdown-list{
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    padding: 20px;
    background-color: #fff;
    z-index: 11;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #efefef;
}

#primary-menu .module-social .dropdown-list li{
    display: block;
    margin-left: 0;
}

#primary-menu .module-social .dropdown-list li a{
    position: relative;
    color: #555555;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 8px 0;
}

#primary-menu .module-social .dropdown-list li a:hover {
  color: #4291CC;
}

#primary-menu .social-text-hover:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

li.has-dropdown .fa-angle-right{
    display: none;
}

.menu-item{
    cursor: pointer;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------------FOOTER----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.footer-2 {
    padding-right: 80px;
}

/*------------------------------------------------------------------------------*/
/*----------------------------------REALISATION---------------------------------*/
/*------------------------------------------------------------------------------*/

/*--Page--*/

.price-box-product-page span {
    font-size: 26px;
    font-family: "Univers LT Std", sans-serif;
}

.price-regular {
    color: #4291CC;
    font-weight: bold;
}

.price-old {
    color: #999;
    padding-left: 5px;
    font-weight: 300;
}

.portfolio-masonry .portfolio-item {
    padding-right: 15px;
    padding-left: 15px;
}

.portfolio .portfolio-filter-link ul {
	margin-bottom: 0;
	line-height: 1;
}

.portfolio .portfolio-filter-link ul li {
	padding-right: 0;
	padding-left: 0;
	line-height: 1;
}

.portfolio .portfolio-filter-link {
	margin-bottom: 40px;
}

.portfolio .portfolio-filter-link a {
	color: #333;
	font-family: 'Univers LT Std', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-right: 40px;
	padding-bottom: 10px;
	display: block;
	position: relative;
        margin-bottom: 15px;
}

.portfolio .portfolio-filter-link a span {
	color: #616161;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -10px;
	right: -15px;
}


/* Miniatures page goodies */

/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide > div > div {
  vertical-align: middle;
}

.slick-arrow-style button.slick-arrow {
  top: 50%;
  left: 0;
  font-size: 50px;
  color: #777777;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  background: transparent;
  border: none;
  z-index: 9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-arrow-style button.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slick-arrow-style button.slick-arrow:hover {
  color: #ff7a5e;
}

.slick-arrow-style:hover button.slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.slick-arrow-style button.slick-arrow.slick-prev {
  left: -60px;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .slick-arrow-style button.slick-arrow.slick-prev {
    left: -20px;
  }
}

.slick-arrow-style button.slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .slick-arrow-style button.slick-arrow.slick-next {
    right: -20px;
  }
}

.slick-arrow-style_hero button.slick-arrow {
  font-size: 60px;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: transparent;
  z-index: 1;
}

.slick-arrow-style_hero button.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow-style_hero button.slick-arrow:hover {
  color: #ff9900;
  background-color: transparent;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
  right: 15px;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
  left: 15px;
}

.slick-append {
  background-color: #fff;
  z-index: 2;
  margin-top: -2px;
}

.slick-append button {
  font-size: 30px;
  line-height: 1;
  position: inherit;
  display: inline-block;
  background-color: transparent;
  color: #555555;
}

.slick-append button:hover {
  color: #ff9900;
}

@media (max-width: 767.98px) {
  .slick-arrow-style button.slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  
  .slick-arrow-style button.slick-arrow.slick-prev {
    left: 10px;
  }
  
  .slick-arrow-style button.slick-arrow.slick-next {
    right: 10px;
  }
  
  .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: 10px;
  }
  
  .slick-arrow-style:hover button.slick-arrow.slick-next {
    right: 10px;
  }
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
  bottom: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dot-style ul.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dot-style ul.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dot-style ul.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  display: block;
  text-indent: -5000px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #777777;
  background-color: transparent;
}

.slick-dot-style ul.slick-dots li.slick-active button {
  border-color: #ff9900;
  background-color: #ff9900;
}

.slick-row-3 .slick-list {
  margin: 0 -3px;
}

.slick-row-3 .slick-list .slick-slide {
  margin: 0 3px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-3 .slick-list {
    margin: 0 -3px !important;
  }
  .slick-sm-row-3 .slick-list .slick-slide {
    margin: 0 3px !important;
  }
}

.slick-row-4 .slick-list {
  margin: 0 -4px;
}

.slick-row-4 .slick-list .slick-slide {
  margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-4 .slick-list {
    margin: 0 -4px !important;
  }
  .slick-sm-row-4 .slick-list .slick-slide {
    margin: 0 4px !important;
  }
}

.slick-row-5 .slick-list {
  margin: 0 -5px;
}

.slick-row-5 .slick-list .slick-slide {
  margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-5 .slick-list {
    margin: 0 -5px !important;
  }
  .slick-sm-row-5 .slick-list .slick-slide {
    margin: 0 5px !important;
  }
}

.slick-row-6 .slick-list {
  margin: 0 -6px;
}

.slick-row-6 .slick-list .slick-slide {
  margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-6 .slick-list {
    margin: 0 -6px !important;
  }
  .slick-sm-row-6 .slick-list .slick-slide {
    margin: 0 6px !important;
  }
}

.slick-row-7 .slick-list {
  margin: 0 -7px;
}

.slick-row-7 .slick-list .slick-slide {
  margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-7 .slick-list {
    margin: 0 -7px !important;
  }
  .slick-sm-row-7 .slick-list .slick-slide {
    margin: 0 7px !important;
  }
}

.slick-row-8 .slick-list {
  margin: 0 -8px;
}

.slick-row-8 .slick-list .slick-slide {
  margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-8 .slick-list {
    margin: 0 -8px !important;
  }
  .slick-sm-row-8 .slick-list .slick-slide {
    margin: 0 8px !important;
  }
}

.slick-row-9 .slick-list {
  margin: 0 -9px;
}

.slick-row-9 .slick-list .slick-slide {
  margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-9 .slick-list {
    margin: 0 -9px !important;
  }
  .slick-sm-row-9 .slick-list .slick-slide {
    margin: 0 9px !important;
  }
}

.slick-row-10 .slick-list {
  margin: 0 -10px;
}

.slick-row-10 .slick-list .slick-slide {
  margin: 0 10px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-10 .slick-list {
    margin: 0 -10px !important;
  }
  .slick-sm-row-10 .slick-list .slick-slide {
    margin: 0 10px !important;
  }
}

.slick-row-11 .slick-list {
  margin: 0 -11px;
}

.slick-row-11 .slick-list .slick-slide {
  margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-11 .slick-list {
    margin: 0 -11px !important;
  }
  .slick-sm-row-11 .slick-list .slick-slide {
    margin: 0 11px !important;
  }
}

.slick-row-12 .slick-list {
  margin: 0 -12px;
}

.slick-row-12 .slick-list .slick-slide {
  margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-12 .slick-list {
    margin: 0 -12px !important;
  }
  .slick-sm-row-12 .slick-list .slick-slide {
    margin: 0 12px !important;
  }
}

.slick-row-13 .slick-list {
  margin: 0 -13px;
}

.slick-row-13 .slick-list .slick-slide {
  margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-13 .slick-list {
    margin: 0 -13px !important;
  }
  .slick-sm-row-13 .slick-list .slick-slide {
    margin: 0 13px !important;
  }
}

.slick-row-14 .slick-list {
  margin: 0 -14px;
}

.slick-row-14 .slick-list .slick-slide {
  margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-14 .slick-list {
    margin: 0 -14px !important;
  }
  .slick-sm-row-14 .slick-list .slick-slide {
    margin: 0 14px !important;
  }
}

.slick-row-15 .slick-list {
  margin: 0 -15px;
}

.slick-row-15 .slick-list .slick-slide {
  margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-15 .slick-list {
    margin: 0 -15px !important;
  }
  .slick-sm-row-15 .slick-list .slick-slide {
    margin: 0 15px !important;
  }
}

.slick-slider .slick-slide > div {
  margin-bottom: 30px;
}

.slick-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}

.slick-slide img {
    width: 100%;
}

.pro-nav-thumb{
    cursor: pointer;
}

.pro-large-img{
    position: relative;
    /* height: 400px; */
    overflow: hidden;
}

.pro-large-img img{
    width: 100%;
    height: auto;
}

.slick-track {
    margin-left: 0;
}

/*-------------COMMANDER-----------*/

.form-control{
    text-transform: inherit;
    padding: 0 15px;
}

textarea.form-control{
    border: 2px solid rgba(34, 34, 34, 0.08);
    padding: 0 15px;
}

textarea.form-control:focus{
    border: 2px solid #4291CC;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------ESPACE CLIENT--------------------------------*/
/*-----------------------------------------------------------------------------*/

.tab-content>.active {
    opacity: 1;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.myaccount-tab-menu a {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #4291CC;
  border-color: #4291CC;
  color: #fff;
}

.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}


/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

a{
    display: inline-block;
}

.title-heading{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-family: 'Univers LT Std', sans-serif;
    color: #222;
    font-weight: 600;
    line-height: 28px;
}

.title-heading-separator{
    position: relative;
    width: 46px;
    height: 2px;
    background-color: #282828;
    margin-top: -10px;
}

.title-heading-separator:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 48px;
    bottom: 0;
}

.subtitle-subheading{
    color: #616161;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}



/*-----------------------------------------------------------------------------*/
/*-------------------------------LA BATOUDE------------------------------------*/
/*-----------------------------------------------------------------------------*/

h2{
    font-weight: 500;
}

h3{
    font-weight: 400;
    font-size: 20px;
}

h4{
    font-weight: 300;
}

img{
    max-width: 100%;
    height: auto;
}

body, p{
    font-family: "Univers LT Std", sans-serif;
    font-weight: normal;
}

.padding-section{
    padding: 50px 75px;
}

.largeur-totale{
    padding: 0;
}

.largeur-totale .row{
    margin: 0;
    align-items: center;
}

.largeur-totale .col{
    padding: 0;
}

.largeur-totale ul li{
    padding: 20px 20px 0 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.indent-text-15{
    padding: 0 15px;
}

.indent-text-30{
    padding: 0 30px;
}

.indent-text-45{
    padding: 0 45px;
}

.style-h3{
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: #222222;
    font-family: 'Univers LT Std', sans-serif;
    margin: 0 0 20px 0;
}

.bulle-rouge{
    padding: 5px 10px;
    border-radius: 50px;
}

/* ACTIVITE */

.bloc-activite{
    display: flex;
    align-items: center;
    position: relative;
}

.bloc-activite .activite-img{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
}

.bloc-activite .activite-img img{
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-width: calc(100% + 3px);
    min-height: 100%;
    width: 100%;
}

.bloc-activite i{
    position: absolute;
    z-index: 9;
    top: 37.5px;
    left: 84.5px;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    color: #fff;
}

.bloc-activite .activite-titre h3{
    padding: 0 15px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

/* BARRE DE RECHERCHE */

.barre-recherche-spectacle{
    color: #fff;
    font-weight: bold;
    height: 50px;
}

.barre-recherche-spectacle select{
    opacity: 0;
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.barre-recherche-spectacle .customSelect{
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    border-radius: 50px;
}

.barre-recherche-spectacle .customSelect .fa-angle-down{
    top: 5px;
    right: 15px;
    font-size: 22px;
    color: #bb1015;
}

.barre-recherche-spectacle .container, .barre-recherche-spectacle .row, .barre-recherche-spectacle .col-lg-20{
    height: 100%;
}

.barre-recherche-spectacle .col-lg-20{
    display: flex;
    align-items: center;
}

.barre-recherche-spectacle input{
    width: 100%;
    padding: 3px 10px;
    border-radius: 50px;
    border: none;
}

.barre-recherche-spectacle button{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.barre-recherche-spectacle .fa-search{
    transform: rotate(90deg);
    margin-left: 5px;
}

.barre-recherche-spectacle span{
    font-size: 13px;
}

/* EQUIPE */

.equipe{
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.accueil-equipe h4{
    color: #8F8F8F;
}

.equipe img{
    display: none;
    width: 100%;
    min-height: 100%;
}

.img-equipe-survol{
    display: none;
}

.equipe:hover img, .img-equipe:hover .img-equipe-survol{
    display: block;
}

.col-equipe{
    margin: auto auto 20px auto;
}

.col-equipe span{
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 16px;
    width: calc(100% - 80px);
}

.col-equipe .icone-email{
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #fff;
    font-size: 20px;
}

.collapsible-item-title.panel-title{
    margin: 0;
    padding: 15px 0;
}

.collapsible-item-body.panel-body{
    padding: 20px 0 0 0;
}

/*-----------------------------------------------------------------------------*/

.filtre-bleu, .fond-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------TOPBAR------------------------------------------*/

.topbar{
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.copyright{
    color: #fff;
    padding: 10px 15px;
}

.topbar a{
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}

.topbar i{
    margin-right: 5px;
}

.topbar .fa-phone{
    transform: rotate(90deg);
    margin-left: 15px;
}

/*------------MENU--------*/

.container_menu{
    position: fixed;
    z-index: 9990;
    width: 100%;
    top: 0;
    left: 0;
}

.navbar-brand{
    padding: 0;
}

.navbar-brand img{
    max-height: 50px;
}

.navbar{
    min-height: 60px;
}

.menu-sticky{
    position: fixed;
}

.navbar-nav{
    text-align: center;
    align-items: center;
    padding-left: 15px;
}

.navbar-nav > li{
    margin-right: 15px;
}

.navbar-nav li a.menu-item, .navbar-nav li a.menu-item:hover, .navbar-nav li a.menu-item:active, .navbar-nav li a.menu-item:focus{
    font-size: 14px;
    font-weight: bold;
    display:block;
    line-height: 18px;
}

.dropdown-toggle::after{
    border: none;
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu-site{
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-top: -15px;
}

ul.dropdown-menu-site > li, ul.mega-menu > li{
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.dropdown-menu-site li a, ul.dropdown-menu-site .dropdown-submenu a, ul.dropdown-menu-site .dropdown-submenu a:hover, 
ul.dropdown-menu-site .dropdown-submenu a:active, ul.dropdown-menu-site .dropdown-submenu a:focus{
    line-height: 25px;
    margin: 0;
    width: auto;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 5px #ddd;
}

ul.dropdown-menu-site li.dropdown-submenu a, ul.dropdown-menu-site li.dropdown-submenu a:hover, 
ul.dropdown-menu-site li.dropdown-submenu a:active, ul.dropdown-menu-site li.dropdown-submenu a:focus{
    cursor: pointer;
}

.navbar .module-container{
    position: relative;
    text-align: center;
    width: 100%;
    margin-left: 20px;
}

.navbar .input-search{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: auto;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 5px;
    display: none;
    width: 225px;
    min-width: 225px;
    margin-top: -1px;
    height: 30px;
}

.navbar .input-search input{
    border: 2px solid #fff !important;
    color: #fff;
    padding: 0 30px 0 15px;
    border-radius: 5px;
    height: 30px;
}

.navbar .module-container .module .fa-search{
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    z-index: 9;
    position: relative;
}

#form-search i{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 7px;
    right: 10px;
}

.navbar .right-items{
    text-align: right;
    width: 100%;
}

#bloc-suggestion{
    position: absolute;
    top: 100%;
    z-index: 9990;
    width: 100%;
}

#bloc-suggestion .suggestion-recherche{
    width: 100%;
    display: block;
    position: relative;
    z-index: 9990;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

#bloc-suggestion .suggestion-recherche:hover{
    color: #fff;
}

/*------------------------------TITRE DE PAGE----------------------------------*/

.page-titre-img{
    width: 100%;
    height: 400px;
    background-size: cover;
    display: flex;
    align-items: center;
}

#titre-page, .page-titre-img .container{
    position: relative;
    height: 100%;
}

#titre-page .row{
    width: 100%;
}

#titre-page .titre-page-position{
    position: absolute;
    bottom: 60px;
    left: 0;
}

#titre-page h1, p.parent{
    font-family: "Prototype", sans-serif;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 0 15px;
}

#titre-page p.parent{
    font-size: 36px;
    color: #eae4ef;
}

.breadcrumb{
    background: transparent;
    padding: 15px 0;
}

.breadcrumb li a{
    color: #000;
    font-weight: bold;
}

.breadcrumb li.active{
    font-weight: bold;
}

/*-----------------------------MENU SECONDAIRE---------------------------------*/

.menu-secondaire{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-secondaire a.menu-item, .menu-cours a.menu-item{
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 100px;
}

.menu-secondaire .menu-item .menu-secondaire-titre{
    width: calc(100% - 60px);
    text-align: right;
}

.menu-secondaire .img-menu-secondaire, .menu-cours .img-menu-secondaire{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    position: relative;
}

.menu-secondaire .menu-item img:first-child, .menu-secondaire .menu-item img:last-child,
.menu-cours .menu-item img:first-child, .menu-cours .menu-item img:last-child{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.menu-secondaire .menu-item img:last-child, .menu-cours .menu-item img:last-child{
    display: none;
}

.menu-secondaire .menu-item:hover img:last-child, .menu-cours .menu-item:hover img:last-child{
    display: block;
    z-index: 3;
}

/* MENU COURS */

.menu-cours .has-dropdown:first-child .menu-item:hover{
    color: #fff;
}

.menu-cours .menu-item .menu-secondaire-titre{
    width: calc(100% - 55px);
    white-space: normal;
    text-align: right;
}

.menu-cours .menu-item .menu-no-img{
    width: calc(100% - 15px);
    height: 40px;
    line-height: 40px;
}

.menu-cours .menu-item .img-menu-secondaire{
    margin-right: -5px;
}

.menu-secondaire .img-menu-secondaire i, .menu-cours .menu-item .img-menu-secondaire i{
    line-height: 40px;
}

/*-----------------------------SLIDER------------------------------------------*/

.slide-img{
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.slide-img h1{
    font-family: "Prototype", sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    position: relative;
    height: 100px;
}

.slide-img h2{
    font-family: "Prototype", sans-serif;
    font-size: 24px;
    color: #fff;
    position: relative;
    height: 100px;
}

.slide-img, .slide-img p{
    color: #fff;
}

.slide-img .slide-select{
    display: inline-block;
    padding: 0;
    position: relative;
}

select{
    -webkit-appearance: none;
}

.slide-img select{
    opacity: 0;
    margin-bottom: 0px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 9;
}

.slide-img .slide-select-container .btn-primary, 
.slide-img .slide-select-container .btn-mauve{
    height: 50px;
    margin-left: -5px;
}

.container-slider{
    height: 500px;
}

.container-slider .slider .carousel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider-container-menu-secondaire{
    position: relative;
    height: 500px;
    width: 100%;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------------ARTICLE-------------------------------------*/
/*-----------------------------------------------------------------------------*/

.cercle-publication-article{
    position: absolute;
    bottom: -40px;
    left: -40px;
    background: #fff;
    height: 100px;
    width: 100px;
    text-align: right;
    border-radius: 100px;
}

.date-publication-article{
    font-family: "Prototype", sans-serif;
    position: absolute;
    left: 2px;
    bottom: 15px;
    font-size: 16px;
    width: 50px;
    line-break: anywhere;
    line-height: 1;
}

.description-article{
    padding: 15px 0;
}

.description-article h3{
    font-size: 16px;
    font-weight: 600;
}

.description-article p{
    font-weight: 500;
    line-height: 1;
}

.bulle-carousel:nth-child(1), .bulle-carousel:nth-child(2){
    background: #fff;
    padding: 5px 15px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 50px;
}

.slide-img h1 .bulle-carousel:nth-child(2){
    position: absolute;
    top: 50px;
    left: 45px;
}

.slide-img h2 .bulle-carousel:nth-child(2){
    position: absolute;
    top: 40px;
    left: 45px;
}

/*---------------------------------SPECTACLE-----------------------------------*/

.bloc-spectacle{
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-size: cover;
}

.bloc-spectacle:hover .titre-spectacle .colonne-fleche .cercle-fleche i{
    color: #fff;
}

.bloc-spectacle .titre-spectacle .colonne-fleche .cercle-fleche div{
    height: 22px;
}

.bloc-spectacle .date-publication-spectacle{
    font-family: "Prototype", sans-serif;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 500;
    width: 40%;
    line-height: 1;
}

.bloc-spectacle .titre-spectacle{
    position: absolute;
    bottom: 45px;
    background: #fff;
    width: 100%;
    padding: 15px;
}

.bloc-spectacle .titre-spectacle .colonne-titre{
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.bloc-spectacle .titre-spectacle .colonne-titre h3{
    font-size: 22px;
    margin: 0;
}

.bloc-spectacle .titre-spectacle .colonne-titre p, .spectacle-compagnie{
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    margin: 10px 0 0 0;
    line-height: 1;
}

.portfolio-single .spectacle-type{
    font-size: 16px;
}

.portfolio-single .spectacle-compagnie{
    font-size: 18px;
}

.bloc-spectacle .titre-spectacle .colonne-fleche{
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 15px);
    position: relative;
    right: -20px;
}

.bloc-spectacle .titre-spectacle .colonne-fleche .cercle-fleche{
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.bloc-spectacle .titre-spectacle .colonne-fleche .cercle-fleche i{
    font-size: 22px;
}

.bouton-precedent:hover .cercle-precedent i, .bouton-suivant:hover .cercle-suivant i{
    color: #fff;
}

.bloc-spectacle .type-public{
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.info-spectacle{
    margin-bottom: 10px;
}

.info-spectacle img, .info-spectacle span{
    display: inline-block;
    max-width: calc(100% - 75px);
    vertical-align: middle;
}

.info-spectacle img{
    width: 50px;
}

.info-spectacle span{
    font-weight: bold;
}

.info-spectacle span .weight-normal{
    vertical-align: top;
    display: inline;
}

.spectacle-compagnie{
    margin-top: 5px;
    margin-bottom: 20px;
}

.product-large-slider{
    position: relative;
}

.distribution-spectacle{
    margin-top: 30px;
}

.distribution-spectacle h4{
    font-size: 16px;
    font-weight: bold;
}

.distribution-spectacle p{
    margin : 0;
}

.yt-iframe{
    max-width: 100%;
    height: 250px;
}

.slide-spectacle .carousel-inner{
    height: 250px;
}

.product-large-slider .slick-prev{
    left: 30px;
}

.product-large-slider .slick-next{
    right: 30px;
}

.product-large-slider .slick-prev, .product-large-slider .slick-next{
    position: absolute;
    bottom: 15px;
    z-index: 9;
    background: none;
    border: none;
    font-size: 36px;
}

.spectacle-bordure{
    margin-bottom: 30px;
}

.cercle-date-spectacle{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    z-index: 9;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-family: "Prototype", sans-serif;
    font-size: 18px;
    line-break: anywhere;
    line-height: 1;
    padding: 0 10px;
}

.break-word{
    -ms-word-break: break-all;
}

.bouton-precedent, .bouton-suivant{
    margin-bottom: 20px;
}

.bouton-suivant{
    float: right;
}

.cercle-precedent, .cercle-suivant{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.cercle-precedent{
    margin-right: 10px;
}

.cercle-suivant{
    margin-left: 10px;
}

.cercle-precedent i, .cercle-suivant i{
    line-height: 40px;
}

.bouton-precedent h3, .bouton-suivant h3{
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}

.btn-reserver{
    position: absolute;
    bottom: -30px;
    background: transparent;
    border-radius: 100px;
    padding: 0;
    z-index: 9;
    height: 60px;
    left: calc(50% - 135px);
    width: 350px;
    line-height: 56px;
}

.btn-reserver .txt-reserver{
    width: calc(310px - 75px);
    font-size: 16px;
    text-align: left;
}

.btn-reserver:hover, .btn-reserver:active, .btn-reserver:focus{
    color: #fff;
}

.btn-reserver .img-btn-reserver{
    width: 60px;
    height: 60px;
    margin-left: 15px;
    margin-right: -5px;
    position: absolute;
    top: -2px;
    right: 0;
}

.btn-reserver .img-btn-reserver img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 2px solid #fff;
    border-radius: 100px;
}

.btn-reserver:hover .img-btn-reserver img, .btn-reserver:active .img-btn-reserver img, .btn-reserver:focus .img-btn-reserver img{
    border: 2px solid transparent;
}

.spectacle-bordure-1, .spectacle-bordure-2{
    width: calc(50% - 135px);
    margin: 0;
    position: relative;
    height: 3px;
}

.spectacle-bordure-2{
    margin-left: 270px;
    z-index: 9;
}

.btn-projet{
    height: 52px;
    padding: 0 0 0 15px;
    border: none;
    color: #fff;
}

.btn-projet:hover, .btn-projet:active, .btn-projet:focus{
    color: #fff;
}

.btn-projet img{
    height: 50px;
    margin-left: 15px;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------AGENDA---------------------------------------*/
/*-----------------------------------------------------------------------------*/

.date-agenda{
    margin-left: -15px;
    font-family: "Prototype", sans-serif;
    font-size: 18px;
}

.agenda-description{
    background: #eee;
    padding: 15px;
    height: 200px;
}

.col-img-agenda{
    position: relative;
    overflow: hidden;
    height: 200px;
}

.col-img-agenda img{
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: auto;
    height: 200px;
}

.agenda-description h3{
    color: #754c93;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.agenda-description .infos_horaire{
    font-family: "Prototype", sans-serif;
}

/*---------------------------------COURS---------------------------------------*/

.cours{
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
}
/*
.cours-description{
    min-height: 125px;
}
*/
.cours .age-cours{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.cours .titre-cours{
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
}

.cours .lieu-cours{
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.cours .horaires-cours{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
}

.cours .tarifs-cours{
    padding-top: 10px;
    font-weight: bold;
    margin: 0;
}

/*---------------------------------------PACKS---------------------------------*/

.portfolio .portfolio-filter{
    z-index: 9;
}

.portfolio .portfolio-filter a{
    font-size: 16px;
    font-weight: 500;
}

.portfolio .portfolio-filter .sous-menu{
    position: absolute;
    display: none;
    align-items: center;
    flex-direction: column;
    z-index: 9;
}

.portfolio .portfolio-filter li:hover .sous-menu{
    display: flex;
}

.portfolio .portfolio-filter .sous-menu li{
    padding: 5px 0 5px 15px;
    border: 1px solid #ddd;
}

.portfolio .portfolio-filter .sous-menu li a{
    padding-bottom: 0;
    margin-bottom: 0;
}

.portfolio .portfolio-filter .sous-menu li a::after{
    display: none;
}

.portfolio-item.pack .bloc-pack{
    min-height: 265px;
}

.bloc-pack{
    position: relative;
    padding: 15px;
}

.bloc-pack p{
    color: #333;
}

.bloc-pack .tarif-pack{
    padding-left: 0;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    text-align: center;
}

.related .bloc-pack .tarif-pack, .mes-projets .bloc-pack .tarif-pack{
    padding-left: 15px;
}

.bloc-pack .tarif-pack .tarif-label{
    font-size: 12px;
    margin-right: 10px;
}

.bloc-pack .tarif-pack .tarif-montant{
    font-size: 14px;
    font-weight: 500;
}

.bloc-pack .tarif-montant-barre{
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.bloc-pack .titre-pack{
    text-align: center;
}

.bloc-pack .titre-pack h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.bloc-pack .sous-titre-pack p{
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.bloc-pack hr{
    border-color: rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-filter-link a.active-filter:after,
.portfolio .portfolio-filter-link a:hover:after {
	content: "";
	height: 2px;
	width: 22px;
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
}

.single-post .entry-share .share-title{
    color: #000;
    font-style: normal;
}

.portfolio-item{
    margin: auto auto 30px auto;
}

.portfolio .portfolio-img{
    height: 250px;
}

.portfolio-img{
    position: relative;
    overflow: hidden;
    height: 250px;
}

.portfolio-img img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.pack-image .portfolio-img{
    height: 450px;
}

.pack-image .portfolio-img iframe{
    width: 100%;
    height: 450px;
    border: none;
}

.pack-sidebar{
    padding-right: 45px;
}

.pack-description{
    padding-left: 45px;
}

.pack-sidebar h2::after{
    display: block;
    width: 40px;
    content: "";
    height: 1px;
    margin-top: 15px;
}

.pack-sidebar .tarif{
    text-align: center;
}

.pack-sidebar .tarif .price-regular{
    font-size: 24px;
    margin-bottom: 30px;
}

.pack-sidebar .tarif .price-regular del{
    font-size: 18px;
}

.pack-sidebar p{
    margin: 0;
}

/* ÉQUIPE */

.accueil-equipe{
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #8A8A8A;
    height: 95%;
}

.accueil-equipe .container-img-equipe{
    position: relative;
    height: 175px;
    max-width: 175px;
    margin: auto auto 30px auto;
}

.accueil-equipe .img-equipe{
    height: 175px;
    overflow: hidden;
    max-width: 175px;
    border: 10px solid #fff;
    border-radius: 100px;
    position: relative;
}

.accueil-equipe .img-equipe img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.accueil-equipe .container-img-equipe .cadre-check{
    position: absolute;
    bottom: 15px;
    right: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}

.accueil-equipe .container-img-equipe .cadre-check .fa-check{
    color: #fff;
}

.accueil-equipe h3{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.accueil-equipe h4{
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

/*---------------------------------CLIENTS-------------------------------------*/

.sidebar-client .container-img-client{
    height: 75px;
    overflow: hidden;
    width: 75px;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 15px auto;
}

.sidebar-client .container-img-client img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.sidebar-client .icone-menu{
    color: #3CCACE;
}

.sidebar-client .icone-menu .fa-phone{
    transform: rotate(90deg);
}

.sidebar-client ul li{
    padding: 30px 0;
}

.sidebar-client ul li span{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Univers LT Std", sans-serif;
}

.sidebar-client ul li::after{
    position: relative;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    height: 1px;
}

.sidebar-client ul li:last-child::after{
    background: none;
}

.sidebar-client .icone-menu{
    height: 40px;
    width: 40px;
    background: #eee;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;    
    display: inline-block;
    margin-right: 15px;
}

/*------------------------------PARTENAIRES------------------------------------*/

#partners {
    padding-top: 80px;
    text-align: center !important;
    width:100%;
}

#partners {
    padding-top: 0px;
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.clients .owl-buttons {
    padding-top: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.owl-controls .fa-chevron-left, .owl-controls .fa-chevron-right{
    font-size: 20px;
    position: absolute;
    top: 30px;
}

.owl-controls .fa-chevron-left{
    left: 0;
}

.owl-controls .fa-chevron-right{
    right: 0;
}

#partners .partner{
    margin: auto 0;
    display: flex;  
    align-items: center;
}

#partners .partner a{
    margin: auto;
}

#partners img{
    max-height: 80px;
    width: auto;
    vertical-align: middle;
    max-width: 100%;
}

.partner p{
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}

.partenariat-prez{
    margin-top: 100px;
    text-align: center;
    border: 5px solid #6FC1F5;
    padding: 100px 0 70px 0;
}

.partenaire-prez{
    margin: auto auto 30px auto;
}

.portfolio #partners img{
    max-height: 50px;
}

/* Bootstrap-select */

.bootstrap-select .dropdown-toggle::after{
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #4291CC;
    font-size: 1.3rem;
}

.bootstrap-select.dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.bootstrap-select:hover .dropdown-toggle::after, .bootstrap-select:active .dropdown-toggle::after, 
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after{
    display: inline-block !important;
    vertical-align: 5px !important;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:active{
    border: 1px solid #ABADB3;
    border-radius: 0;
    height: 35px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    text-transform: none;
    outline: none !important;
    color: #212529;
}

.bt-select-col img{
    max-height: 100px;
}

.bootstrap-select .dropdown-menu li a span.text{
    width: 100%;
}

.bootstrap-select.projet > .dropdown-toggle, .bootstrap-select.projet .row{
    height: 100px;
    align-items: center;
    border-radius: 15px;
}

.bootstrap-select.projet .dropdown-menu{
    z-index: 9990;
}

.bootstrap-select.projet .filter-option-inner-inner h3, .bootstrap-select.projet .dropdown-menu li h3{
    margin: 0;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    padding: 0 0 10px 0;
    white-space: break-spaces;
}

.bootstrap-select.projet .filter-option-inner-inner p, .bootstrap-select.projet .dropdown-menu li p{
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    max-width: 100%;
    display: block;
    white-space: normal;
    text-transform: none;
}

.bootstrap-select.projet .dropdown-menu li{
    height: 100px;
    line-height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a{
    height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a, .bootstrap-select.projet .dropdown-menu li .row{
    margin: 0;
}

.bootstrap-select.projet .dropdown-menu li:hover{
    background: #007bff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active h3, .bootstrap-select.projet .dropdown-menu .dropdown-item:active h3,
.bootstrap-select.projet .dropdown-menu li:hover h3{
    color: #fff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active p, .bootstrap-select.projet .dropdown-menu .dropdown-item:active p, 
.bootstrap-select.projet .dropdown-menu li:hover p{
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
    transition: none;
}

/*-----------------------------------------------------------------------------*/
/*----------------------POP UP FORMULAIRE NEWSLETTER---------------------------*/
/*-----------------------------------------------------------------------------*/

#filtre_pop_up_newsletter, .filtre_pop_up{
    background: linear-gradient( rgba(75, 75, 75, 0.6), rgba(75, 75, 75, 0.6) );
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: all 0.5s;
    left: 0;
    top: 0;
    display: none;
}

#pop_up_newsletter, .pop_up{
    position: fixed;
    top: 45px;
    left: 12.5%;
    z-index: 9999;
    width: 75%;
    height: calc(100% - 90px);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: rgb(252, 252, 252) none repeat scroll 0% 0%;
    box-shadow: 0 0 5px #333;
    justify-content: left;
    transition: all 0.5s;
    overflow-y: auto;
    display: none; 
    align-items: normal;
}

.pop_up{
    top: 90px;
    left: 30%;
    width: 40%;
    height: calc(100% - 180px);
}

#pop_up_credit, #filtre_pop_up_credit{
    opacity: 0;
    display: none;
}

#pop_up_newsletter form, .pop_up form{
    margin: auto;
}

#pop_up_newsletter i, .pop_up i{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 99999;
    cursor: pointer;
}

#pop_up_credit{
    align-items: inherit;
}

.border-mobile{
    display: none;
}

.icone-popup-credit{
    cursor: pointer;
    display: inline-block;
}

/*------------------------------------------------------------------------------*/
/*--------------------------------FORMULAIRE------------------------------------*/
/*------------------------------------------------------------------------------*/

.img-preview{
    width: 100px;
}

.btn-danger i{
    color: #fff;
}

.piece_jointe_nom_fichier{
    margin-bottom: 20px;
}

.label-paiement{
    display: inline-flex !important;
    align-items: center;
}

.radio-paiement{
    margin-bottom: 0 !important;
    margin-right: 15px;
}

.label-paiement img{
    margin-left: 10px;
}

/*------------------------------------------------------------------------------*/
/*-----------------------BOUTON FLOTTANT PROJET---------------------------------*/
/*------------------------------------------------------------------------------*/

/* Bouton Flottant */

#fixed-group{
    position: fixed;
    right: 0;
    z-index: 999;
    right: -253px;
}

.button-flottant{
    display: block;
    /* border-radius: 100px 0 0 100px; */
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    right: 0;
    top: 0;
    transition: right 0.4s;
    overflow: hidden;
}

.button-flottant .centrage-img-fixe{
    display: inline-flex;
    background: #fff;
    width: 90px;
    height: 75px;
    align-items: center;
}

.button-flottant img{
    width: auto;
    max-height: 55px;
    margin: auto;
}
.button-flottant .txt-button{
    width: 250px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.button-flottant .inline-button{
    display: inline-block;
    height: 75px;
    vertical-align: top;
}
.button-flottant .txt-button-center{
    display: flex;
    height: 75px;
    align-items: center;
}
.button-flottant:hover{
    right: 253px;
}

/*-----------------------------FOOTER------------------------------------------*/

.footer-2{
    padding-top: 30px;
    padding-bottom: 40px;
}

footer p, footer h2, footer h3, footer h4, footer h5, footer ul, footer ul a{
    color: #8F8F8F;
}

.footer a{
    display: inline-block;
}

footer ul{
    padding: 0 0 25px 25px;
}

/*-------------------------------COPYRIGHT-------------------------------------*/

.copyright{
    text-align: center;
    padding: 10px 0;
    color: #8F8F8F;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------COULEURS GENERALES--------------------------------*/
/*-----------------------------------------------------------------------------*/

/*

Couleurs du projet :

Bleu normal : #4291CC
Bleu check : #3A6BAF
Bleu ciel : #3CCACE
Orange : #F17A16
Fond noir blocs : #191919
Noir footer : #191925


*/

.texte-orange, .texte-orange:hover, .texte-orange:focus, .texte-orange:active{color: #F17A16 !important;}  
.texte-rouge, .texte-rouge:hover, .texte-rouge:focus, .texte-rouge:active{color: #d92550;}  
.texte-gris, .texte-gris:hover, .texte-gris:focus, .texte-gris:active{color: #333333;}  
.texte-gris-clair, .texte-gris-clair:hover, .texte-gris-clair:focus, .texte-gris-clair:active{color: #eee;} 
.texte-blanc, .texte-blanc:hover, .texte-blanc:focus, .texte-blanc:active{color: #ffffff !important;}  
.texte-noir, .texte-noir:hover, .texte-noir:focus, .texte-noir:active{color: #000000;}  

.background-rouge, .background-rouge:hover, .background-rouge:focus, .background-rouge:active{background: #d92550;}
.background-gris, .background-gris:hover, .background-gris:focus, .background-gris:active{background: #333333;}
.background-gris-clair, .background-gris-clair:hover, .background-gris-clair:focus, .background-gris-clair:active{background: #eee;}
.background-blanc, .background-blanc:hover, .background-blanc:focus, .background-blanc:active{background: #ffffff;}
.background-noir, .background-noir:hover, .background-noir:focus, .background-noir:active{background: #000000;}

.bg-gray{ background-color: #f0f0f0 !important; }

.gras{font-weight: bold;}
.no-padding, .no-padding:hover, .no-padding:focus, .no-padding:active{ padding: 0; }
.no-margin, .no-margin:hover, .no-margin:focus, .no-margin:active{ margin: 0; }
.text-underline, .text-underline:hover, .text-underline:focus, .text-underline:active{ text-decoration: underline; }
.text-uppercase{ text-transform: uppercase; }
.width-100{ width: 100%; }
.h-100{ height: 100%; }
.fixed{ position: fixed; }
.f-left{ float: left; }
.f-right{ float: right; }
.flex{ display: flex; align-items: center;}
.pointer{ cursor: pointer; }
.p-relative{ position: relative; }
.mobile{ display: none; }
.v-align-top{ vertical-align: top; }

.col-m-auto{ margin: 0 auto;}

@media (min-width: 1200px){
    .col-lg-20{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: inherit;
        padding-right: 0;
        padding-left: 15px;
    }
}

.p-relative{
    position: relative;
}

.customCheckboxMdp{
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    height: calc(100% - 2px);
    width: 38px;
    display: flex;
    align-items: center;
}

.customCheckboxMdp i{
    cursor: pointer;
    margin: auto;
}

.customCheckboxMdp i:hover, .customCheckboxMdp i:active, .customCheckboxMdp i:focus{
    color: #000;
}

.btn{
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    min-width: 180px;
    width: auto;
}

.btn-transparent, .btn-mauve-transparent, .btn-jaune-transparent, .btn-rose-transparent, .btn-orange-transparent{
    font-size: 16px;
    text-transform: none;
    background: transparent;
    border-radius: 50px;
    padding: 0 15px;
    line-height: 34px;
    height: 40px;
}

.btn-jaune-transparent{
    border: 2px solid #E6AD56;
}

.btn-jaune, .btn-jaune-transparent:hover, .btn-jaune-transparent:active, .btn-jaune-transparent:focus{
    background: #E6AD56;
}

.btn-rose-transparent{
    border: 2px solid #D16A92;
}

.btn-rose, .btn-rose-transparent:hover, .btn-rose-transparent:active, .btn-rose-transparent:focus{
    background: #D16A92;
}

.btn-orange-transparent{
    border: 2px solid #D77F52;
}

.btn-orange, .btn-orange-transparent:hover, .btn-orange-transparent:active, .btn-orange-transparent:focus{
    background: #D77F52;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus,
.btn-mauve-transparent:hover, .btn-mauve-transparent:active, .btn-mauve-transparent:focus,
.btn-mauve:hover, .btn-mauve:active, .btn-mauve:focus{
    color: #fff;
}

.grecaptcha-badge{
    display: none;
}

.good-color, p:last-child.good-color{
    background-color:#a5ecb1;
    padding:5px 10px;
    width:100%;
    color:#fff;
    margin-bottom:15px;
}

.bad-color, p:last-child.bad-color{
    background-color:#fa6464;
    padding:5px 10px;
    width:100%;
    color:#fff;
    margin-bottom:15px;
}

.message{
    color: #444;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 10000;
    left: 0;
    font-size: 14px;
    transition: all 0.5s;
    position: fixed;
}
/*
#success_newsletter{
    background: none repeat scroll 0 0 #96ca00;
}

#error_newsletter, .message-info-mdp{
    background: none repeat scroll 0 0 #f7941d;
}
*/

.message-info-mdp{
   background: none repeat scroll 0 0 #f7941d; 
}

.message-info-mdp{
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

#success {
    position: fixed;
    left: 0;
    background: #96ca00;
    z-index: 999;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: opacity 2s;
    display: none;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}

.form-erreur{
    font-weight: bold;
    color: red;
    display: none;
}

.opacite-1{
    opacity: 1 !important;
}


/*-----------------------------------------------------------------------------*/
/*-------------------BANDEAU SITE EN DEVELOPPEMENT-----------------------------*/
/*-----------------------------------------------------------------------------*/

.bandeau-dev{
    position: fixed;
    background-color: rgba(0,0,0, 0.6);
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    margin: 0;
}

.bandeau-dev .btn{
    font-size: 1rem;
    margin: 5px 0 0 15px;
}

/*----*/

.btn-realisation-contact{
    padding: 10px 25px;
    height: auto;
    line-height: 24px;
}

.preloader svg{
    max-width: 50px;
    height: auto;
}

.btn-primary, .btn-mauve, .btn-jaune, .btn-rose, .btn-orange{
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

/* Changements vis-à-vis du responsive */

.section-desktop{
    display: block;
}

.section-mobile{
    display: none;
}

@media (max-width: 991px) {
    
    .section-desktop{
        display: none;
    }

    .section-mobile{
        display: block;
    }

}

.stage{
    text-align: center;
}

.stage img{
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stage h2 a, .stage h2 a:hover, .stage h2 a:focus, .stage h2 a:active{
    color: #bb1015;
}

/*-----------------------------------------------------------------------------*/
/*----------------------POP UP FORMULAIRE RESERVATION----------------------------*/
/*-----------------------------------------------------------------------------*/

.filtre_pop_up{
    background: linear-gradient( rgba(75, 75, 75, 0.6), rgba(75, 75, 75, 0.6) );
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: all 0.5s;
    left: 0;
    top: 0;
}

.pop_up{
    position: fixed;
    top: 100px;
    left: 17%;
    z-index: 9999;
    width: 66%;
    height: calc(100% - 200px);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: rgb(252, 252, 252) none repeat scroll 0% 0%;
    box-shadow: 0 0 5px #333;
    justify-content: left;
    align-items: center;
    transition: all 0.5s;
    overflow-y: auto;
    display: none;
}

@media (min-width: 1600px) {
    .pop_up{
        top: 125px;
        left: 25%;
        width: 50%;
        height: calc(100% - 250px);
    }
}

.pop_up{
    top: 90px;
    left: 20%;
    width: 60%;
    height: calc(100% - 180px);
}

.pop_up form{
    margin: auto;
}

.pop_up i{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 99999;
    cursor: pointer;
}

.border-mobile{
    display: none;
}

.btn-inscription{
    height: 40px;
    line-height: 36px;
    border-radius: 100px;
}


.selectize.selectize-multiple .selectize-input::after{
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(0.75rem + 5px);
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #343a40 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.pop_up_croix{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    z-index: 99999;
    cursor: pointer;
    font-weight: bold;
}

.pop_up_apercu_contenu{
    width: 100%;
}

.bloc-article{
    width: 100%;
}