@import 'import/navs.css';

/* ==========================================================================
   BASIC
   ========================================================================== */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #212529;	
}
* {
    margin:0px;
	padding:0px;
}
h1 {
	font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0px;
	text-transform: uppercase;
}
h1 em {
	font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    margin-bottom: 0px;
	text-transform: uppercase;
	color:#212529;
	font-style:normal;
}
h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6rem;
	margin-top:1rem;
	margin-bottom:1rem;
}
h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1rem;
}
a {
}
a img {
	border: 0px solid #FFF;
}
a:focus, a:hover, a:active {
    color: #181716;
    text-decoration: none;
    outline: #fff 0px none;
    outline-offset: 0px;
}
:focus, :hover, :active {
    text-decoration: none;
    outline: #fff 0px none;
    outline-offset: 0px;
}
p {
	margin-bottom:0.5rem;
}
@media screen and (min-width: 992px) {
	p {
		font-size:0.9rem;
	}
}
.mentionfootPN {
    color: #9c9c9c;
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.7rem;
    clear: both;
    letter-spacing: 0.15rem;
    font-family: 'Oswald', sans-serif;
}
.mentionfootPN a {
    color: #9c9c9c;
    font-family: 'Oswald', sans-serif;
}
.mentionfootPN a:hover {
    color: #181716;

}


/* ==========================================================================
   ANIMATE
   ========================================================================== */

.os-animation{
 	opacity: 0;
	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	-ms-animation-duration:0.8s;
	animation-duration:0.8s;
}
.os-animation.animated{
    opacity: 1;
}


/* ==========================================================================
   MODALS
   ========================================================================== */

#popH  {
    background: rgba(24,23,22,0.60);
    z-index: 9999999;
}
#popH .modal-content  {
    /*border: solid 10px #ff3600;*/
    border-radius: 0rem;
}
#popH .modal-header  {
    background: #ff3600;
    text-align:center;
    padding: 0 1rem 1rem 1rem;
    display: block !important;
    position: relative;
    border: none;
    border-radius: 0rem;
}
#popH .modal-header .close{
    font-weight:800;
    position: absolute;
    top: 0.75rem;
    right:1rem;
}
#popH .modal-header h3 {
    color: #181716;
    background: #ffd700;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 2rem;
    margin: 0rem 0.75rem 0.75rem 0.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
}
#popH .modal-header h2  {
    color:#fff;
    text-align:center;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    margin:0;
    line-height: 2rem;
}
#popH .modal-header h2 strong  {
    font-weight:800;
    font-size: 2rem;
    line-height: 2.5rem;
}
#popH .modal-body   {
    padding:0;
}
#popH .modal-body .popvisu  {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
#popH .modal-body .popvisu1  {
    width:60%;
    background: url("../img/popup/magasin_Cranves_Sales.jpg") no-repeat center center;
    background-size:cover;
}
#popH .modal-body .popvisu2  {
    width:40%;
}
#popH .popTxt {
    padding:2rem;
    color:#fff;
    background: url("../img/popup/griffe.svg") no-repeat right bottom #ff3600;
    background-size: 28%;
}
#popH .popTxt a {
    color:#fff;
    font-weight:500;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    margin-right: 0.5rem;
}
#popH .popTxt a:hover {
    color:#181716;
}
#popH .modal-body h2  {
    color: #181716;
    font-size: 2.25rem;
    margin: 1.25rem 0;
    font-weight: 700;
    line-height: 2.5rem;
}
#popH .modal-body h2 strong  {
    color:#fff;
    font-weight:700;
}
#popH .modal-body p  {
    color:#fff;
    font-size: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
#popH .modal-body p.big  {
    font-size: 1.4rem;
    line-height: 1.75rem;
}
#popH .modal-body p.big strong  {
    text-transform: uppercase;
}

#popH .modal-body iframe  {
    width: 100%;
    height: calc(100% - 1.5rem);
    margin: 0.75rem 0;
    border: 0;
}
#popH .modal-footer {
    padding:0;
    background: #ff3600;
    border: none;
}
@media screen and (max-width: 1199px) {
    #popH .modal-body h2 {
        font-size: 2rem;
    }
#popH .modal-body p.big br  {
    display:none;
}
}
@media screen and (max-width: 991px) {
    #popH .modal-header h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-top: 0.25rem;
    }
    #popH .modal-header h2 strong {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}
@media screen and (max-width: 440px) {
    #popH .modal-body h2 {
        line-height: 2.25rem;
    }
    #popH .modal-body p.big {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
}






/* ==========================================================================
   TEXTE  ALERTE TOP PAGE
   ========================================================================== */

.alerteTop {
    width: calc(100% - 540px);
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    padding-left: 1rem;
    background: url("../img/popup/griffeTop.svg") no-repeat right top #ffd700;
    background-size: contain;
    padding-right: 50px;
}
.alerteTop strong {
    letter-spacing: 0.5rem;
}
@media screen and (max-width: 1224px) {
    .alerteTop {
        width:100%;
        position: relative;
    }
}
@media screen and (max-width: 991px) {
    #popH .popTxt {
        padding: 1.25rem 1.25rem 1rem 1.25rem;
    }
    #popH .modal-body h2 {
        margin: 1rem 0;
    }    
}
@media screen and (max-width: 720px) {
    .alerteTop strong {
        letter-spacing: 0rem;
    }
}
@media screen and (max-width: 659px) {
    .alerteTop {
        background: #ffd700;
        height: auto;
        line-height: 19px;
        padding: 5px 5px 5px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 429px) {
    #popH .modal-body h2 strong  {
        display: block;
    }
}
#popH .modal-header h3 {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  letter-spacing: 0.25rem;
}

/* ==========================================================================
   FORMULAIRES
   ========================================================================== */

