/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');


:root{
  --bleu: #0b1369;
  --gris:#cecccc;
}



/*GENERAL*/

body {
    font-family: 'Work Sans', sans-serif;
}


.page-heading{
color: var(--bleu);
}
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider_home/6.jpg');
}

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
    }
}

.btn {
    border-radius: 0;
}
.btn-primary {
  color: #fff;
  background-color: var(--bleu);
  border-color: var(--gris);
}
.btn-primary:hover {
  color: var(--bleu);
  background-color: var(--gris);
  border-color: #fff;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.moteur {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color:rgba(11,19,105,0);
}
/*HEADER*/
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 25px;
        line-height: 1.2;
        color: #000;
        font-size: 14px;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
        opacity: .7;
    }
    .index .not-sticking .menu ul > li > a:hover {
        opacity: 1;
    }
    .index .not-sticking .header__logo {
        display: block;
    }
    .sticking .header__logo{
        display: block;
        padding: 0px;
        border-bottom: 0;
        border-color: rgba(60, 60, 60, 0.5);
        background: var(--bleu);
    }
    .index .not-sticking .header__logo{
        display: block;
        padding: 0;
        border-bottom: 0;
        border-color: rgba(60, 60, 60, 0.5);
    }
    .not-sticking .header__logo{
        display: block;
        padding: 0;
        border-bottom: 0;
        border-color: rgba(60, 60, 60, 0.5);
    }
    .sticking .header__logo img, .not-sticking .header__logo  img {
        width: 90px;
        margin-right: 100px;
    }
    .menu ul > li > a{
        text-transform: uppercase;
    }
    .site-pusher nav {
        margin: auto 0;
    }
    .menu ul{
        margin: auto 0;
    }
    .not-sticking .menu ul li a{
        color: #fff;
        opacity: 0.7;
    }
    .not-sticking .menu ul li a:hover{
        opacity: 1;
    }
    .sticking .menu ul{
        background-color: var(--bleu)
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
        border-bottom: inherit;
    }
    .sticking .menu ul li a{
        color: #fff;
        opacity: 0.7;
    }
    .sticking .menu ul li a:hover{
        color: #fff;
        opacity: 1;
    }
    .coordonnees_heading img {
        width: 21%;
    }
}

/* BASELINE */
.baseline {
    z-index: 20;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.titre-baseline {
    font-weight: 800;
    font-size: 3.8rem;
    letter-spacing: 1px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000000 0.1em 0.1em 0.2em;
    line-height: 1;
}
.titre-baseline span{
    font-weight: 400;
    font-size: 1.8rem;


}
.contact .sidebar{

z-index: 1001}
.menu .dropdown-menu {
    color: #fff;
    background-color: #222;
}
.menu.dropdown-item:focus,.menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #484747;
}
.lang .dropdown-toggle::after {
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    text-transform: uppercase;
}

.home_cont_presentation {
  position: relative;
  background: var(--bleu);

  color: #fff;
  margin: 0 auto;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;

}
.home_cont_presentation p {
  text-align: center!important;

}
.home_cont_categories {
  padding-top: 50px;
  padding-bottom: 50px;
background: var(--gris)

}
.home_cont_alertes {
  padding: 15px 10px;
  background: var(--bleu);
  text-align: center;
}

.cont_coordonnees {
  padding-bottom: 40px;
  background-color: var(--gris);
  
}

footer {
  background-color: var(--bleu);
  padding: 25px 10px;
}

/*CATEGORIES*/
.grid figure {
  position: relative;
  float: center;
  overflow: hidden;
  margin: 10px auto;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  background: var(--bleu);
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800;
  padding-left: 10px; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%); }

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid var(--bleu);
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(11, 19, 105, 1);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0); }

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0); }

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }


  @media (max-width: 420px){
#content {
  margin-top: 40%;
}
}
@media (min-width: 992px) {
    .index .header .not-sticking .site-pusher {
        display: flex;
        justify-content: center;
        background: rgba(11,19,105,0.5);
    }
    .header .sticking .site-pusher, .header .not-sticking .site-pusher {
        display: flex;
        justify-content: center;
        background: var(--bleu);
    }
}
@media (max-width: 991px) {
    .burger-item,
    .burger-item::before,
    .burger-item::after {
        background: #fff;
    }
    .header__icon:after {
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }
    /*    .bgAccueil {
    background: url(/assets/images/bgimg-mobile.jpg) no-repeat top center fixed;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}*/
    .home_cont_presentation {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .sticky_menu.not-sticking,
    .header .sticking{
        background: var(--bleu);
    }
    .sticky_menu.not-sticking .logo-not-sticking {
        padding: 10px 0;
		  width: 115px;
    }
    .sticky_menu.sticking .index-logo-sticking,
    .sticky_menu.sticking .logo-sticking {
        padding: 10px 0;

    }
	 .index-logo-not-sticking, .index-logo-sticking{
	 width: 100px;
}
    .sticky_menu.not-sticking .header__icon:after {
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }
.menu {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: var(--bleu);
	width: 250px;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}
.main-content{
margin-top: 130px
}
/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: var(--bleu) !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid var(--bleu);
}
.detail_header .titre:after {
    background: var(--bleu);
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: var(--bleu);
}
.retour_pret span {
    color: var(--bleu);
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid var(--bleu);
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: var(--bleu) !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: var(--bleu) !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}