::placeholder {
  color: #9c9c9c;
}
::-webkit-input-placeholder {
  color: #9c9c9c;
}
::-moz-placeholder {
  color: #9c9c9c;
}
:-ms-input-placeholder {
  color: #9c9c9c;
}
.btn-primary {
	color: #fff;
	background-color: #181716;
	border-color: #181716;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ff3600;
	border-color: #ff3600;
}
.obli {
	color: #ff3600;
	font-weight:bold;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #ff3600;
    background-color: #ff3600;
}
.btn-info {
    color: #fff;
    background-color: #181716;
    border-color: #181716;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

/* ==========================================================================
   COOKIES
   ========================================================================== */

#cookies {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 10px;
	box-shadow: 0px 0px 5px #bb2026;
	z-index: 99999999;
	width:100%;
	height:100%;
	top: 0px;
    left: 0px;
}
#cookiesPop {
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	box-shadow: 0px 0px 15px #d2d2d2;
	top:50%;
	left:50%;
	border:solid 1px #fff;
	padding:20px;
	width:600px;
	text-align: justify;
	overflow-y: auto;
	max-height: 80%;
	font-size: 0.9rem;
	background: #fff;
}
#cookiesPop h2 {
	font-size:1.3em;
	color:#ff3600;
	margin-top:0px;
	margin-bottom: 15px;
	text-align:left;
	font-weight: bold;
}
#cookiesPop p {
	margin-bottom: 0.5rem
}

#cookiesPop label {
	margin: 7px 0px  3px 0px;
	color: #181716;
}

#cookiesPop a {
	color: #646567;
}
.cookiesLegend {
	font-size:0.9em;
	padding-top:10px;
	margin-top: 35px;
	border-top: solid 1px #ccc;
}
.cookie-button-container {
	margin-top: 30px;
}
.cookieNo {
	background-color:#333;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 15px 5px 15px;
	margin-right:10px;
}
.cookieYes {
	background-color:#ff3600;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 15px 5px 15px;
	margin-right:10px;
}
#cookiesPop input[type="radio"] {
    margin-left:0px;
}

#popupResa #rgpdForm input[type="radio"] {
	margin-right: 10px;
	margin-left: 0px;
}

@media screen and (max-width: 599px) {
	#cookiesPop {
		position: absolute;
		top: 50%;
		left: 5%;
		width: 90%;
		border: solid 1px #fff;
		padding: 15px;
		margin-left: 0px;
		max-height: 90%;
		transform: translateY(-50%);
		background: #fff;
	}
	.cookieNo, .cookieYes  {
		width:100%;
		margin-top:10px;
	}
}


/* ==========================================================================
   CONSTRUCTION 
   ========================================================================== */

.logo {
	width: 320px;
	position: absolute;
	top: 45px;
	left: 30px;
	z-index: 100;
}
#boxContact {
	background: #ff3600;
	color:#fff;
}
#boxContact h3, #boxContact p {
	text-align: center;
	margin-bottom:0px;
}
#boxContact h3 strong {
	color:#181716;
	font-size:1.3rem;
	font-weight: 400;
}
#boxContact p {
	font-family: 'Michroma', sans-serif;
	font-size: 0.8rem;
}
.boxAgence a {
	color:#fff;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	transition: all .8s ease-in-out;	
	font-family: 'Oswald', sans-serif;
}
.boxAgence a:hover {
	color:#181716;
}

#boxContact i {
	color:#fff;
	font-size: 3rem;
}
#boxContact .footTel  {
	margin-top: 10px;
}
#boxContact .row > div {
	border-right: dotted 1px #ffb5a1;
}
#mailchimp input.form-control {
	border:none;
	border-radius:0rem;
	margin:5px 0px;
}
#mailchimp p {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
#mailchimp label {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	margin-bottom: 0px;
}

a#mc-embedded-unsubscribe {
	color:#fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	font-size: 0.8rem;
	background: #ff3600;
}
#placeholder {
	background: #9c9c9c;
}
footer {
	background: #181716;
	color: #9c9c9c;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8rem;
}
footer img:first-child {
	max-width:140px;
	margin-bottom:20px;
}
footer .imgBobcat {
	max-width: 208px;
	background: #ff3600;
	padding: 10px 50px;
	display: block;
	margin: 20px auto 0px auto;
}
footer h3 {
	color: #9d9d9d;
	font-size: 0.9rem;
}
footer p {
	margin-bottom:0px;
}
footer li {
	list-style: none;
}
footer li a {
	color:#fff;
	font-weight: 300;
	text-transform: uppercase;
}
footer li a:hover {
	color:#ff3600;
}
footer .coord  {
	border-right: dotted 1px #ccc3;
}
footer .coord h3 {
	color: #ff3600;
}
footer .coord .text-right {
	border-left: dotted 1px #ccc3;
}
footer #colsites {
	padding: 0 20% !important;
}
footer #colsites .text-left {
    border-left: dotted 1px #ccc3;
    padding-left:1rem;
}
#bobRS {
	text-align:center;
	width:100%;
}
#bobRS a {
	color:#fff;
	font-size: 1.5rem;
	display: inline-block;
	padding: 0 10px;
}
#bobRS a:hover {
	color:#ff3600;
}

#copyright {
	background: #9c9c9c;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8rem;
	text-align: center;
	position:relative;
}
#copyright a, #copyright span {
	color:#fff;
	cursor: pointer;
}
#copyright span {
	display: inline-block;
}
#copyright a:hover, #copyright span:hover {
	color:#181716;
}
#copyright a#btnTop {
	background: #fff;
	color: #181716;
	font-size: 2rem;
	padding: 0px;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .8s ease-in-out;
	border: solid 1px #fff;
}
#copyright a#btnTop:hover {
	background: #ff3600;
	border: solid 1px #ff3600;
	color:#fff;
}
#copyright ul {
	margin-bottom:0px;
}

#copyright li {
	list-style: none;
	display: inline-block;
}

@media screen and (max-width: 1700px) {
    footer #colsites {
        padding: 0 9% !important;
    }
}
@media screen and (max-width: 1299px) {
    footer #colsites {
        padding: 0 0% !important;
    }
}
@media screen and (max-width: 1199px) {
    footer #colsites .colsite1, 
    footer #colsites .colsite2,
    footer #colsites .colsite3 {
        max-width: 100% !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    footer #colsites .colsite1 br, 
    footer #colsites .colsite2 br,
    footer #colsites .colsite3 br {
        display:none;
    }
    footer #colsites p, footer #colsites h3  {
        text-align: center;
        margin-bottom: 0.25rem;
    }
    footer #colsites .colsite2,
    footer #colsites .colsite3 {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 991px) {
	.boxAgence a {
		font-size: 1.3rem;
	}
	#boxContact .row > div.boxAgence3 {
		border-right:none;
	}
    #boxContact .row > div.boxMC {
		border: none;
	}
}
@media (min-width: 540px) and (max-width: 991px) {
    #boxContact .row > div.colTel1,
    #boxContact .row > div.colTel2,
    #boxContact .row > div.colTel3 {
    width:33% !important;
	}
}
@media screen and (max-width: 767px) {
	#boxContact .row > div.boxAgence {
		border-right:none;
	}
}

/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */

.container {
}


/* ==========================================================================
   MODAL
   ========================================================================== */

.modal {
}
.modal-content {
}



/* ==========================================================================
   CAROUSEL ACCUEIL
   ========================================================================== */

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#carouselH .carousel-caption {
	bottom: 43%;
	font-family: 'Roboto', sans-serif;
    right: 2%;
    left: 2%;
}
#carouselH .carousel-caption h2 {
	font-weight: 700;
	font-size: 3rem;
	margin-top: 0rem;
	text-shadow: 0px 2px 3px #333;
}
#carouselH .carousel-caption h3 {
 	font-family: 'Michroma', sans-serif;
    margin-top: 0px;
    color: #fff;
    font-size: 3rem;
	font-size: 1.5rem;
	text-shadow: 0px 2px 3px #333;
}
#carouselH .carousel-caption h3 span {
	width:30px;
	display:inline-block;
}
#carouselH .carousel-caption h3 {
 	font-family: 'Michroma', sans-serif;
    margin-top: 0px;
    color: #fff;
    font-size: 3rem;
	font-size: 1.5rem;
	text-shadow: 0px 2px 3px #333;
}
#carouselH .carousel-caption .display-3 {
	line-height: 1rem;
}
#carouselH .carousel-caption .display-3 a {
 	font-family: 'Michroma', sans-serif;
    color: #fff;
	font-size: 1.1rem;
	display: inline-block;
	margin: 0px 2px 0px 2px;
	background: #ff3600;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all .8s ease-in-out;
	cursor: pointer;
}
#carouselH .carousel-caption .display-3 a:hover {
	background: #181716;
}


#navMetier {
	position: absolute;
	top: calc(50% + 85px);
	left:50%;
	transform: translateX(-50%);
	z-index: 20;
	width: 100%;
	text-align: center;
}
#navMetier * {
	margin:0px;
	padding:0px;
}
#navMetier li {
	list-style: none;
	display: inline-block;
}
#navMetier li a, #navMetier li span {
	color: #ff3600;
	font-size:2rem;
	padding:10px 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.01rem;
	transition: all .8s ease-in-out;
	background: #fff;
	display:inline-block;
}
#navMetier li a:hover, #navMetier li a:focus  {
	background: #000;
	color:#fff;
}
.accroche {
	color:#fff;
	text-transform:uppercase;
	padding:4px 22px 5px 25px;
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
	background: #ff3600;
	text-align: right;
	font-family: 'Michroma', sans-serif;
}
/*.navbar-nav > li:last-of-type {
	padding-left: 1rem;
}
.navbar-nav li:last-of-type a.nav-link {
	transition: all .8s ease-in-out;
	background: #ff3600;
	color: rgb(255, 255, 255);
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.navbar-nav li:last-of-type a.nav-link:hover {
	background: #000;
	color: rgb(255, 255, 255);
}*/




@media screen and (max-width: 767px) {
	#navMetier {
		bottom: 0px;
		top: initial;
	}
	#navMetier li {
		display: block;
		margin-top: 5px;
		width: 50%;
		float: left;
	}	
	#navMetier li a, #navMetier li span {
		width: 99%;
		font-size: 1rem;
	}	
	#navMetier li a, #navMetier li:first-of-child span {
		margin-right:1%;
	}	
	#navMetier li a, #navMetier li:last-of-child span {
		margin-left:1%;
	}	
	#carouselH .carousel-caption {
		top: 245px;
	}
	#carouselH .carousel-caption .display-3 a {
		font-size: 1rem;
		margin: 1px auto 0px auto;
		width: 350px;
	}
}
@media screen and (max-width: 359px) {
	#carouselH .carousel-caption .display-3 a {
		width: 210px;
	}
}



/* ==========================================================================
   ACCUEIL 
   ========================================================================== */

#gammH  {
	background: #ededed;
	/*background: url("../img/accueil/motif.jpg") repeat;*/
}

#gammH [class*="col-"] {
/*	padding-left:0px;
	padding-right:0px;*/
}
#gammH h2 {
	font-size: 2rem;
	padding: 0px 15px;
	margin: 0px 0px 50px 0px;
	color: #181716;
	line-height: 2rem;
	position:relative;
}
#gammH h2:before {
	content:"";
	position:absolute;
	width:250px;
	height:1px;
	background: #bfbfbf;
	bottom:-15px;
	left:50%;
	transform: translateX(-50%);
}
#gammH h2:after {
	content:"";
	position:absolute;
	width:50px;
	height:11px;
	background: #ff3600;
	bottom:-20px;
	left:50%;
	transform: translateX(-50%);
}
#gammH h3{
	font-size:2rem;
}

.txtGammH {
	margin-top:80px;
	padding:20px;
	background: #ff3600;
	color:#fff;
	position:relative;
}
#gammH ul {
	padding-left: 15px;
}
#gammH ul li a {
	color:#fff;
}
#gammH ul li a strong {
	font-weight: 700;
}

#gammH ul li a:hover {
	color:#181716;
}
#gammH a.txtGammPlus {
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px;
	font-family: 'Oswald', sans-serif;
	background:#181716;
	transition: all .8s ease-in-out;
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 40px;
}
#gammH a.txtGammPlus:hover {
	background:#9c9c9c;
}
#gammH a.txtGammPlus i {
	margin-left:15px;
}
#gamm1 a.txtGammPlus,
#gamm2 a.txtGammPlus,
#gamm3 a.txtGammPlus {
	float: right;
}
#gamm2 {
	margin-top:-30px;
}
#gamm3 {
	margin-top:0px;
}
#marques {
	border-top: solid 1px #f6f6f6;
}
#slidePdt .item {
	padding:10px;
	background:#777777;
}
#slidePdt.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 10px;
}
#servicesH h2 {
    font-size: 2rem;
    padding: 0px 15px;
    margin: 0px 0px 50px 0px;
    color: #181716;
    line-height: 2rem;
    position: relative;
}
#servicesH h2:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: #bfbfbf;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
#servicesH h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 11px;
    background: #ff3600;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#servicesH h3 {
    font-size: 1.3rem;
    margin:20px 0 10px 0;
}
#servicesH a {
	list-style: none;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	font-family: 'Oswald', sans-serif;
	background: #ff3600;
	transition: all .8s ease-in-out;
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 40px;
	float: right;
}
#servicesH a:hover {
	background: #181716;
}
#locH {
	background: #ededed;
}
#locH h2 {
	font-size: 2rem;
	padding: 0px 15px;
	margin: 0px 0px 30px 0px;
	color: #181716;
	line-height: 2rem;
	position:relative;
}
#locH h2:before {
	content:"";
	position:absolute;
	width:250px;
	height:1px;
	background: #bfbfbf;
	bottom:-15px;
	left:50%;
	transform: translateX(-50%);
}
#locH h2:after {
	content:"";
	position:absolute;
	width:50px;
	height:11px;
	background: #ff3600;
	bottom:-20px;
	left:50%;
	transform: translateX(-50%);
}
#locH .sstitre {
	font-family: 'Michroma', sans-serif;
	font-size:1.2rem;
	color: #181716;
}
/*#locslide h3 {
	background: #fff;
	text-align:center;
	padding:20px 10px 70px 10px;
	margin-bottom:0px;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.7rem;
	height: 144px;
}*/
#locslide h3 {
	background: #fff;
	text-align: center;
	padding: 20px 10px 70px 10px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.7rem;
}
#locslide .aPlus:before {
    content: "Découvrier la gamme";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    color: #fff;
    text-align: center;
    padding-top: 46%;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	font-size: 1.5rem;
	display: none;
	transition: all .8s ease-in-out;
}
#locslide .aPlus i {
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	transition: all .8s ease-in-out;
	font-size: 1.2rem;
	width:50px;
	text-align: center;
	display:block;
	margin:-20px auto 0 auto;
	background: #ff3600;
}
#locslide .aPlus:hover i {
	color: #181716;
}
#locslide .aPlus:hover:before {
	display: block;
    background: #ff3600cc;
}

#locslide .aPlus2  {
	display: block;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    background: transparent;
    color: #fff;
    text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size: 1.5rem;
	text-transform: uppercase;
	transition: all .4s ease-in-out;
}
#locslide .aPlus2:hover {
    background: rgba(255,54,0, 0.8);
}
#locslide .aPlus2 i {
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	transition: all .8s ease-in-out;
	font-size: 1.2rem;
	width:50px;
	text-align: center;
	display:block;
	margin:-20px auto 0 auto;
	background: #ff3600;
	position:absolute;
	bottom:0px;
	left:50%;
	transform: translateX(-50%);
}
#locslide .aPlus2:hover i {
	color: #ff3600;
	background: #fff;
}
#locslide .aPlus2 span {
	position:absolute;
	display: block;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
    z-index: 11;
	transition: all .8s ease-in-out;
	opacity:0;
}
#locslide .aPlus2:hover span {
	opacity:1;
}
#locslide .owl-stage {
	margin: 0 auto;
}

.row#pointFortH {
	background: #fff;
	box-shadow: 0px 5px 15px #d9d8d8;
}
.row#pointFortH  [class*="col-"] {
    border-right: dotted 1px #e1e1e1;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
}
#pointFortH i {
    color: #ff3600;
    font-size: 3rem;
    display: block;
    text-align: center;
	margin-bottom:10px;
}
#pointFortH span {
	font-size: 0.7rem;
	color: #304251;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1rem;
	font-family: 'Michroma', sans-serif;
	display: block;
	padding:0 40px;
}
#pointFortH span strong {
	font-family: 'Michroma', sans-serif;
}
#pointFortT {
	background: #ff3600;
	color: #fff;
	padding: 8px 0 0px 0;
}
#pointFortT h3 {
    font-size: 1.2rem;
    font-weight: 300;
}
@media screen and (max-width: 1001px) {	
	#pointFortH span {
		padding:0 20px;
	}
	.row#pointFortH [class*="col-"] {
		border-bottom: dotted 1px #e1e1e1;
	}
}




/* ==========================================================================
   LOCATION
   ========================================================================== */

#gamLoc {
	background: #f6f6f6;
	position:relative;
}
#gamLoc .card-body {
	font-family: 'Oswald', sans-serif;
	padding: 0.25rem 1.25rem 1.25rem 1.25rem;
}
#gamLoc .card-body p {
	margin-bottom:0.25rem;
}
#gamLoc .card-body ul {
	margin-bottom: 0.5rem;
}
#gamLoc .card-body li {
	list-style-type: none;
	padding-left: 22px;
	position: relative;
	font-size:0.9rem;
}
#gamLoc .card-body li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/commun/check-red.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 5px;
}

#gamLoc .card-body img {
    max-height:50px;
	max-width:120px;
	margin-bottom:0px;
	float: right;
}
#gamLoc .card-title {
	margin-bottom: 0.2rem;
	clear:both;
}
.locRef {
	color: #181716;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-family: 'Oswald', sans-serif;
}
#gamLoc .card-footer {
	background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
	position:relative;
}
#gamLoc .card-footer a {
	position:absolute;
	display: block;
	width:50%;
	height:100%;
	background: #181716;
    color:#fff;
	text-align:center;
	text-transform: uppercase;
	line-height: 40px;
	transition: all .8s ease-in-out;
	font-weight: 300;
}
#gamLoc .card-footer a:last-child {
	background: #ff3600;
	color:#fff;
    top:0px;
	left:50%;
}
#gamLoc .card-footer a:first-child {
    top:0px;
	left:0px;
	background: #181716;
}
#gamLoc .card-footer {
    height:43px;
}
#gamLoc .card-footer a.aGamme {
	right:0px;
	left: initial;
	background: #181716;
	transition: all .8s ease-in-out;
}
#gamLoc .card-footer a.aGamme:hover {
	right:0px;
	left: initial;
	background: #ff3600;
}
#aSelectLoc {
	position:absolute;
	display:block;
	background: #ff3600;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	top:-14px;
	left:50%;
    transform: translateX(-50%);
	z-index:15;	
	padding:0px 15px;
	line-height: 34px;
	transition: all .8s ease-in-out;
	min-width: 240px;
	text-align: center;
}
#aSelectLoc strong {
	font-weight:500;
}
#aSelectLoc:hover {
	background: #000;
}
#aSelectLoc:before {
    content: '';
	position: absolute;
	border-top: 15px solid transparent;
	border-right: 10px solid #931f00;
	left: -10px;
	bottom: 19px;
}
#aSelectLoc:after {
    content: '';
	position: absolute;
	border-top: 15px solid transparent;
	border-left: 10px solid #931f00;
	right: -9px;
	bottom: 19px;
}
#locDetail h1  {
    content: '';
	position: absolute;
	border-top: 15px solid transparent;
	border-left: 10px solid #931f00;
	right: -9px;
	bottom: 19px;
}
#locP {
	position:relative;
}
#locP h1 {
	color: #ff3600;
	font-size: 2rem;
	font-family: 'Oswald', sans-serif;
	position:relative;
	margin: 0px 0px 0px 0px;
}
#locVign {
	margin: auto;
	text-align: center;
}
#locVign img {
	width: auto;
	display: inline-block;
	margin: 5px 5px;
	box-shadow: 0px 5px 15px #d9d8d8;
	padding: 10px;
	max-height: 125px;
	margin-right:10px;
}

#myTabLoc {
	margin-top:30px;
}
#myTabLoc.nav-tabs .nav-link {
    font-weight: 300;
	color:#000;
	text-align:center;
	border-bottom: solid 1px #dee2e6;
}
#myTabLoc.nav-tabs .nav-link.active {
    font-weight: 500;
	border-bottom: solid 1px #fff;
}
#myTabLoc.nav-tabs .nav-item {
	background: #f6f6f6;
	margin-right: 5px;
	border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
#myTabLoc.nav-tabs .nav-link:focus, #myTabLoc.nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #dee2e6;
	border-bottom: solid 1px #fff;
}
#myTabLoc.nav-tabs .nav-link img {
    height: 30px;
	margin-right:10px;
}
@media all and (max-width: 720px) {
	#myTabLoc.nav-tabs .nav-link img {
		margin-right:0px;
	}
	#myTabLoc.nav-tabs .nav-link span {
		display: none;
	}
}
#myTabContent {
	border-left: solid 1px #dee2e6;
	border-right: solid 1px #dee2e6;
	border-bottom: solid 1px #dee2e6;
	padding: 20px 15px 15px 15px;
}
#myTabContent ul {
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
#locPdesc  {
	padding-bottom: 0.5rem !important;
    margin: 30px 0px 0px 0px;
}
#locPdesc li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
	font-weight:400;
}
#locPdesc li:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/commun/check-red.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 3px;
}
ul#ulPdfLoc li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
	font-weight:400;
}
ul#ulPdfLoc li:before {
    content: "";
    display: block;
    width: 25px;
    height: 18px;
    background: url("../img/commun/pdf.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 1px;
}
ul#ulPdfLoc li a {
    color: #212529;
}
ul#ulPdfLoc li a:hover, #ulPdfLoc li a:focus {
    color: #ff3600;
}
#locPdesc a {
    color: #212529;
}



#myTabContent li, #contentP li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
	font-weight:400;
}
#myTabContent li:before, #contentP li:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/commun/check-red.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 5px;
}
#myTabContent ul, #myTabContent p, #locPdesc ul, #contentP ul {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
	font-size: 0.9rem;
}
#myTabContent label {
	font-weight:400;
}
#myTabContent span {
	display: none;
	font-weight: 600;
	color: #ff3600;
}
@media all and (max-width: 720px) {
	#myTabContent span {
		display: block;
	}
}
.locDetAccroche {
    font-family: 'Michroma', sans-serif;
	font-size: 0.9rem;
	margin-top: 1rem;
}
#locPdtsAssoc h2 {
    text-align:center;
	margin: 0px 0 50px 0;
	color: #ff3600;
	font-weight: 500;
	position:relative;
}
#locPdtsAssoc h2:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: #bfbfbf;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
#locPdtsAssoc h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 11px;
    background: #181716;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#locDetContact h3 {
	background: #ff3600;
	color: #fff;
	padding: 45px 15px 15px 15px;
	margin-bottom: 0rem;
}
#locDetContact h4 {
	background: #212529;
	color: #fff;
	padding: 8px 15px 6px 15px;
	font-size: 1rem;
	margin: 0rem 0 10px 0;
}
#locDetContact h4 i {
	color: #ff3600;
	font-size: 1.5rem;
}
#locDetContact a {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all .8s ease-in-out;
	font-family: 'Oswald', sans-serif;
	color:#ff3600;
	margin-bottom: 0.25rem;
}
#locDetContact a:hover {
	font-family: 'Oswald', sans-serif;
	color:#212529;
}
#locDetContact p {
    font-size: 0.9rem;
}
#locDetContact p span {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: block;
}
#locDetContact form label {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:0.7rem;
}
#locDetContact .custom-select, #locDetContact .input-group-text, #locDetContact .form-control {
	border-radius:0px;
}
#locDetContact .input-group-text {
	background-color: #f6f6f6;
}
#locDetContact .btn-danger{
	background-color: #ff3600;
	width:100%;
	text-transform: uppercase;
	border-radius:0px;
	font-family: 'Oswald', sans-serif;
	margin-top: 0.25rem;
}
#locDetContact ul {
	margin-bottom: 0.5rem;
}
#locDetContact li {
	list-style-type: none;
	padding-left: 22px;
	position: relative;
	font-size:0.9rem;
}
#locDetContact li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/commun/check-red.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 5px;
}#locPimg {
	/*max-height:600px;*/
	text-align: center;
}
#locPimg img {
	width:auto;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 5px 15px #d9d8d8;
	padding: 10px;
}
.divDesLoc img {
	border: solid 1px #dee2e6;
}

@media all and (min-width: 1200px) {
	.divDesLoc {
		border-left: solid 1px #dee2e6;
		border-right: solid 1px #dee2e6;
		border-bottom: solid 1px #dee2e6;
	}
	#locPimg img {
		max-height:600px;
	}
}
@media all and (min-width: 992px) {
	#locPimg img {
		max-height:500px;
	}
}

#locDetContact a#btnLocDetContact {
    background-color: #ff3600;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Oswald', sans-serif;
    margin-top: 0.25rem;
	color: #fff;
	font-weight:400;
	text-align:center;
	font-size:1rem;
	padding: 0.4rem 0;
}
#locDetContact a#btnLocDetContact:hover, #locDetContact a#btnLocDetContact:focus  {
    background-color: #bd2130;
}

#formLocSend .custom-control {
	display: inline-block;
}
#formLocSend .bordBotRed {
	position:relative;
	padding-left: 15px;
	margin-top: 10px !important;
}
#formLocSend h3.bordBotRed:before {
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	background: #ff3600;
	position: absolute;
	left: 0px;
	top: 3px;
}
#formLocSend label.bordBotRed:before {
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	background: #ff3600;
	position: absolute;
	left: 0px;
	top: 6px;
}
#formLocSend h2 {
	color: #ff3600;
}



/* ==========================================================================
   OCCASIONS
   ========================================================================== */

.card-footer.occaz {
    height: 43px;
	position:relative;
	border-top: none;
}

.card-footer.occaz a:first-child {
    top: 0px;
    left: 0px;
    background: #181716;
}

.card-footer.occaz a:last-child {
    background: #ff3600;
    color: #fff;
    top: 0px;
    left: 50%;
}
.card-footer.occaz a {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    transition: all .8s ease-in-out;
    font-weight: 300;
}
.card-footer.occazPrix {
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
    color: #000;
    font-weight: 700;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    text-align: right;
}


/* ==========================================================================
   VENTES
   ========================================================================== */

.aShowInfoV {
	color: #000;
	font-size: 0.8rem;
	display: block;
	margin-bottom: 20px;
	border-bottom: solid 1px #efefef;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	text-align: left;
	border: none;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}
.aShowInfoV:hover {
	color: #ff3600;
}
.aShowInfoV i {
	font-size: 1rem;
	float: right;
}

#gamVente .collapse {

}

.aGammPlus {
	display: block;
	border-bottom: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	text-align: center;
	color: #fff;
	background: #000;
	margin: 40px auto 25px auto;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-family: 'Oswald', sans-serif;
	line-height: 2rem;
	padding: 8px 10px;
}
.aGammPlus i {
	color:red;
	font-weight: bold;
}
.aGammPlus:hover, .aGammPlus:active {
	background: #ff3600;
	color: #fff;
}
.aGammPlus:hover i, .aGammPlus:active i {
	color: #fff;
}

/* ==========================================================================
   DEMANDE PIECES DETACHEES
   ========================================================================== */

.alert{
	display: none;
	color: red;
	padding: 5px;
	border: 1px solid red;
	border-radius: 5px;
	margin-bottom: 10px;
}

#divTabPiecdet {
    box-shadow: 0px 0px 15px #dadada;
    background-color: white;
    border-radius: 0.25rem;
	padding:5px 15px;
	margin: 20px 0;
}
#tabPiecdet {
	margin-bottom: 0rem;
}
#tabPiecdet tr td {
	vertical-align: middle;
	font-size:1rem;
	font-weight: 400;
}
#tabPiecdet tr td strong {
	font-weight:600;
}
#tabPiecdet.table tr:first-of-type td {
    border-top: 0px none #ddd;
}
#tabPiecdet tr td div {
	font-weight: 300;
}
#tabPiecdet tr td:first-of-type {
	width:100%;
}
#tabPiecdet tr td {
	padding: 7px 0px 6px 0px;
}
#tabPiecdet i {
	font-size:1.3rem;
	margin-left:10px;
	display: block;
}
#tabPiecdet a {
	color: #ff3600;
}
#tabPiecdet a:hover {
	color: #181716;
}
#smartwizard .btn-primary {
	color: #ffffff;
	background: #ff3600;
	border-color: #ff3600;
}
#smartwizard .btn-primary:hover {
	background: #181716;
	border-color: #181716;
}
#smartwizard .btn-primary i {
	font-size: 1.4rem;
}
#smartwizard .btn-primary.disabled, #smartwizard .btn-primary:disabled {
    color: #fff;
    background-color: #ff3600;
    border-color: #fff;
}
#smartwizard .btn-secondary {
    color: #fff;
    background-color: #ff3600;
    border-color: #ff3600;
}
#smartwizard .btn-secondary.disabled, .btn-secondary:hover {
    color: #fff;
    background-color: #b32600;
    border-color: #b32600;
}
#smartwizard .btn-secondary.sw-btn-prev {
    color: #fff;
	background-color: #e42f00;
    border-color: #e42f00;
}
#smartwizard .btn-danger {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
#smartwizard .btn-danger:hover {
    color: #fff;
    background-color: #181716;
    border-color: #181716;
}
#smartwizard .card.h-100 {
	border: solid 1px #ddd;
}
#smartwizard .card-body p {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
#smartwizard .card-body h3 {
	margin-top: 0rem;
	margin-bottom: 0.25rem;
	color: #ff3600;
}



/* ==========================================================================
   PAGES
   ========================================================================== */


header {
	/*background: url("../img/commun/bkg-headerp.jpg") repeat;*/
	position:relative;
	background: #fff ;
	border-top: solid 5px #fff;
	
}
#breadcrumb2 {
	margin:5px 0px 10px 0px;
	font-size:0.6rem;
	text-align:left;
	color:#8c8c8c;
	text-transform: uppercase;
}
#breadcrumb2 li {
	list-style:none;
	text-align:right;
	color:#8c8c8c;
	display: inline-block;
}
#breadcrumb2 li a, #breadcrumb2 li span {
	color:#000;
	font-size:0.6rem;
	text-transform:uppercase;
}
#breadcrumb2 li a:hover {
	color:#9c9c9c;
}
#breadcrumb2 li a.active, #breadcrumb2 li span.active, #breadcrumb2 li.active, #breadcrumb2 li.active a {
	text-transform:uppercase;
	/*color:#000;*/
}
@media all and (min-width: 992px) {
	#breadcrumb2 {
		margin: 5px 15px 10px 15px;
	}
}



#breadcrumb {
	position:absolute;
	bottom:20px;
	right:20px;
	margin-bottom:0rem;
	font-size:0.7rem;
	text-transform: uppercase;
}
#breadcrumb li {
	list-style:none;
	text-align:right;
	color:#fff;
}
#breadcrumb li a, #breadcrumb li span {
	color:#fff;
	font-size:0.7rem;
	text-transform:uppercase;
}
#breadcrumb li a:hover {
	color:#9c9c9c;
}
#breadcrumb li a.active, #breadcrumb li span.active, #breadcrumb li.active, #breadcrumb li.active a {
	font-size:1.6rem;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	text-transform:uppercase;
}
@media all and (max-width: 768px) {
	#breadcrumb li a.active, #breadcrumb li span.active, #breadcrumb li.active {
		font-size:1.15rem;
	}
}
#contentP h1 {
	color: #ff3600;
	font-size: 2.5rem;
	font-family: 'Oswald', sans-serif;
	position:relative;
	margin: 0px 0px 50px 0px;
}
#contentP h1 strong {
	font-weight: 500;
}

#contentP h1:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: #bfbfbf;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
#contentP h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 11px;
    background: #181716;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#contentP h2 {
	margin-bottom: 1rem;
}
#contentP a {
	color: #ff3600;
}
#intro {
	background: #ededed;
}
#intro h1 {
	color: #ff3600;
	margin-bottom:20px;
}
#intro em {
	color:#181716;
	font-weight:300;
	font-style:normal;
}
#intro span {
	font-weight:300;
}
#intro p {
	font-size: 1.2rem;
	margin-bottom:0px;
}


#gamVente .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
#gamVente .card-body img {
	height: 60px;
	border-radius: 5px;
	margin: -50px auto 20px auto;
	display: block;
	border: solid 1px #f0f0f0;
}
#gamVenteMain.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
#gamVenteMain .card-title {
    color: #212529;
	font-size: 1.15rem;
}
#gamVenteMain .card-body {
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
}


#gamVente .card-body ul {
    margin-bottom: 0.5rem;
	font-size: 0.9rem;
}
#gamVente .card-body ul li {
	list-style-type: none;
	padding-left: 25px;
	position: relative;
	font-weight: 400;
}
#gamVente .card-body ul li:before {
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	background: url("../img/commun/check-red.svg") no-repeat left top;
	left: 0;
	position: absolute;
	top: 3px;
}
#gamVente .card-body ul#ulPdfLoc li:before {
	content: "";
	display: block;
	width: 25px;
	height: 18px;
	background: url("../img/commun/pdf.svg") no-repeat left top;
	left: 0;
	position: absolute;
	top: 1px;
}

@media all and (max-width: 991px) {
	#gamVente .card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#gamVenteMain.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media all and (max-width: 767px) {
	#gamVente .card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#gamVenteMain.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media all and (max-width: 575px) {
	#gamVenteMain.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#gamVente, #gamVenteMain {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}
.card-columns .card {
    margin-bottom: 2rem;
}
.card {
	border: none;
    border-radius: 0rem;
}
.card-img, .card-img-top {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
#gamVente .card-body {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.card-footer {
    background-color: #ff3600;
    border-top: 1px solid #ff3600;
}
.card-footer a {
    display:block;
	text-align:right;
	color:#fff;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	transition: all .8s ease-in-out;
}
.card-footer a:hover {
 	color: #181716;  
}
.card-footer a i {
	color: #fff;
	font-size: 1.5rem;
	float: right;
	margin-left: 7px;
}
.card-footer a.locDel {
	text-align:center;
}
.card-footer a.locDel i {
	color: #fff;
	font-size: 1.5rem;
	float: none;
	margin-left: 7px;
	display: block;
    margin-top: 8px;
}
.card-title {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color: #ff3600;
	text-transform:uppercase;
}
.card.bg-danger {
    background-color: #ff3600 !important;
}
.card.bg-danger p {
	font-family: 'Michroma', sans-serif;
	font-size: 0.9rem;
	margin-bottom:0.4rem;
}
.card.bg-danger a {
    color:#181716;
	transition: all .8s ease-in-out;
	letter-spacing: 0.2rem;
}
.card.bg-danger a i {
    color:#fff;
	font-size: 3rem;
}
.card.bg-danger a:hover {
    color:#fff;
}
.card.bg-danger h5 {
    margin-bottom:0rem;
	font-size: 1.5rem;
    color:#181716;
}
.maskBkg {
    height:150px;
	background: rgba(255, 54, 0, 0.8);
	position:relative;
}
#gammVentMark  {
	padding: 20px 0 0px 0;
}
#gammVentMark img {
	max-width: 120px;
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}
#gammVentMark  {
	padding: 20px 0 0px 0;
}
@media all and (max-width: 575px) {
	#gammVentMark .col-sm-4  {
		width: 33.333333%;
	}
}
#gamVente .nav-pills .nav-link.active, #gamVente .nav-pills .show > .nav-link {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    background-color: #ff3600;
    font-size: 1.2rem;
    text-transform: uppercase;
}
#gamVente .nav-pills .nav-link a strong, #gamVente .nav-pills .nav-link a strong {
    font-weight:bolder;
}
#gamVente .nav-pills .nav-link {
 	font-family: 'Oswald', sans-serif;
	border-radius: .25rem;
	background: #f6f6f6;
    font-size: 1.2rem;
    text-transform: uppercase;
	color:#181716;
	font-weight: bolder;
	margin:0px 10px 10px 0px;
}
#gamVente .nav-pills .nav-link:hover, #gamVente .nav-pills .nav-link:focus {
	background-color: #181716;
	color:#fff;
}
#venteContact a {
	color:#fff;
}
@media screen and (max-width: 767px) {
	#venteContact {
		margin-top:1rem;
	}
}

@media screen and (max-width: 575px) {
	#venteContact {
		margin-left: 1rem;
	}
}

/* ==========================================================================
   ACTUALITES PROMOTIONS
   ========================================================================== */

#newsH {
	position:relative;
}
#newsH h2 {
	font-size: 2rem;
	background: #ff3600;
	padding: 15px 0 15px 20px;
	margin: 0px;
	color: #fff;
	line-height: 2rem;
	margin-right: 50px;
}
#newsH h3, #newsH a h3 {
	font-size: 1.8rem;
	color: #212529;
}
#newsH a p {
	color: #212529;
}
#newsH a:hover h3 {
	color: #ff3600;
}
#newsH .newsHa a {
	font-size:1.5rem;
	color:#fff;
	background: #9c9c9c;
	padding:5px;
	display: inline-block;
	line-height: 60px;
	width: 40px;
	text-align: center;
	transition: all .8s ease-in-out;
}
#newsH .newsHa a:first-child {
	background: #ff3600;
}
#newsH .newsHa a:hover {
	background: #181716;
}
#newsH .newsHbox {
	padding:45px 0px 20px 0;
	border-top: solid 1px #ededed;
	position:relative;
	margin-top: 25px;
}
#newsH .newsType {
	position: absolute;
	top: -10px;
	left: 0;
	padding: 2px 10px;
	color: #fff;
	background: #9c9c9c;
	font-family: 'Michroma', sans-serif;
	text-transform: uppercase;
	font-size: 0.7rem;
}
#newsH .newsHend {
	background: #ff3600;
	height:20px;
	width: calc(100% - 50px);
}
#newsH .owl-nav {
	margin-top:0px;
	position: absolute;
	right: 0;
	top: -55px;
	font-size: 2rem;
}
#newsH .owl-carousel .owl-nav button.owl-next span, #newsH .owl-carousel .owl-nav button.owl-prev span {
	padding:0 15px;
}
#newsH .owl-carousel .owl-nav button.owl-prev {
	border-right: solid 1px #ededed;
}
#newsH .owl-theme .owl-nav [class*="owl-"] {
	margin: 0px;
	 background:#fff;
}
#newsH .owl-theme .owl-nav [class*=owl-]:hover {
 background:#fff;
 color:#ff3600;
}


/* ==========================================================================
   PRESENTATION
   ========================================================================== */

#contactAtelier h2 {
    margin:0 0 0px 0;
}
#contactAtelier a {
    font-family: 'Oswald', sans-serif;
	color: #ff3600;
	font-weight: 500;
}
#contactAtelier a:hover {
	color: #777777;
}
#contactAtelier > div:first-of-type  {
    border-right: solid 1px #d9d9d9;
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

a.telContact {
    color: #212529;
    display: block;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all .8s ease-in-out;
    font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
}
a.telContact:hover {
    color: #ff3600;
}

/* ==========================================================================
   MENTIONS LEGALES
   ========================================================================== */

#menLeg .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}
#menLeg .card-body {
    padding: 1.5rem;
}
#menLeg .card-body ul {
    margin-top:0.25rem;
}
#menLeg .card-body ul li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
}
#menLeg .card-body ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/commun/check-red.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 5px;
}
#menLeg .card-body p {
    margin-bottom: 0.25rem;
	text-align: justify;
}
#menLeg .card-body a {
    color:#000;
}
#menLeg .card-body a:hover {
    color: #ff3600;
}
#legalForm  {
    font-size:0.7rem;
	font-weight:300;
}
#legalForm a {
    color: #212529;
}
#legalForm a:hover {
    color: #ff3600;
}

/* ==========================================================================
   DIVERS
   ========================================================================== */


.coulRed  {
	color: #ff3600;
}
.clear  {
	clear: both;
}
.left  {
	float: left;
}
.right  {
	float: right;
}
.text-center  {
	text-align:center;
}
.txtCap  {
	text-transform: uppercase;
}
.txtBig1_5  {
	font-size:1.5rem;
}
.boxOmbr  {
	box-shadow: 0px 0px 25px #eaeaea;
}
.boxOmbrF  {
	box-shadow: 0px 5px 15px #d9d8d8;
}
.bkgGrisC  {
	background: #f6f6f6;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media screen and (max-width: 991px) {
	.logo {
		display: block;
		width: auto;
		top: 46px;
		left: 25px;
	}
	.logo img {
		width:300px;
		display: block;
	}
}
@media all and (max-width: 575px) {
	footer .coord .text-right, footer .coord .text-left {
		width:50%;
	}
	.accroche {
		text-align:center;
	}
}
@media all and (max-width: 567px) {
	.accroche {
		font-family: 'Oswald', sans-serif;
	}
	.logo {
		position: relative;
		top: initial;
		left: initial;
		width: 100%;
		padding: 15px 0 17px 0;
		display: block;
		background: #fff;
	}
	.logo img {
		width: 250px;
		display: block;
		margin:0 auto;
	}
	#navTop {
	}
}

