@import 'import/navs.css';

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

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	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;
}
h2 strong {
	font-weight: 500;
}
h2.big {
	font-size: 1.5rem;
}
h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1rem;
}
a {
    transition: all .4s ease-in-out;
}
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;
	}*/
}
.bkgMentionfootPN {
    background: #0f1418;
}
.mentionfootPN {
    color: #a7a7a7;
    margin: 0;
    font-size: 0.6em;
    padding-bottom: 2rem;
    text-align: center;
    background: #0f1418;
}
.mentionfootPN a {
    color: #a7a7a7;
}
.mentionfootPN a:hover {
    color: #ff3600;
}
@media (max-width: 991px) {
    .mentionfootPN {
        text-align: center;
         margin-top: -1rem;
   }
}


/* ==========================================================================
   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;
}
.modal-backdrop {
  z-index: 9999;
}
#popH .modal-content  {
    /*border: solid 10px #ff3600;*/
    border-radius: 0rem;
}
#popH .modal-header  {
    background: #ff3600;
    padding: 0 0 1rem 0;
    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 .typePop {
    color: #fff;
    background: #181716;
    text-align: center;
    display: inline-block;
    padding: 0 0.5rem 0 1rem;
    line-height: 30px;
    font-size: 0.8rem;
    letter-spacing: 0.25rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
#popH .modal-header .typePop:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-top: 30px solid #181716;
    border-right: 30px solid transparent;
    right: -30px;
    top: 0;
    transition: all .8s ease-in-out;
    z-index: 10;
}
#popH .modal-header h2  {
    color:#fff;
    text-align:center;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    margin: 1rem 0 0 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 img  {
    width: 100%;
    height: auto;
}
#popH .popTxt {
    padding: 2rem 5rem;
    color: #2f2f2f;
    font-weight: 400;
}
#popH .popTxt h2 {
    margin: 1.5rem 0 1rem 0;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #181716;
    margin-top: 1rem;
    font-weight: 700;
    text-align:center;
}
#popH .popTxt h2 strong  {
    color:#fff;
    font-weight:700;
}
#popH .popTxt ul {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}
#popH .popTxt a {
    color: #2f2f2f;
    font-weight: 500;
}
#popH .popTxt a:hover {
    color:#ff3600;
}
#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 {
    display: block;
    margin: 2rem auto;
}
#popH .modal-footer {
    padding:0;
    background: #ff3600;
    border: none;
}
#popH .aPdf  {
     font-size: 1.5rem;
    color: #fff;
    background: #171715;
    padding-top: 4px;
    display: inline-block;
    line-height: 60px;
    width: 50px;
    text-align: center;
    transition: all .8s ease-in-out;
    margin: 0 0.5rem;
}
#popH .aWeb  {
    font-size: 1.5rem;
    color: #fff;
    background: #ff3600;
    padding-top: 4px;
    display: inline-block;
    line-height: 60px;
    width: 50px;
    text-align: center;
    transition: all .8s ease-in-out;
    margin: 0 0.5rem;
}
#popH .aPdf i, #popH .aWeb i {
    font-size: 2rem;
}
#popH .aPdf:hover, #popH .aWeb:hover {
    background: #9c9c9c;
}

@media screen and (max-width: 1199px) {
    #popH .modal-body h2 {
    }
    #popH .modal-body p.big br  {
        display:none;
    }
}
@media screen and (max-width: 991px) {
    #popH .modal-header h2 {

    }
    #popH .modal-header h2 strong {
    }
    #popH .modal-body iframe {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    #popH .modal-body h2 {

    }
    #popH .modal-body p.big {
      line-height: 1.75rem;
    }
}


#popSAV  {
    background: rgba(24,23,22,0.60);
    z-index: 9999999;
}



/* --------------------------------
   CK FINDER
   -------------------------------- */

#newsH .newsHdesc figure,
#newsH .newsHdesc figure,
#popH figure  {
    margin: 0 auto;
}
#newsH .newsHdesc figure.image-style-block-align-left,
#gamVenteDet .detDesc figure.image-style-block-align-left,
#popH figure.image-style-block-align-left {
    margin-right: auto !important;
    margin-left: 0 !important;        
}
#newsH .newsHdesc figure.image-style-block-align-right,
#gamVenteDet .detDesc figure.image-style-block-align-right,
#popH figure.image-style-block-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
}
#newsH .newsHdesc figure.image-style-align-right,
#gamVenteDet .detDesc figure.image-style-align-right,
#popH figure.image-style-align-right {
    float: right;
    margin-left: 2rem;
}
#newsH .newsHdesc figure.image-style-align-left,
#gamVenteDet .detDesc figure.image-style-align-left,
#popH figure.image-style-align-left {
    float: left;
    margin-right: 2rem;
}
#newsH .newsHdesc figure img,
#gamVenteDet .detDesc figure img,
#popH figurefigure img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto;
}
#newsH .newsHdesc p img,
#gamVenteDet .detDesc p img,
#popH figure p img {
    max-height: 100% !important;
    height: auto !important;
}
#newsH .newsHdesc .clearParagraphe,
#gamVenteDet .detDesc .clearParagraphe,
#popH .clearParagraphe {
    clear:both;
}
@media (max-width: 991px) {
    #newsH .newsHdesc figure.image-style-align-right,
    #gamVenteDet .detDesc figure.image-style-align-right,
    #popH figure.image-style-align-right {
        float: none;
        margin-left: 0;
    }
    #newsH .newsHdesc figure.image-style-align-left, 
    #gamVenteDet .detDesc figure.image-style-align-left, 
    #popH figure.image-style-align-left {
        float: none;
        margin-right: 0;
    }
    #newsH .newsHdesc figure.image-style-align-right img,
    #gamVenteDet .detDesc figure.image-style-align-right img,
    #popH figure.image-style-align-right img {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    #newsH .newsHdesc figure.image-style-align-left img,
    #gamVenteDet .detDesc figure.image-style-align-left img,
    #popH figure.image-style-align-left img {
        margin-top: 1rem;
        margin-bottom: 1rem;        
    }
    #newsH .newsHdesc figure,
    #newsH .newsHdesc p img,
    #gamVenteDet .detDesc figure,
    #gamVenteDet .detDesc p img,
    #popH figure,
    #popH p img {
        width: 100% !important;
    }
}

.video-container {
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}
.media {
    width: 100%;
    margin: 0 auto;
}
.media > div {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}
.media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


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

.alerteTop {
    display: none;
    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: #ffcb1d;
    padding-right: 50px;
    z-index: 100;
}
.alerteTop strong {
    letter-spacing: 0.5rem;
}
.alerteTop:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 28px;
    width: 20px;
    border-top: 28px solid #ffcb1d;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
    z-index: 11;
}
@media screen and (max-width: 1224px) {
    .alerteTop {
        width:100%;
        position: relative;
    }
    .alerteTop:after {
        display: none;
    }
}
@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 ------ */

#politique a:hover {
	color: #000;
}
.redAlert {
	color: #BB0020;
}
#colorbox {
	z-index: 99999;
}
#cboxOverlay {
	z-index: 9999;
}
#cookies {
	position: fixed;
   background: rgba(255,255,255,0.90); /* white */
   background: rgba(255,255,255,0.90);/* white with 50% opacity */
   background: rgba(255,255,255,.9);/* CSS Colors 4 space-separated values */
	padding-top: 10px;
	box-shadow: 0px 0px 5px #333333;
	z-index: 999999999;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	color:#000;
}
#cookiesPop {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top:50%;
    left:50%;
    padding:1rem;
    max-width:600px;
    overflow-y: auto;
    max-height: 100%;    
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight:400;
    border-radius: 0.35rem;
}
#cookiesPopT {
    font-size: 1.4rem;
    color: #ff3600;
    margin: 0 0 1rem 0;
    font-weight: 500;
    display: block;
}
.cookiesPopST {
    font-size: 0.9rem;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0.3rem 0.5rem 0.25rem 0.75rem;
    text-transform: none;
    background: #eeefef;
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
}
.cookieCadr {
    border-left: solid 1px #eeefef;
    border-right: solid 1px #eeefef;
    border-bottom: solid 1px #eeefef;
    border-radius: 0 0 0.25rem 0.25rem;
}
.cookieCadr2 {
}
#cookiesPop .small {
    line-height: 1rem;
    margin-bottom: 0;
    font-size: .875em;
}
#cookiesPop strong {
    font-weight: 500;
}
#cookiesPop em {
    font-weight: 500;
    color:red;
    font-style:normal;
}
#cookiesPop .badge {
    background-color: #ffffff !important;
    margin-left: 10px;
    color: #5ebc00;
    margin-bottom: 2px;
    border: solid 1px #5ebc00;
    font-size: 0.8rem;
    text-transform: uppercase;
}
#cookiesPop label {
    margin: 7px 0px  3px 0px;
    font-weight: 600;
    font-size: 0.85rem;
}
#cookiesPop a {
    color: #333;
    font-weight:500;
}
#cookiesPop a.aNoCookie {
    color: #bfbfbf;
    display: block;
    font-size: 0.8rem;
    text-align: right;
    text-decoration: underline;
}
#cookiesPop .form-switch input  {
    margin-top: 12px;
}
#cookiesPop .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");    
    background-color: red;
}
#cookiesPop .form-check-input:checked {
    background-color: #5ebc00;
    border-color: #5ebc00;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");    
}
.cookiesLegend {
    font-size: .875em;
    line-height: 1.25rem;
    margin-top: 14px;
    clear:both;
}
#cookiesPop .cookiesLegend a {
    color:#333;
    font-weight: 500;
}
#cookiesPop .cookiesLegend a:hover {
    color:#333;
}
.cookie-button-container {
    margin-top: 20px;
}
#cookiesStart .cookieNo {
    background-color: white;
    color: #a3a3a3;
    border: none;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 0.25rem;
    margin-left: auto;
    display: block;
    padding: 0px;
    text-decoration: underline;    
}
#cookiesStart .cookieNo:hover {
    color:#333333;
}
#cookiesGestion .cookieNo {
    background-color:#fff;
    color:#333;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
    border: solid 1px #333;
}
#cookiesGestion .cookieNo:hover {
    border: solid 1px #171615;
    background-color:#171615;
    color:#ffffff;
}
.cookieYes {
    background-color:#5ebc00;
    color:#fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.25rem;
    border: solid 1px #5ebc00;
    padding: 0.25rem 1rem;
    margin-right: 10px;
}
.cookieYes:hover {
    background-color:#171615;
}
.cookieValid {
    background-color:#171615;
    color:#fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
    border: solid 1px #171615;
    margin-right: 10px;
}
.cookieValid:hover {
    background-color:#ff3600;
}
.cookieParametre {
    background-color:#fff;
    color:#1d1d1d;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
    border: solid 1px #b6b6b6;
}
.cookieParametre:hover {
    border: solid 1px #3965ac;
    background-color:#3965ac;
    color:#ffffff;
}
#cookiesPop input[type="radio"] {
    margin-left:0px;
}
.rgpdFomrInclude {
    margin-top: 20px;
}
#popupResa .rgpdFomrInclude .radio input {
    display: inline-block;
    max-width: 10px;
    margin-right: 5px;
    margin-left: -20px;
    padding-left: 0;
    margin-top: -3px;
}
#btnGestionCookies {
    display: inline-block;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    background: none;
    border: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#btnGestionCookies:hover {
  color: #e0b153;
}
#boxPresDet .embed-responsive iframe {
    display: block;
}
#detVideo .embed-responsive iframe {
    display: block;
}
#boxPresDet .embed-responsive.YTbloqued iframe {
    display: none;
}
#detVideo .embed-responsive.YTbloqued iframe {
    display: none;
}
.embed-responsive.YTbloqued {
    background: #f8f8f8;
    position:relative;
}
.embed-responsive.YTbloqued:after {
    content: "Vidéo Youtube bloquée depuis la gestion des cookies";
    position: absolute;
    display: block;
    padding: 1rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 0.7rem;
    left: 50%;
    width: 80%;
    text-transform: uppercase;
}
.lockVideo.YTbloqued {
    background: #f8f8f8;
    position:relative;
    line-height: 1rem;
    padding: 1rem;
}
.lockVideo.YTbloqued:after {
    content: "Vidéo Youtube bloquée depuis la gestion des cookies";
    display: block;
    padding: 1rem;
    text-align: center;
    font-size: 0.7rem;
    width: 100%;
    text-transform: uppercase;
}
.zoneGM, .magazAcces {
    background: #ffffff;
    position: relative;
}
.zoneGM:after, .magazAcces:after {
    display:none;
}
.zoneGM.MAPbloqued, .magazAcces.MAPbloqued {
    background: #f8f8f8;
    position:relative;
}
#magasins.MAPbloqued .magazAcces iframe {
    display:none;
}
.zoneGM.MAPbloqued:after, .magazAcces.MAPbloqued,
#magasins.MAPbloqued .magazAcces:after {
    content: "Plan Google Maps bloqué depuis la gestion des cookies";
    position: absolute;
    display: block;
    padding: 1rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 0.7rem;
    left: 50%;
    width: 80%;
    text-transform: uppercase;
    z-index:100;
}
@media screen and (min-width: 620px) {
	#cookiesPop {
    width: 600px;
    box-shadow: 0 0 20px #33333338;
	}
}
@media screen and (max-width: 619px) {
    #cookiesStart .cookieNo {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }    
    #cookiesPop {
        position: absolute;
        width: 93%;
        border:solid 1px #ccc;
        padding:10px;
        margin-left:0px;
    }
    .cookieValid  {
        width:100%;
        margin-bottom:20px;
        margin-top:10px;
    }
    .cookieYes  {
        width: calc(50% - 5px);
        float: left;
        margin-right:5px;
    }
    #cookiesGestion .cookieNo  {
        width: calc(50% - 5px);
        float: left;
        margin-left:5px;
    }
}
@media screen and (max-width: 420px) {
    #cookiesStart .cookieYes, #cookiesStart .cookieParametre {
        width: 100%;
        margin-right: 0px;
	}
    #cookiesStart .cookieYes {
        margin-bottom: 10px;
	}
}



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

.logo {
    width: 200px;
    position: absolute;
    top: 38px;
    left: 28px;
    z-index: 9999999;
    animation-delay: 0.3s;
}
@media all and (max-width: 800px) {
    .logo {
      width: 170px;
      left: 25px;
    }    
}
@media (max-width: 767px) {
  .logo {
    width: 133px;
    left: 25px;
  }
}
#boxContact {
    background: #ffffff;
    color: #333;
    margin-top: 0.3rem;
}
#boxContact > .container-fluid > .row > div:first-of-type {
    padding-right: 12rem;
}

.boxAgence a {
	color:#fff;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	transition: all .8s ease-in-out;	
	font-family: 'Oswald', sans-serif;
}
.boxAgence a strong {
	font-weight: 700;
}
.boxAgence a:hover {
	color:#181716;
}
.boxAgence h2 {
    color:#fff;
    text-align: center;
    margin-bottom:0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 0;
}
.boxAgence h2 span {
    font-size: 2rem;
    line-height: 2.5rem;
    display:block;
}
.boxAgence h2 strong {
    color:#181716;
    font-size:1.3rem;
    font-weight: 400;
}
.boxAgence p {
    text-align: center;
    margin-bottom:0px;
    font-family: 'Michroma', sans-serif;
    font-size: 0.8rem;
    color:#fff;
}
#boxContact i {
    color:#fff;
    font-size: 3rem;
}
#boxContact #footAtelier {
    padding-top: 1.75rem;
}
#boxContact #footAtelier i {
    font-size: 2.25rem;
}
#boxContact #footAtelier .footTel {
    font-size: 1.35rem;
}
#boxContact #footVente div.boxAgence, 
#boxContact #footAtelier div.boxAgence {
    border-right: solid 1px #ff643a;
}
#boxContact #footVente div:last-of-type.boxAgence, 
#boxContact #footAtelier div:last-of-type.boxAgence {
    border-right: none 0px #ff643a;
}
#boxContact #footVente {
    /*border-bottom: solid 1px #ff643a;*/
}
#boxContact #footVente div {
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    #footVente > div {
        width:50%;
    }
    #footAtelier  > div {
        width:33.33%;
    }
}
@media screen and (max-width: 664px) {
    #footVente > div {
        width: 100%;
    }
    #footAtelier  > div {
        width: 100%;
        margin-bottom: 2rem;
    }
    #footAtelier  > div:last-of-type{
        margin-bottom: 0rem;
    }
    #boxContact #footVente div.boxAgence, #boxContact #footAtelier div.boxAgence {
        border: none;
    }    
    #boxContact #footAtelier {
        padding: 2rem 0 0.75rem 0;
    }    
}

#mailchimp  {
    padding-bottom: 0;
    margin-bottom:  2rem;
    border-bottom: solid 1px #333231;
}
#mailchimp i {
    color: #ff3600;
    font-size: 2rem;
    display: block;
    margin-right: 0.5rem;
}
#mailchimp h3 {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin-right: 0.5rem;
    margin-bottom: 0;
}
#mailchimp .MCaccroch {
    font-size: 1rem;
    display: block;
}
#mailchimp input.form-control {
    border-radius: 0rem;
    margin: 5px 0px;
    border: none;
    border-bottom: solid 4px #fff;
    background-color: #181716;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}
#mailchimp p {
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    display: inline-block;
}
#mailchimp p a {
    color: #9c9c9c;
}
#mailchimp p a:hover {
    color: #fff;
}
#mailchimp label {
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    margin-bottom: 0px;
}
#mailchimp .MClegal  {
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
}
a#mc-embedded-unsubscribe {
    color: #9c9c9c;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8rem;
}
#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: #fff;
	padding: 10px;
	display: block;
	margin: 20px auto 0px auto;
}*/
.imgSany {
    max-width: 175px;
    background: #fff;
    padding: 10px;
    display: block;
    margin: 10px 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;
}
.coord {
    position: relative;
    background: url("../img/svg/formfoot.svg") no-repeat right top;
    background-size: auto 102%;
}
/*
.coord:after {
    content:"";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    right:0;
    top: 0;
    z-index: 10;
}
*/

.coord img:first-child {
    max-width: 140px;
    margin-bottom: 20px;
}
.coord h3 {
    font-size: 0.9rem;
    font-family: 'Oswald', sans-serif;
}
.coord p {
    margin-bottom: 0px;
    color: #181716;
    font-weight: 400;
}
.coord p.siege {
    font-size: 0.9rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.coord .text-right {
	border-left: dotted 1px #ccc3;
}
/*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-right: dotted 1px #ccc3;
    padding-left:1rem;
}
#bobRS {
	text-align:center;
	width:100%;
}
#bobRS a {
	color:#181716;
	font-size: 1.5rem;
	display: inline-block;
	padding: 0 10px;
}
#bobRS a i {
	color:#181716;
    font-size: 1.75rem;
}
#bobRS a:hover {
	color:#ff3600;
}

#copyright {
    background: #2d2e2f;
    background: linear-gradient(0deg, rgb(15, 20, 24) 0%, rgb(54, 54, 54) 100%);
    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: #ff3600;
}
#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;
}
.boxAgence {
	background: #ff3600;
}
@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 (min-width: 1200px) {
    #boxContact > .container-fluid > .row > div:first-of-type {
        margin-right: -1px;
    }
}
@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;
    }
    .coord {
        background: none;
    }
    #boxContact > .container-fluid > .row > div:first-of-type {
        padding-right: 15px;
    }    
}

@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;
	}
}
@media screen and (max-width: 575px) {
    #copyright ul {
        margin-right:0;
    }
    #copyright li {
        display: block;
        line-height:30px;
        margin-right: 0 !important;
    }
}

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

.container {
}


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

.modal {
}
.modal-content {
}


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

.formRed {
    position:absolute;
    z-index:10;
    top: 60px;
    left: 0px;
    height: 180px;
    width: 125px;
    mix-blend-mode: multiply;
    background: url("../img/svg/formredslide.svg") no-repeat left top;
    background-size: cover;
}
#homeH .formRed {
    position:absolute; 
    z-index:10;
    top: 60px;
    left: -9px;
    height: calc(100% - 20px);
    width:800px;
    mix-blend-mode: multiply;
    background: url("../img/svg/formredslide.svg") no-repeat left top;
    background-size: cover;
}
.homeHnav {
    position:absolute;width:100%;height:300px;z-index:8999;
}
.formBlc {
    position: absolute;
    left: -47px;
    z-index: 9999;
    height: 300px;
    width: 415px;
    top: 0px;
    background: url("../img/svg/formblcslide.svg") no-repeat left top;
    background-size: 670px;
}
#homeH .formBlc {
    z-index: 9999;
}
@media (max-width: 800px) {
    #homeH .formBlc, .formBlc {
        background-size: 600px;
    }
    #homeH .formRed {
        width: calc(100% + 9px);
    }
}
@media (max-width: 767px) {
    #homeH .formBlc, .formBlc {
        background-size: 500px;
        height: 220px;
        width: 306px;
    }
}
.formBkgNav {
    position:absolute; 
    right: 0px;
    z-index: 9;
    height: 40px;
    width: calc(100% - 290px);
    top: 98px;
    background: #1c1c1c;
    display: block;
}
.formBkgNav:before {
    content: "";
    height: 40px;
    width: 30px;
    border-bottom: 40px solid #1c1c1c;
    border-left: 30px solid transparent;
    display: block;
    margin-left: -30px;
}
.formGris {
    position: absolute;
    z-index: 10;
    top: 60px;
    left: -8px;
    height: 235px;
    width: 180px;
    background: url("../img/svg/formredslide.svg") no-repeat left top;
    background-size: auto;
    background-size: cover;
}
@media (max-width: 800px) {
  .formGris {
    height: 204px;
  }
}
@media (max-width: 767px) {
  .formGris {
    height: 160px;
  }
}


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

#carouselH .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 {
    top: 25%;
    font-family: 'Roboto', sans-serif;
    right: 3%;
    left: 2%;
}
#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;
}

/* ==========================================================================
   CAROUSEL CAPTION
   ========================================================================== */

.display-3 {
    line-height: 1rem;
    text-align: left;
    padding-left: 215px;
    position: absolute;
    top: 425px;
    left: 70px;
    z-index: 20;
}
.display-3 a {
    font-family: 'Michroma', sans-serif;
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    margin: 0px 50px 0px 2px;
    background: #ff3600;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .8s ease-in-out;
    cursor: pointer;
    position:relative;
}
.display-3 a:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 36px;
    width: 23px;
    border-top: 36px solid #ff3600;
    border-left: 23px solid transparent;
    left: -22px;
    top: 0;
    z-index: 9999;
    transition: all .8s ease-in-out;
}
 .display-3 a:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 36px;
    width: 23px;
    border-bottom: 36px solid #ff3600;
    border-right: 23px solid transparent;
    right: -23px;
    top: 0;
    z-index: 9999;
    transition: all .8s ease-in-out;
}
.display-3 a:hover {
    background: #181716;
    color: #fff;
}
.display-3 a:hover:before {
    border-top: 36px solid #181716;
}
.display-3 a:hover:after {
    border-bottom: 36px solid #181716;
}

#goToVente {
    animation-delay: 0.3s;
}
#goToSav {
    margin-left: 28px;
    animation-delay: 0.6s;
}
#goToPieces {
    margin-left: 56px;
    animation-delay: 0.9s;
}
#goToloc {
    margin-left: 84px;
    animation-delay: 1.2s;
}
h2.display-4, h1.display-4 {
    font-weight: 700;
    font-size: 3rem;
    margin-top: 0rem;
    text-shadow: 0px 2px 3px #333;
    text-align: right;
    position: absolute;
    right: 39px;
    top: 200px;
    display: block;
    z-index: 99;
    color: #fff;
    width: calc(100% - 280px);
}

@media (max-width: 689px) {
    .display-3 {
        padding-left: 0;
        left: 0;
        top: initial;
        bottom: 6rem;
    }
    .display-3 a {
        margin-left: 0 !important;
    }
    .display-3 a:before {
        display: none;
    }
    h2.display-4, h1.display-4 {
        font-size: 2.5rem;
        width: calc(100% - 2rem);
    }
}
@media (max-width: 689px) {
    h2.display-4, h1.display-4 {
        right: 23px;
        top: 280px;
        font-size: 2.25rem;
    }
}


/* ==========================================================================*/

#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 {
    background: #ff3600;
    width: 100%;
    position: relative;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accroche > div {
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0px;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    font-family: 'Michroma', sans-serif;
    margin-left: 370px;
}
.accroche > ul {
    margin-bottom:0
}
.accroche ul li {
  list-style: none;
}
.accroche a.contact {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
   font-size: 1.5rem;
}
.accroche a.contact:hover, .accroche a.contact:focus {
	color: #1c1c1c;
}

@media screen and (max-width: 1023px) {
    .accroche > div {
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 991px) {
    .accroche > div {    
        font-family: 'Oswald', sans-serif;
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 820px) {
    .accroche > div {    
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 800px) {
    .accroche > div {    
        margin-left: 328px;
    }
}
@media screen and (max-width: 767px) {
    .accroche > div {    
        display: none;
    }
	.accroche > ul {
      width:100%;
    }
    .accroche {
        padding: 1.25rem 0;
        height: auto;
        background: #e6270b;
    }
}
@media screen and (max-width: 449px) {
    .accroche {
        padding: 0;
    }
}

@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: 449px) {
	.accroche > ul {
        padding: 11px 0;
        flex-direction: column;
        align-items: end;
	}
	.accroche > ul li a {
        padding: 0 1.7rem 0 1.25rem;
        margin-right: 0 !important;
	}
}

@media screen and (max-width: 359px) {
	#carouselH .carousel-caption .display-3 a {
		width: 210px;
	}
}



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

.endBlocG3 {
    display:block;
    background: #fff;
    position:relative;
    height:20px;
    margin-left: auto;
}
.endBlocG3:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 15px;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
    left: -15px;
    top: 0;
    z-index: 9999;
}
#gammH  {
    background: #171715;
    margin-top: 5rem;
}
.gammHt {
    font-size: 2rem;
    padding: 5rem 1rem 2rem 1rem;
    margin: 0px 0px 40px 0px;
    color: #ffffff;
    line-height: 2.5rem;
    position: relative;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.gammHt:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: contain;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;    
}
#gammH h2 {
    color: #fff;
    text-align: center;
    padding: 0rem 3rem 0rem 3rem;
    margin-bottom: 0rem;
    font-size: 1.75rem;
    font-weight: 500;
}
#gammH h2 span {
    color: #fff;
    padding: 2rem 3rem 2rem 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 500;
    background: #ff3600;
    display: inline-block;
    line-height: 2rem;
}
.txtGammH {
	padding:20px;
	background: #ff3600;
	color:#fff;
	position:relative;
}
#gammH ul li a {
	color:#fff;
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px rgba(255,255,255,0.15);    
}
#gammH ul li a strong {
	font-weight: 700;
}
#gammH ul li a:hover {
	color:#ededed;
}
#gammH a.txtGammPlus i {
	margin-left:15px;
}
#gamm1 a.txtGammPlus,
#gamm2 a.txtGammPlus,
#gamm3 a.txtGammPlus {
	float: right;
}
#gamm1 {
    background: url("../img/accueil/gamme-vente.jpg") no-repeat right top;
    background-size: 80%;
    padding-top: 400px;
}
#gamm3 {
	margin-top:0px;
}
#marques {
	border-top: solid 1px #f6f6f6;
}
#slidePdt .item {
    padding:10px;
    background:#777777;
    position: relative;
    margin: 0 12px;
}
#slidePdt .item:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 23px;
    width: 30px;
    border-top: 30px solid #777;
    border-left: 23px solid transparent;
    left: -23px;
    top: 0;
    z-index: 9999;
}
#slidePdt .item:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 23px;
    width: 30px;
    border-bottom: 30px solid #777;
    border-right: 23px solid transparent;
    right: -23px;
    top: 0;
    z-index: 9999;
}
#slidePdt.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 10px;
}
#servicesH {
    border-top: solid 1px #f4f4f4;
}

#servicesH h2 {
    font-size: 2rem;
    padding: 4rem 1rem 3rem 1rem;
    margin: 5rem 0 0 0;
    color: #303030;
    line-height: 2rem;
    position: relative;
    background: #fff;
    margin-top: 5rem;
}
#servicesH h2:after {
    content: "";
    position: absolute;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: contain;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 80px;
    height: 30px;
}

/* ==========================================================================
   ACCUEIL GAMMES OK
   ========================================================================== */

#gammH .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    width: 200px;
    display: flex;
    left: calc(50% - 100px);
    height: 30px;
    /*background: #1c1c1c;*/
    justify-content: center;
    align-items: center;
}
#gammH .owl-dots:before {
    content: "";
    display: none;
    height: 30px;
    width: 1px;
    border-bottom: 30px solid #1c1c1c;
    border-right: 15px solid transparent;
    right: -15px;
    bottom: 0;
    position: absolute;
}
#gammH .owl-dots:after {
    content: "";
    display: none;
    height: 30px;
    width: 1px;
    border-bottom: 30px solid #1c1c1c;
    border-left: 15px solid transparent;
    left: -15px;
    bottom: 0;
    position: absolute;
}

.gammeH {
    display: flex;
    background: #0f1418;
    flex-wrap: wrap;
    position:relative;
}
.gammeH > div {
    width: 100%;
    position: relative;
}
.gammeH > div:first-of-type {
    background: rgb(15,20,24);
    background: linear-gradient(0deg, rgb(15, 20, 24) 0%, rgb(23 23 21) 100%);
    padding-top: 1rem;
}
.gammeH > div:first-of-type:before {
    content:"";
    width:100%;
    height: 50px;
}
.gammeH > div:first-of-type h3 {
    color: #fff;
    text-align: center;
    padding: 2rem 3rem 2rem 3rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
    font-size: 1.75rem;
    font-weight: 500;
    background: #ff3600;
 }
.gammeH > div:first-of-type p {
    color:#fff;
    text-align: center;
    padding: 0 3rem 0rem 3rem;
    font-size: 1.1rem;
    font-weight: 400;
}
.gammeH > div:first-of-type ul {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 0 3rem 0 3rem;
    text-align: center;
}
.gammeH > div:first-of-type ul li {
    list-style: none;
    display: inline-block;
    margin: 0.25rem;
}
.gammeH > div:first-of-type ul li a {
    color:#fff;
    font-weight: 400;
    font-size: 1.2em;
}
.gammeH > div:first-of-type ul li a:hover {
    color:#ff3600 !important;
}
.gammeH a.txtGammPlus {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 11px 5px 15px;
    font-family: 'Oswald', sans-serif;
    background: #f13f23;
    transition: all .8s ease-in-out;
    display: inline-block;
    font-size: 1.2rem;
    margin: 0.5rem 3rem 2rem 2rem;
}
.gammeH a.txtGammPlus:hover {
    color: #333;
    background: #fff;
}
#gamm03 {
}
#gamm03 > div:first-of-type  {
    background: rgb(15,20,24);
    background: linear-gradient(0deg, rgb(15, 20, 24) 0%, rgb(23 23 21) 100%);
    padding-bottom: 1rem;
}
#gamm03 > div:first-of-type > div {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}
#gamm03 a.txtGammPlus {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 11px 5px 15px;
    font-family: 'Oswald', sans-serif;
    background: #ff3600;
    transition: all .8s ease-in-out;
    display: inline-block;
    font-size: 1.2rem;
}
#gamm03 a.txtGammPlus i {
    margin-left: 15px;
}
#gamm03 a.txtGammPlus:hover {
    background: #fff !important;
    color: #333;
}
#gamm03 > div:first-of-type > div img {
    display: block;
    width: 175px;
    align-items: center;
    margin-top: -1rem;
}
#gamm03 h2 {
    color: #fff;
    text-align: center;
    margin-top: 0rem;
    font-size: 1.75rem;
    font-weight: 500;
    padding-top: 2rem;
}
#gamm03 p {
    color: #fff;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
}
#gamm03 > div:first-of-type > div > div {
    text-align: left;
    padding-right: 2rem;
}
#gamm03 > div:last-of-type img {
    width: 100%;
    height: auto;
}
#gamm03 > div:last-of-type  {
    position:relative;
}
#gamm03 > div:last-of-type:before  {
    coloc:rgba(51,51,51,0.00);
    content:"";
    width:100%;
    height:50%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgb(15,20,24);
    background: linear-gradient(0deg, rgba(15,20,24,0.00) 0%, rgba(15,20,24,1.00) 100%);
}
@media screen and (max-width: 575px) {
    #gamm03 > div:first-of-type > div {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 1rem;
    }
    #gamm03 > div:first-of-type > div > div {
        padding-right: 0;
    }    
    #gamm03 p {
        text-align: center;
    }    
    #gamm03 > div:first-of-type > div img {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }    
}

@media screen and (max-width: 420px) {
	#gammH h2 {
        padding: 0rem 1.5rem 0rem 1.5rem;
        line-height: 2.2rem;
	}
    #gammH h2 span {
        padding: 1.5rem 1rem 1.5rem 1rem;
        line-height: 2rem;
        display: block;
    }    
    .gammeH > div:first-of-type ul {
        padding: 0.25rem 1rem 0rem 1rem;
    }    
    .gammeH > div:first-of-type ul li {
        display: block;
        margin: 0.25rem 0;
    }
    .gammeH > div:first-of-type ul li a {
        width: 100%;
        font-size: 1rem;
    }
    .gammeH a.txtGammPlus {
        margin: 0.5rem 1rem 2rem 1rem;
        display: block;
    }    
    #gamm03 a.txtGammPlus {
        margin: 0.5rem 1rem 2rem 1rem;
        display: block;
      }
    #gamm03 > div:first-of-type {
        padding-top: 2rem;
    }    
    #gamm03 > div:first-of-type > div {
        padding: 0 1rem;
    }    
}


/* ==========================================================================*/



#servicesH h3 {
    font-size: 1.3rem;
    margin: 0px 0 10px 0;
}
#servicesH a {
    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;
    float: right;
    position:relative;
    line-height: 30px;
}
#servicesH a:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 0;
    width: 0;
    border-bottom: 40px solid #0f1418;
    border-left: 50px solid transparent;
    left: -50px;
    top: 0;
    transition: all .8s ease-in-out;
    z-index: 10;
}

#servicesH a:hover {
    background: #ff3600;
}
#servicesH a:hover:before {
    border-bottom: 40px solid #ff3600;
}
.boxServiceH {
    position: relative;
}
.boxServiceH:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: -1px;
    z-index: 10;
    background: url("../img/svg/formpieces.svg") no-repeat right bottom;
    background-size: 35%;
}
.boxServiceDown {
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 2rem 0 2.5rem 2rem;
}
#locH {
    background: #fff;
    margin-top: 4rem;
}
#locH h2 {
    font-size: 2rem;
    padding: 4rem 1rem 1.5rem 1rem;
    margin: 0px 0px 0px 0px;
    color: #1f1f1f;
    line-height: 2rem;
    position: relative;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.aLockGammPlus {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px 7px 15px;
  font-family: 'Oswald', sans-serif;
  background: #f13f23;
  transition: all .8s ease-in-out;
  display: inline-block;
  font-size: 1.2rem;
  margin: 1.5rem 0 2rem 0rem;
}
.aLockGammPlus i {
  margin-left: 15px;
}
#locH h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: contain;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#locH .sstitre {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
#locH .sstitre strong {
    font-weight: 700;
}
#locslide .item {
    position:relative;
    padding-bottom: 2rem;
    background: #fff;
}
#locslide h3 {
    text-align: center;
    padding: 20px 10px 20px 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 span.aPlusIco {
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    transition: all .8s ease-in-out;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    background: #ff3600;
    position: absolute;
    bottom: 0px;
    right: 0;
}
#locslide .aPlus2 span.aPlusIco:before {
    transition: all .8s ease-in-out;
    content: "";
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 20px;
    border-bottom: 40px solid #ff3600;
    border-left: 20px solid transparent;
    left: -20px;
    top: 0;
    z-index: 10;
}
#locslide .aPlus2 span.aPlusIco i {
    font-size: 1.75rem;
    margin-top: 6px;
}
#locslide .aPlus2:hover span.aPlusIco {
	color: #ff3600;
	background: #fff;
}
#locslide .aPlus2:hover span.aPlusIco:before {
    border-bottom: 40px solid #fff;
}
#locslide .aPlus2 span.aPlusLoc {
    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;
    margin-bottom: 8rem;
}
.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: #fff;
	color: #fff;
	padding: 25px 0 0px 0;
}
#pointFortT h3 {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Michroma', sans-serif;
    margin-bottom: 0;
    color: #3f3f3f;
}
@media screen and (max-width: 1001px) {	
	#pointFortH span {
		padding:0 20px;
	}
	.row#pointFortH [class*="col-"] {
		border-bottom: dotted 1px #e1e1e1;
	}
}




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

#gamLoc {
    background: #fff;
    position:relative;
}
#gamLoc .card {
    background: url("../img/svg/bkgbtngamme.svg") no-repeat right bottom #f3f3f3;
    background-size: 59px;
}
#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 .card-text {
    padding-right: 2rem;
}

#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: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    position:relative;
    padding:0;
}
#gamLoc .card-footer a {
	display: block;
	width:100%;
	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.aGammeV {
    transition: all .8s ease-in-out;
    width: 250px;
    position:relative;
    height:40px;
    display: block;
    background: #181716;
    margin-left: auto;
    margin-right: 57px;
}
#gamLoc .card-footer a.aGammeV:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 23px;
    border-bottom: 40px solid #181716;
    border-left: 23px solid transparent;
    left: -22px;
    top: 0;
    z-index: 9999;
    transition: all .8s ease-in-out;
}
#gamLoc .card-footer a.aGammeV:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 23px;
    border-top: 40px solid #181716;
    border-right: 23px solid transparent;
    left: 100%;
    top: 0;
    z-index: 9999;
    transition: all .8s ease-in-out;
}
#gamLoc .card-footer a.aGammeV:hover {
    background: #ffffff;
    color:#181716;
}
#gamLoc .card-footer a.aGammeV:hover:before {
    border-bottom: 40px solid #ffffff;
}
#gamLoc .card-footer a.aGammeV:hover:after {
    border-top: 40px solid #ffffff;
}

#gamLoc .card-footer a.aGamme:hover {
    right:0px;
    left: initial;
    color:#ff3600;
    background: #ff3600;
}

#gamLoc #listLoc .card {
    background: none;
    background-color: #ffffff;  
}
#gamLoc #listLoc .card-body {
    border-left: none;
    border-right: none;
    background: rgb(243,243,243);
    background: linear-gradient(180deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
}
#gamLoc #listLoc .card-body .marqListLoc {
    width: 81px;
    height: 50px;
    margin: -28px -21px 0 auto;
    position: relative;
}
#gamLoc #listLoc .card-body img {
    max-width: 81px;
    max-width: 50px;
    height: auto;
    width: auto;
    border-radius: 0;
    display: block;
}
#gamLoc #listLoc .card-footer {
    display: flex;
}
#gamLoc #listLoc .card-footer {
    border-bottom: none;
    border-left: none;
}
#gamLoc #listLoc .card-footer a.aDet {
    width: calc(50% - 24px);
    line-height: 40px;
    height: 40px;
    color: #2b2b2b;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    background-color: #f3f3f3;
    padding: 0 0.6rem 0 1.25rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}
#gamLoc #listLoc .card-footer a.aDet:before {
    content: "";
    display: block;
    height: 40px;
    width: 32px;
    border-top: 40px solid #f3f3f3;
    border-right: 32px solid transparent;
    right: -32px;
    top: 0;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#gamLoc #listLoc .card-footer a.aDet i {
    color: #9e9e9e;
    font-size: 1rem;
    margin-left: 7px;
}
#gamLoc #listLoc .card-footer a.aLoc {
    width: 50%;
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.6rem 0 1rem;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    margin-left: auto;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: -10px;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #ff3600;
    display: flex;
    align-items: center;
    justify-content: end;
}
#gamLoc #listLoc .card-footer a.aLoc:before {
    content: "";
    display: block;
    height: 50px;
    width: 32px;
    border-bottom: 40px solid #ff3600;
    border-left: 32px solid transparent;
    left: -32px;
    top: -10px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#gamLoc #listLoc .card-footer a.aLoc i {
  color: #fff;
  font-size: 1rem;
  margin-left: 7px;
  margin-top: 2px;
}

#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;
}
#locVign {
	margin: auto;
	text-align: center;
}
#locVign img {
	width: auto;
	display: inline-block;
	margin: 5px 5px;
	box-shadow: rgba(59, 59, 59, 0.2) 0px 25px 20px -20px;
	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  {
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    padding: 2rem; 
    font-size: 1rem;
}
#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%);
}

/*DETAIL LOC*/

#locPdet .formGris {
	z-index: 0;
}
#gamLocDet h1 {
	margin-top: 2rem;
}
#gamLocDet .marq {
    max-width: 120px;    
    border-left: 1px solid rgba(0,0,0,.125);
}
#gamLocDet .btnLoc {
    text-align: left;
    color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    background-color: #ff3600;
    padding: 0.5rem 0.25rem 0.5rem 1rem;
    text-transform: uppercase;
    margin: 0 0 2rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
}
#gamLocDet .btnLoc i {
    font-size: 2rem;
    line-height: 29px;
    margin-right: 0;
    float: right;
}
#gamLocDet .btnLoc:hover {
    background-color: #212529;
}
#gamLocDet #boxInfoLoc {
    color: #fff;
    padding: 0;
}
@media all and (min-width: 1200px) {
    #gamLocDet #boxInfoLoc {
        margin-top: -3rem;
    }
}

#gamLocDet #boxInfoLoc h3 {
    padding: 1rem;
    margin-bottom: 0;
    background: rgb(15, 20, 24);
    background: linear-gradient(0deg, rgb(15, 20, 24) 0%, rgb(54, 54, 54) 100%);    
}
#gamLocDet #boxInfoLoc h3 strong {
    color: #ff3600;
}
#gamLocDet #boxInfoLoc h4 {
    background: #404040;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
#gamLocDet #boxInfoLoc p {
    padding: 0.25rem 1rem;
    background: 243,243,243;
    background: -webkit-linear-gradient(rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#gamLocDet #boxInfoLoc p span {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #13181b;
}
#gamLocDet #boxInfoLoc p a {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .8s ease-in-out;
    font-family: 'Oswald', sans-serif;
    color: #ff3600;
    margin-bottom: 0.25rem;
}
#bandoPdfLoc {
    box-shadow: rgba(59, 59, 59, 0.2) 0px 25px 20px -20px;
    padding: 0rem 2rem 2rem 2rem;
}
#bandoPdfLoc a {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #212529;
}
#bandoPdfLoc a i {
    font-size: 2.5rem;
    margin-right: 0.5rem;
    display: block;
    color: #ff3600;
}
#bandoPdfLoc a:hover {
    color: #ff3600;
}
#bandoPdfLoc a:hover i {
    color: #212529;
}
#bandoPdfLoc h2 {
    color: #212529;
    margin-top: 0;
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 2rem;
}
#bandoPdfLoc ul li {
    list-style: none;
}


#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: 1.1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#locDetContact p strong {
    font-weight:500;
}
#locDetContact > span {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
    background: #ff3600;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.3rem;
}
#locDetContact p span {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: block;
}
#locDetContact form {
	background: #fff;
    padding: 1rem;
}
#locDetContact form label {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
}
#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: 1rem;
    font-weight: 400;
}
#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 {
	text-align: center;
}
#locPimg img {
	width:auto;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 5px 15px #d9d8d8;
	padding: 10px;
}
#gamLocLoc {
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    margin-top: 4.5rem;
}
#gamLocLoc:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: auto;
    background-size: 80%;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 0 2rem;
}
#gamLocLoc > .container-fluid > .row >div:first-of-type {
    padding: 0 7rem;
}
#gamLocLoc > .container-fluid > .row >div:last-of-type {
    background: #fff;
}

.locBlocLoc {
    position: relative;
}
.locBlocLoc h2 {
    font-size:1.75rem;
    line-height: 2rem;
}
#locBlocAcc {
    display: flex;
    justify-content: center
}
#locBlocAcc > div {
    width: calc(40% - 1rem);
    margin: 1rem;
    background: #fff;
    padding: 2rem;
    box-shadow: rgba(59, 59, 59, 0.2) 0px 25px 20px -20px;
    border-radius: 0.25rem;    
}
#locBlocAcc > div h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
#locBlocAcc > div h3 img {
    width: auto;
    height: 40px;
    margin-right: 1rem;
}
#locBlocAcc ul {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
#locBlocAcc ul li {
    list-style-type: none;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
}
#locBlocAcc ul li:before {
    content: "";
    display: block;
    width: 22px;
    height: 25px;
    background: url("../img/commun/check-red.svg") no-repeat left top;
    left: 0;
    position: absolute;
    top: 0px;
}
#locBlocEpi  {
    background: #fff;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: rgba(59, 59, 59, 0.2) 0px 25px 20px -20px;
    border-radius: 0.25rem;
}
#locBlocEpi h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#locBlocEpi h3 img {
    width: auto;
    height: 40px;
    margin-right: 1rem;
}
#slideEpi .item > div {
   border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 2rem 0rem 0rem 0rem;
    position: relative; 
}
#slideEpi .item > div:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #e1e1e1 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: -5px;
    left: calc(50% - 20px);
    z-index: 10;
}
#slideEpi .item > a {
    display: block;
    position: relative;
}
#slideEpi .item > div h3 {
    text-align: center;
    margin-bottom: 0.4rem;
}
#slideEpi .item > div span {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #212529;font-size: 0.8rem;
    letter-spacing: 0.2rem;
    background: #fff;
    padding: 0.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
    margin: 0 2rem;
}
#slideEpi .item > a img {
    height: 200px;
    width: auto;
    margin: 0rem auto 1rem auto;
}
#slideEpi.owl-carousel .owl-stage{
    margin: 0 auto;
}
#slideEpi .item > div a:first-of-type {
    width: 50%;
    margin-top: 1rem;
    line-height: 40px;
    height: 40px;
    color: #2b2b2b;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    background-color: #f3f3f3;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
#slideEpi .item > div a:last-of-type {
    width: 50%;
    margin-top: 1rem;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    background-color: #ff3600;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
#slideEpi .item > div a:last-of-type:before {
    content: "";
    display: block;
    height: 50px;
    width: 32px;
    border-bottom: 40px solid #ff3600;
    border-left: 32px solid transparent;
    left: -32px;
    top: -10px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#slideEpi .item > div .row {
    padding: 1rem 2rem 0.5rem 2rem;
}
#slideEpi .item > div select {
    margin: 0 !important;
}
#slideEpi .item > div input {
    margin: 0 !important;
}


@media all and (min-width: 1200px) {
	#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;
	padding-bottom: 10px;
	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;
}

.aGammPlus {
	display: block;
	text-align: center;
	color: #101518;
	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 {
	color: #ff3600;
}


/* ==========================================================================
   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#headerH {
    position:relative;
    background: #fff ;
}
header:not(#headerH) {
    background: #1c1c1c;
}
header:not(#headerH):before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 23px;
    border-bottom: 30px solid #e5e4e4;
    border-left: 23px solid transparent;
    left: -23px;
    top: 0;
    z-index: 9999;
}
#breadcrumb2 {
    margin:8px auto 7px auto;
    font-size:0.6rem;
    text-align:left;
    color:#8c8c8c;
    text-transform: uppercase;
}
#breadcrumb2 li {
    list-style:none;
    text-align:right;
    display: inline-block;
    color: #fff;
}
#breadcrumb2 li a, #breadcrumb2 li span {
    color: #fff;
    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;
}

@media all and (min-width: 1200px) {
    #breadcrumb2 {
        text-align: center;
        padding-top: 40px;
    }
}
@media all and (max-width: 1199px) {
    #breadcrumb2 {
        text-align: right;
        padding-top: 40px;
        margin-right: 0.5rem;
    }
}
@media all and (max-width: 767px) {
    #breadcrumb2 {
        text-align: right;
        margin: 0;
        padding: 1rem 0.3rem 0rem 0;
        min-height: 100px;
    }
    #breadcrumb2 li {
        display: block;
        line-height: 22px;
    }
    #breadcrumb2 li a {
        display: inline-block;
    }
}
@media all and (max-width: 449px) {
    #breadcrumb2 {
        min-height: 1px;
    }
}



#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;
	}
}
#contentPblack  {
    background: #1c1c1c;
    height: 143px;
    padding-top: 10px;
}
#contentPblack h1  {
    color: #fff;
    padding-bottom: 0;
    font-size: 2.5rem;
}
#contentPblack h1:after {
  content: "";
  position: absolute;
  background: url("../img/svg/traitsblack.svg") no-repeat center top;
  background-size: 80%;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 80px;
  height: 30px;
}
@media all and (min-width: 768px) and (max-width: 1199px)  {
    #contentPblack h1 {
        padding-left: 225px;
        text-align: right;
        margin-right: 0.5rem;
    }    
    #contentPblack h1:after {
        background: url("../img/svg/traitsblack.svg") no-repeat right top;
        background-size: 80%;
        left: initial;
        right: -43px;
    }    
    #contentPblack {
        height: 133px;
    }
}
@media all and (max-width: 767px)  {
    #contentPblack h1 {
        margin-top: 1rem;
    }    
    #contentPblack  {
        height: auto;
        padding-bottom: 70px;
    }
}
#contentP  {
    background: #f6f6f6;
}
#contentP h1 strong {
	font-weight: 500;
}
#contentP h1:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    background: url("../img/svg/traitsgris.svg") no-repeat center top;
    background-size: contain;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#contentP.black  {
    background: #1c1c1c;
}
#contentP.black h1  {
    color:#fff;
    padding-bottom: 2.5rem;
    font-size: 2.5rem;
}
#contentP.black h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: 80%;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#contentP h2 {
	margin-bottom: 1rem;
}
#contentP a {
	color: #ff3600;
}
#contentP.blackVisu  {
    background: #171615;
}
#contentP.blackVisu:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    background: url("../img/svg/traitsgris.svg") no-repeat center top;
    background-size: auto;
    background-size: contain;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#contentP.blackVisu h1  {
    color:#fff;
    margin-top: 3rem;
}
#contentP.blackVisu h1:after  {
}
#contentP .blackVisuImg {
    height:400px;
}
#contentP.gris  {
    background: rgb(235, 235, 235);
    background: linear-gradient(0deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
    position: relative;
    z-index: 2;
}
#contentP.gris h1  {
    color: #404040;
    padding-bottom: 2.5rem;
}
#contentP.gris h1:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: 80%;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#intro {
	background: #fff;
    margin-bottom:5rem;
}
#intro h1, #intro h2 {
    color: #ff3600;
    margin-bottom: 0px;
    text-align: right;
    background: #ffffff;
    padding: 4rem 6rem 2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
#intro em {
	color:#181716;
	font-style:normal;
}
#intro span {
    font-weight:300;
}
#intro p {
    font-size: 1.3rem;
    margin-bottom:0px;
    text-align: right;
    padding: 0 6rem;
}
@media all and (max-width: 1500px) {
    #intro h1, #intro h2 {
        padding: 7rem 6rem 2rem;
    }
}
@media all and (max-width: 767px) {
    #intro h1, #intro h2 {
        padding: 7rem 2rem 1rem 2rem;
    }
    #intro p {
        font-size: 1.3rem;
        margin-bottom:0px;
        text-align: right;
        padding: 0 2rem;
    }
}
#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;
}
#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;
    text-align: center;
    margin-top: 0;
}

#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;*/
}
.card-footer {
    background-color: #ff3600;
    border-top: 1px solid #fff;
}
.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;
	}
}
#bandoInfosSF {
    display: flex;
    flex-wrap: wrap;
    background: #1c1c1c;
    color: #fff;
}
#bandoInfosSF .bando1 {
    background: linear-gradient(356deg, rgb(15, 20, 24) 0%, rgb(54, 54, 54) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}
#bandoInfosSF .bando1txt {
    color: #fff;
    padding: 2rem 6rem 2rem 6rem;
    text-align: left;
}
#bandoInfosSF .bando1txt p {
    font-size: 1.1rem;
}
#bandoInfosSF .bando1txt h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
#bandoInfosSF .bando1txt p {
    font-size: 1.1rem;
}
@media screen and (max-width: 2000px) {
    #bandoInfosSF .bando1txt {
        padding: 3rem 4rem 3rem 4rem;
    }
}
@media screen and (max-width: 1199px) {
    #bandoInfosSF .bando1txt {
        padding: 3rem 2rem 3rem 2rem;
    }
}
#bandoInfosSF .bando1 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
#bandoInfosSF .bando2 {
    align-self: end;
}
@media screen and (max-width: 1400px) {
    #bandoInfosSF .bando2 {
        align-self: center;
    }
}
#bandoInfosSF .bando2info {
    margin-top: 2rem;
    background: #303131;
    background: linear-gradient(0deg, rgb(15, 20, 24) 0%, rgb(40, 42, 43) 100%);
    text-align: center;
    padding: 1rem 0rem 0 0rem;
    display: none;
}
#bandoInfosSF .bando2info > div {
    padding:2rem;
}
#bandoInfosSF .bando2info p {
    font-family: 'Michroma', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0rem;
    color: #fff;
}
#bandoInfosSF .bando2info a {
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .8s ease-in-out;
    letter-spacing: 0.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff3600;
    margin-top: 1rem;
    padding: 0.25rem;
}
#bandoInfosSF .bando2info a i {
    color: #fff;
    font-size: 2.25rem;
    margin-left: 1rem;
    transition: all .8s ease-in-out;
    background: #ff3600;
}
#bandoInfosSF .bando2info a:hover, #bandoInfosSF .bando2info a:hover i {
    color: #ff3600;
    background: #0f1418;
}
#bandoInfosSF .bando3 {
    background: #ff3600;
    display: flex;
    align-items: center;
    text-align: center;
}
#bandoInfosSF .bando3 > div {
    padding:2rem;
}
#bandoInfosSF .bando3 p {
    font-family: 'Michroma', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    color: #fff;
}
#bandoInfosSF .bando3 a {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .8s ease-in-out;
    letter-spacing: 0.2rem;
    color: #fff;
}
#bandoInfosSF .bando3 a i {
  color: #fff;
  font-size: 3rem;
}
#bandoPdf {
    padding: 0rem 2rem 3rem 2rem;
}
#bandoPdf a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #101518;
    display: inline-flex;
    flex-direction: column;
    font-weight: 400;
}
#bandoPdf a i {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 0.5rem;
}
#bandoPdf a:hover {
    color: #ff3600;
}
@media screen and (max-width: 767px) {
    #bandoPdf {
        padding: 0rem 0rem 3rem 0rem;
    }
}
.bandoGamm {
    padding: 0rem 2rem 3rem 2rem;
}
.bandoGamm a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #101518;
    display: inline-flex;
    flex-direction: column;
    font-weight: 400;
}
.bandoGamm a i {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.5rem;
}
.bandoGamm a:hover {
    color: #ff3600;
}
#bandoPdfDet {
    padding: 0rem 2rem 2rem 2rem;
    background: #fff;
}
#bandoPdfDet a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    line-height: 1.5rem;
    color: #101518;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#bandoPdfDet a span {
    display: block;
}
#bandoPdfDet a i {
    font-size: 3rem;
    margin-right: 1rem;
    display: block;
}
#bandoPdfDet a:hover {
    color: #ff3600;
}
@media screen and (max-width: 991px) {
    #bandoPdfDet {
        padding: 0rem 0rem 2rem 0rem;
    }
    #bandoPdfDet a i {
        margin-right: 0.5rem;
    }
}
@media screen and (max-width: 575px) {
    #bandoPdfDet a strong {
        display: block;
    }
}

/* ==========================================================================
   GAMME VENTE
   ========================================================================== */

#bandoInfosSF {
    background: #1c1c1c;
    color:#fff;
    text-align: center;
    font-size: 1.1rem;
}
#bandoInfosSF > row {
    display: flex;
}


/* ==========================================================================
   FILTRES SOUS-FAMILES VENTE
   ========================================================================== */

#filtrePdt {
	background: #fff;
	padding: 0rem 0rem 3rem 0rem;
	position: relative;
	width: 100%;
	text-align: center;
}
#filtrePdt label {
    margin-right: 0.25rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 6px;
    color: #333;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nbPdtFilter {
    font-weight: 300;
    margin-left: 5px;
}
.resetFilter {
    display: inline-block;
    background: url("../img/svg/reset-filtres.svg") no-repeat center center #fff;
    border-radius: 0.25rem;
    height: 20px;
    width: 45px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    margin-left: 0.5rem;
    margin-top: -3px;
}
 a.resetFilter:hover {
  background: url("../img/svg/reset-filtres-hover.svg") no-repeat center center #fff;
}
#filtrePdt .owl-filtre {
    display: flex;
    justify-content: center;
    text-align: center;
}

#filtrePdt .owl-filtre .owl-item a {
    font-size: 0.9rem;
    padding: 0.35rem 1rem 0.25rem 1rem;
    display: block;
    border-radius: 0.25rem;
    background: #333;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#filtrePdt .owl-filtre .owl-item a:hover {
  background: #ff3600;
  color: #fff;
}
#filtrePdt .owl-filtre .owl-item a.select {
    background: #ff3600;
    border-radius: 0.25rem;
    color:#fff;
} 
#filtrePdt .owl-carousel {
  width: inherit;
}
#filtrePdt .owl-carousel img {
    display: block;
    height: 70px;
    width: auto;
    margin: 0.5rem auto 0 auto;
}

/* ==========================================================================
   LISTING PRODUITS FILTRES SOUS FAMILLES 
   ========================================================================== */

.pdtFilter {
    background: #fefefe;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 3rem auto;
    max-width: 1450px;
}
#listFilterSF {
    display:none;
    margin: 0 0 5rem 0;
}
.pdtFilter .pdtSFimg {
    width: 50%;
    order: 1;
}
.pdtFilter .pdtSFtxt {
    width: 50%;
    order: 2;
    padding: 4rem;
    background: #f3f3f3;
    position: relative;
}
.pdtFilter .pdtSFtxt:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4rem);
    left: 0rem;
    bottom:0px;
    z-index: 10;
    height: 10px;
    background: #fff;
}
.pdtFilter.inverse .pdtSFtxt:after {
    left: 4rem;
}
.pdtFilter.inverse .pdtSFimg {
    order: 2;
}
.pdtFilter.inverse .pdtSFtxt {
    order: 1;
}
.pdtFilter .pdtSFtxt h2 {
    color: #212529;
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
    font-weight: 700;
}
.pdtFilter .pdtSFtxt .txtListPdt {
    color: #777;
    margin-bottom: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
ul.pointFort {
    padding: 0px;
    margin: 0 2rem 0 0;
}
ul.pointFort li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
ul.pointFort li:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url("../img/svg/checkred.svg") no-repeat left top;
    background-size: auto;
    background-size: contain;
}
a.detPdt {
    padding: 0 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background: #ff3600;
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 4rem;
    font-family: 'Oswald', sans-serif;
    line-height: 40px;
    width: 200px;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.detPdt:before {
    content: "";
    display: block;
    height: 40px;
    width: 27px;
    border-bottom: 40px solid #ff3600;
    border-left: 27px solid transparent;
    left: -27px;
    top: 0;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.pdtFilter.inverse a.detPdt {
    right: initial;
    left:4rem;
}
.pdtFilter.inverse a.detPdt:after {
    content: "";
    display: block;
    height: 40px;
    width: 27px;
    border-bottom: 40px solid #ff3600;
    border-right: 27px solid transparent;
    right: -27px;
    top: 0;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.pdtFilter.inverse a.detPdt:before {
    display: none;
}
.pdtFilter.inverse a.detPdt:hover:after {
    border-bottom: 40px solid #1c1c1c;
}

a.detPdt:hover {
    background: #1c1c1c;
}
a.detPdt:hover:after {
    border-bottom: 40px solid #1c1c1c;
}
a.detPdt:hover:before {
    border-bottom: 40px solid #1c1c1c;
}

@media screen and (max-width: 767px) {
    .pdtFilter {
        flex-direction: column !important;
    }
    .pdtFilter .pdtSFimg {
        width: 100%;
        order: 1 !important;
    }    
    .pdtFilter .pdtSFtxt {
        width: 100%;
        order: 2 !important;
        padding: 2rem 2rem 4rem 2rem;
    }
    .pdtFilter .pdtSFtxt:after {
        width: calc(100% - 2rem);
    }   
    .pdtFilter.inverse .pdtSFtxt:after {
        width: calc(100% - 2rem);
        left: 4rem;
    }    
    a.detPdt {
        right: 2rem;
    }   
    .pdtFilter.inverse a.detPdt {
        left: 2rem;
    }
    ul.pointFort {
        margin: 0;
    }    
}
@media screen and (max-width: 420px) {
    .pdtFilter .pdtSFtxt {
        width: 100%;
        order: 2 !important;
        padding: 1rem 1rem 4rem 1rem;
    }
    .pdtFilter .pdtSFtxt:after {
        width: calc(100% - 1rem);
    }   
    .pdtFilter.inverse .pdtSFtxt:after {
        width: calc(100% - 1rem);
        left: 1rem;
    }    
    a.detPdt {
        right: 1rem;
    }   
    .pdtFilter.inverse a.detPdt {
        left: 1rem;
    }
}


/* ==========================================================================
   LISTING SOUS FAMILLES 
   ========================================================================== */

#listSF .card  {
    position:relative;
}
#listSF .card-img-top  {
    border: none;
}
#listSF img {
    margin: 0 auto;
    padding: 2rem 2rem 0 2rem;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
}
#listSF .card-body {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    padding: 2.25rem 1.25rem 1.25rem 1.25rem;
}
#listSF .card-body span {
    opacity: 0;
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    display: block;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    #listSF .card-body span {
        opacity: 1;
    }
}
#listSF a h2 {
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    font-size: 1.35rem;
    text-align: center;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#listSF a:hover h2 {
    color: #ff3600;
}
#listSF a:hover .card-body span {
    opacity: 1;
}
#listSF a:hover img {
    padding: 0rem;
}

#listSF a:hover .card-body {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
#listSF .card > a > div:first-of-type {
    display:flex;
    height:400px !important;
    width:100% !important;
    align-items: flex-end;
}
#listSF .card > a > div:first-of-type > img {
    margin: 0 auto;
    padding: 2rem 2rem 0 2rem;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    width: auto;
    height: auto;
    max-height: 400px;
}
#listSF .card a:hover > div:first-of-type img {
    padding: 0rem;
}

@media screen and (max-width: 1900px) {
    #listSF .card > a > div:first-of-type {
        height: 350px !important;
    }
    #listSF .card > a > div:first-of-type > img {
        max-height: 350px;
    }
}
@media screen and (max-width: 1280px) {
    #listSF .card > a > div:first-of-type {
        height: 300px !important;
    }
    #listSF .card > a > div:first-of-type > img {
        max-height: 300px;
    }
}
@media screen and (max-width: 767px) {
    #listSF .card > a > div:first-of-type > img {
        padding: 0;
    }
    #listSF .card > a > div:first-of-type {
      height: auto !important;
    }
}


/* ==========================================================================
   LISTING PRODUITS VENTE
   ========================================================================== */

#gamVente .card-img-top  {
    border: none;
}
#gamVente .card > div:first-of-type {
    display:flex;
    height:400px !important;
    width:100% !important;
    align-items: flex-end;
}
#gamVente .card > div:first-of-type > img {
    margin: 0 auto;
    padding: 2rem 2rem 0 2rem;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    width: auto;
    height: auto;
    max-height: 400px;
}

@media screen and (max-width: 1900px) {
    #gamVente .card > div:first-of-type {
        height: 300px !important;
    }
    #gamVente .card > div:first-of-type > img {
        max-height: 300px;
    }
}
@media screen and (max-width: 1500px) {
    #gamVente .card > div:first-of-type {
        height: 250px !important;
    }
}
@media screen and (max-width: 1280px) {
    #gamVente .card > div:first-of-type {
        height: 250px !important;
    }
    #gamVente .card > div:first-of-type > img {
        max-height: 250px;
    }
}
@media screen and (max-width: 767px) {
    #gamVente .card > div:first-of-type > img {
        padding: 0;
    }
    #gamVente .card > div:first-of-type {
      height: auto !important;
    }
}
#gamVente .card-body img {
	height: 60px;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
}
#gamVente .card-body {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
#gamVente .card-body.cardGam {
    padding: 2.25rem 1.25rem 1.25rem 1.25rem;
}
#gamVente .card-body.cardGam span  {
    text-transform: uppercase;
    font-weight:bold;
    font-size: 0.7rem;
}
#gamVente .card-body .txtListPdt {
    opacity: 0;
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    display: block;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
    #gamVente .card-body .txtListPdt {
        opacity: 1;
        margin-bottom: 2rem;
    }
}
#gamVente a h2 {
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    font-size: 1.35rem;
    text-align: center;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#gamVente a:hover h2 {
    color: #ff3600;
}
#gamVente a:hover .card-body .txtListPdt, #gamVente a:focus .card-body .txtListPdt  {
    opacity: 1;
}
#gamVente a:hover .card >div:first-of-type > img {
    padding: 0rem;
}
#gamVente a:hover .card-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
#gamVente a:hover .card-body.cardGam {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}



/* ==========================================================================
   DETAIL VENTE
========================================================================== */


#pdtAssocie {
    box-shadow: rgba(59, 59, 59, 0.2) 0px 25px 20px -20px;
    padding-top: 2rem;
}
#pdtAssocie h2 {
    font-size: 2rem;
    padding: 4rem 1rem 1.5rem 1rem;
    margin: 0px 0px 0px 0px;
    color: #1f1f1f;
    line-height: 2rem;
    position: relative;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
#pdtAssocie h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: contain;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.txtListPdtAssoc {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 2rem;
}
#pdtAssocie .owl-pdtAssocie .owl-stage-outer {
    margin: 0 auto;
}
#pdtAssocie .owl-pdtAssocie .item > div {
    padding: 2rem 2rem 3rem 2rem;
    position: relative;
    text-align: center;
}
#pdtAssocie .owl-pdtAssocie .item > div:before {
    content: "";
    display: none;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width:20px 20px 0px 20px;
    border-color: #e1e1e1 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: -5px;
    left: calc(50% - 20px);
    z-index: 10;
}
#pdtAssocie .owl-pdtAssocie .item a > div {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;    
    padding: 2.25rem 1.25rem 1.25rem 1.25rem;
}

#pdtAssocie .owl-pdtAssocie .item a h3 {
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    font-size: 1.35rem;
    text-align: center;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#pdtAssocie .owl-pdtAssocie .item img {
    margin: 0 auto;
    padding: 2rem 2rem 0 2rem;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
#pdtAssocie .owl-pdtAssocie .item p {
    opacity: 0;
    color: #212529;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    display: block;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
    #pdtAssocie .owl-pdtAssocie .item p {
        opacity: 1;
    }
}
#pdtAssocie .owl-pdtAssocie .item a:hover h3 {
    color: #ff3600;
}
#pdtAssocie .owl-pdtAssocie .item a:hover > div p {
    opacity: 1;
}
#pdtAssocie .owl-pdtAssocie .item a:hover img {
    padding: 0rem;
}
#pdtAssocie .owl-pdtAssocie .item a:hover > div {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

#gamVenteDet {
    margin-top: 2rem;
    position: relative;
}
#gamVenteDet a.btnContact {
    text-align: left;
    color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    background-color: #ff3600;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    margin: 1.5rem 0 2rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
#gamVenteDet a.btnContact i {
    font-size: 2rem;
    line-height: 29px;
    margin-right: 1rem;
    float: left;
}
#gamVenteDet:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: 80%;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
@media screen and (max-width: 991px) {
    #gamVenteDet {
        margin-top: 0rem;
    }
}
#bandoInfosDet {
    background: #1c1c1c;
    padding-top: 2rem;
    min-height: 107px;
/*    display: flex;
    flex-wrap: wrap;*/
}
#bandoInfosDet > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#bandoInfosDet > .bandoDet {
    display: flex;
    width:100%;
    align-items: center;
    justify-content: center!important;
}
#bandoInfosDet .bando1 {
    color: #fff;
    background: none;
}
#bandoInfosDet .bando1 > div {
    padding: 0rem 3rem 1.1rem 17rem;
    font-size: 1.3rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 1.8rem;
    display: block;
}
#bandoInfosDet .bando1.noVisu > div {
    padding: 0rem 17rem 1.1rem 17rem;
    text-align: center;
}
#bandoInfosDet .bando2 {
    align-self: end;
}
#bandoInfosDet .bando2 img {
    max-height: 300px;
    width: auto;
}
@media screen and (max-width: 1199px) {
    #bandoInfosDet {
        min-height: 1px;
    }
     #bandoInfosDet .bando1.noVisu > div {
        padding: 0rem 1.5rem 1.1rem 17rem;
        text-align: right;
    }
}
@media screen and (max-width: 991px) {
    #bandoInfosDet > .bandoDet {
        justify-content: end !important;
    }
}
@media screen and (min-width: 768px) {
    #bandoInfosDet .bando1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #bandoInfosDet .bando1:not(.noVisu) > div {
        padding: 0rem 3rem 1.1rem 13rem;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    
    #bandoInfosDet > .bandoDet {
        display: block;
        width:100%;
    }
    #bandoInfosDet .bando1 {
        text-align: center;
        width:100%;
    }
    #bandoInfosDet .bando1 > div {
        text-align: center;
        padding: 1rem 1rem 2rem 1rem;
    }
    #bandoInfosDet .bando1:not(.noVisu) > div {
        text-align: center;
    }
     #bandoInfosDet .bando1.noVisu > div {
        padding: 0rem 1.5rem 2rem 1.5rem;
        text-align: center;
    }
    #bandoInfosDet .bando2 {
        width: 100%;
    }
    #bandoInfosDet .bando2 img {
        max-height: initial;
        height: auto;
        width: 100%;
    }
}
.traitsblackDet  {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c1c1c;
}
.traitsblackDet img  {
    width: 65px;
    height: auto;
    margin-top: 15px;
}
@media screen and (max-width: 1199px) {
    .traitsblackDet  {
        justify-content: end;
        padding-right: 1.5rem;
    }
}




@media screen and (max-width: 1400px) {
    #bandoInfosDet .bando2 {
        align-self: center;
    }
}
.txtListPdtDet {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 1.8rem;
    display: block;
    max-width: 600px;
}
ul.basic{
    padding: 0px;
    margin: 0 2rem 0 0;
}
ul.basic li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
ul.basic li:before {
    content: "•";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 2rem;
    line-height: 13px;
    color:#a4a4a4;
}
#descDetAdmin {
}
#descDetAdmin h2 {
      margin-top: 0;
}
#descDetAdmin a {
    color: #212529;
    font-weight:400;
}
#descDetAdmin a:hover {
    color: #ff3600;
}
#descDetAdmin ul {
    padding: 0px;
    margin: 0 2rem 0.5rem 0;
}
#descDetAdmin ul li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
}
#descDetAdmin ul li:before {
    content: "•";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 2rem;
    line-height: 13px;
    color: #a4a4a4;
}
.garantie {
    font-family: 'Michroma', sans-serif;
    display: block;
    text-align: center;
    width: 150px;
    margin: 0;
    line-height: 2rem;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.35rem;
    background: #ffcb1d;
    position: absolute;
    top: 10px;
    right: 2rem;
}

.garantie span {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    background: #333;
    color: #ffcb1d;
    line-height: inherit;
    padding: 0.1rem 0 0.2rem 0;
}
.detMainDesc h1 {
    font-size: 2.5rem;
    padding-right: 200px;
}
@media screen and (max-width: 767px) {
    .garantie {
        position: relative;
        top: initial;
        margin-top: 1.25rem;
        margin-left: 2rem;
    }
    .detMainDesc h1 {
        padding-right: 0px;
    }
}
.detMainDesc h2 {
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.detMainDesc .logoMark {
    margin-bottom: 1rem;
}
.detRef {
    color: #181716;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
    margin-top: 0.4rem;
}
.detDesc {
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    padding: 2rem;
}
#detVign {
    margin: 2rem auto;
    text-align: center;
}
#detVign img {
    width: auto;
    display: inline-block;
    margin: 5px 5px 8px 5px;
    padding: 0;
    max-height: 160px;
}
#detVideo {
    padding: 4rem;
}
@media screen and (max-width: 991px) {
    #detVideo {
        padding: 0;
    }
    .detDesc {
      padding: 1rem;
    }    
}
@media screen and (max-width: 420px) {
    #detVign img {
        max-height: initial;
        height:auto;
        width:100%;
        margin: 5px 0px 8px 0px;
    }
}

#detailV {
    position: relative;
}
#detailV:before {
    content: "";
    width: 100%;
    height: 295px;
    background: #1c1c1c;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    display: block;
}


/* ==========================================================================
   MARQUES
   ========================================================================== */

#markV {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#markV > a {
    display: flex;
    margin:1rem;
}
#markV > a > img {
    display: flex;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}


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

#occazV .card-body {
    padding: 0 0 1.25rem 0 ;
    text-align: center;
    font-size: 0.95rem;
}
#occazV .card-body img {
    height: 60px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

#occazV .card-body h2 {
    color: #ff3600;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    font-size: 1.35rem;
    text-align: center;
    margin-top: 0.25rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
#occazV .card-body ul {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    text-align: left;
}
#occazV .card-body ul li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
}
#occazV .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;
}
#occazV .card-body p {
    text-align: left;
    font-weight: 400;
}
#occazV .card-body p strong {
    font-weight: 500;
}
#occazV .occazPrix {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #212529;
    font-size: 1.15rem;
}
#occazV .occazInfos {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 1rem 0;
    align-items: center;
}
#occazV .occazInfos button, #occazV .occazInfos a {
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
#occazV .occazInfos button {
    font-size: 2rem;
    width: 70px;
    text-align:center;
    color: #212529;
    border: none;
    background: #fff;
    outline:none;
}
#occazV .occazInfos a {
    font-size: 2rem;
    width: 70px;
    color: #212529;
}
#occazV .occazInfos a:last-of-type {
    color: #ff3600;
    font-size: 3rem;
}
#occazV .occazInfos button:hover, #occazV .occazInfos a:hover {
    color: #ff3600;
    outline:none;
    font-size: 2.5rem;
}
#occazV .occazInfos a:last-of-type:hover {
    font-size: 3rem;
}
@media screen and (max-width: 575px) {
    #occazV .accordion > .row {
        margin:0;
    }
    #occazV .collapse {
        padding: 0 1rem 0 1rem;
    }
}


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

#newsH {
    position:relative;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
}
.barNews1 {
    background: url("../img/svg/bkgnews.svg") no-repeat 200px bottom;
    background-size: auto;
    background-size: cover;
    height:25px;
}
.barNewsList {
    background: url("../img/svg/bkgnews.svg") no-repeat 0px bottom;
    background-size: auto;
    background-size: cover;
    height:25px;
    margin-left: 4rem;
    width: calc(100% - 4rem);
}
.barNews2 {
    background: url("../img/svg/bkgnews.svg") no-repeat 130px bottom;
    background-size: auto;
    background-size: cover;
    height:25px;
}
#newsH h2 {
    display: inline-block;
    font-size: 2rem;
    background: #ff3600;
    padding: 2rem 3rem 2rem 3rem;
    margin: 0px;
    color: #fff;
    line-height: 2rem;
    position:relative;
}
#newsH h2:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 96px;
    width: 65px;
    border-top: 96px solid #ff3600;
    border-right: 65px solid transparent;
    right: -65px;
    top: 0;
    z-index: 10;
}
#newsH h3, #newsH a h3 {
    font-size: 1.8rem;
    color: #212529;
}
#newsH a p {
    color: #212529;
}
#newsH a:hover h3 {
    color: #ff3600;
}
#newsH .newsHdesc h2 {
    color: #212529;
    background: none;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
    padding:0;
}
#newsH .newsHdesc h2:after {
    display: none;
}
#newsH .newsHa {
    margin-top: 1.5rem;
}
#newsH .newsHa a {
    font-size:1.5rem;
    color:#fff;
    background: #9c9c9c;
    padding:0 5px;
    display: inline-block;
    line-height: 40px;
    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 {
    position:relative;
}
#newsH .newsDetbox {
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 0 2rem 2rem 0;
}
#newsH .newsType {
    padding: 0px 30px 0 34px;
    line-height: 39px;
    color: #fff;
    background: #181716;
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 1.75rem 0 1.5rem 0rem;
    display: inline-block;
    position: relative;
}
#newsH .newsType:after  {
    content: "";
    position: absolute;
    height: 39px;
    width: 30px;
    border-top: 39px solid #181716;
    border-right: 30px solid transparent;
    right: -30px;
    top: 0;
    z-index: 10;
    display: none;
}
#newsH .newsHend {
    background: #ff3600;
    height:20px;
    width: calc(100% - 50px);
}
#newsH .owl-nav {
    margin-top:0px;
    position: absolute;
    right: 2rem;
    top: -100px;
    font-size: 2rem;
}
#newsH .owl-carousel .owl-nav button.owl-next span, #newsH .owl-carousel .owl-nav button.owl-prev span {
    padding:0 15px;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    background: #ededed;
    display: block;
}
#newsH .owl-carousel .owl-nav button.owl-prev {
    border-right: solid 1px #ededed;
    outline: none;
}
#newsH .owl-carousel .owl-nav button.owl-next {
    outline: none;
}
#newsH .owl-theme .owl-nav [class*="owl-"] {
    margin: 0px;
    background: #ededed;
}
#newsH .owl-theme .owl-nav [class*=owl-]:hover {
    background:#ededed;
    color:#ff3600;
}
#newsH .newsHdesc {
    font-size: 1.1rem;
    padding-right: 2rem;
}
#newsH .newsHdesc a {
    color: #212529;
    font-weight:500;
}
#newsH .newsHdesc a:hover {
    color: #ff3600;
}
#newsH .newsHdesc ul {
    padding-left: 1rem;
}
#newsH .newsHtxt {
    background: #ededed;
    width:100%;
    padding: 0 3rem 2rem 3rem;
}
#newsP .newsType {
    font-size: 1rem;
    margin: 1.75rem 0 1rem 0rem;
}
#newsP .newsHa {
    padding:0;
}
#newsP .newsHbox {
    padding:0;
}
.newsDet {
    padding: 1.5rem 0 1.5rem 0;
    background: url("../img/svg/bkgnews.svg") no-repeat 250px bottom;
    background-size: cover;
    display: flex;
    margin-bottom: 1rem;
    float: right;
}

@media screen and (min-width: 1600px) {
    .newsP {
        padding: 1.5rem 0 1.5rem 0;
        background: url("../img/svg/bkgnews.svg") no-repeat 250px bottom;
        background-size: cover;
        display: flex;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1599px) {
    .newsP {
        padding: 1.5rem 0 1.5rem 0;
        background: url("../img/svg/bkgnews.svg") no-repeat 100px bottom;
        background-size: cover;
        display: flex;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .newsP {
        padding:0;
        background: none
    }
}
@media screen and (min-width: 1200px) {
    #newsP {
        padding: 4rem 5rem;
    }
   .newsPimg {
        width:40%;
    }
    .newsPdesc {
        padding:0rem 2rem 0rem 2rem;
        width: 60%;
    }
}
@media screen and (max-width: 1199px) {
    #newsP {
        padding: 3rem 0;
    }
    .newsP {
        display: block;
        position: relative;
   }
   .newsPimg {
        position: relative;
        padding: 1.5rem 0 1.5rem 0;
        background: url("../img/svg/bkgnewsred.svg") no-repeat 250px bottom;
        background-size: cover;
    }
    .newsPimg img {
        margin: 0 auto;
        display: block;
    }
    .newsPdesc {
        background: #ffffff;
        padding: 2rem;
        border-bottom: solid 1px #ededed;
    }
    .newsPdesc .newsHbox {
        padding: 2rem 1rem 0rem 1rem;
    }
    .newsPdesc .newsHa {
        padding: 0rem 1rem 2rem 1rem;
    }
    #newsP .newsType, #newsH .newsType {
        font-size: 0.8rem;
        line-height: 2rem;
    }    
}


@media screen and (max-width: 767px) {
    #newsH .newsHtxt {
        padding: 0 2rem 2rem 2rem;
    }
}
@media screen and (max-width: 575px) {
    #newsH h2 {
        font-size: 1.75rem;
        padding: 1.5rem 0rem 1.5rem 1.5rem;
        margin: 0px;
        color: #fff;
        line-height: 1.75rem;
    }    
    #newsH h2 strong {
        display: block;
    }    
    #newsH h2:after {
        height: 104px;
        width: 75px;
        border-top: 104px solid #ff3600;
        border-right: 75px solid transparent;
        right: -75px;
    }    
    .barNews1 {
        background: url("../img/svg/bkgnews.svg") no-repeat 130px bottom;
        height: 20px;
        margin-bottom: -1px;
    }    
    .barNews2 {
        background: url("../img/svg/bkgnews.svg") no-repeat 40px bottom;
        height: 20px;
    }    
    #newsH .owl-nav {
        top: -95px;
    }
    .newsPdesc {
        padding: 1.5rem 1rem 2rem 1rem;
    }
    .newsP:after {
        width: calc(100% - 6rem);
        margin-left: 1rem;
    }    
    .newsDet {
        background: url("../img/svg/bkgnewsred.svg") no-repeat 100px bottom;
        background-size: cover;
   }
   .newsPimg {
        background: url("../img/svg/bkgnewsred.svg") no-repeat 100px bottom;
        background-size: cover;
    }
    #newsH .newsDetbox {
        padding: 0 1rem 1rem 0;
    }
    .newsDetImg {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 419px) {
    #newsH .owl-nav {
        right: 1rem;
    }
    #newsH .newsHtxt {
        padding: 0 1rem 2rem 1rem;
    }    
}


/* ==========================================================================
   SAV
   ========================================================================== */

.telSav {
    font-weight:400; 
    font-size: 1.1rem;
    font-family: 'Oswald', sans-serif;
}


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

#pageGen {
    padding-top: 3rem;
}
@media screen and (max-width: 991px) {
    #pageGen {
        padding-top: 1rem;
    }
}
@media screen and (max-width: 767px) {
    #pageGen {
        padding-top: 0.5rem;
    }
}

#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;
}
.siteContact {
    border-bottom: solid 1px #ededed;
    border-right: solid 1px #ededed;
    border-top: solid 1px #ededed;
    background: rgba(255,255,255,1);
}
.siteContactBkg  {
    padding: 1.5rem 0 0.75rem 0;
    background: url("../img/svg/bkgnewsred.svg") no-repeat 250px bottom;
    background-size: cover;    
}
.siteContact .atel {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    border-left: solid 5px #ff3600;
    margin: 1rem 0;
    color: #1c1c1c;
    display: inline-block;
    padding-left: 1rem;
    margin-right:1rem;
}
.siteContact .amail {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin: 1rem 0;
    color: #1c1c1c;
    display: inline-block;
    padding-left: 1rem;
}
.siteContact .horaire {
    font-size: 1rem;
}
.siteContact h2 {
    border-left: solid 1px #ededed;
    padding-left: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin: 0;
} 
.siteContact h3 {
    border-left: solid 1px #ededed;
    padding-left: 1rem;
    margin-bottom:0;
    padding-bottom:0.25rem;;
} 
.siteContact p {
    border-left: solid 1px #ededed;
    padding-left: 1rem;
    margin-bottom: 0rem;
} 
.siteContact p:last-of-type {
    padding-bottom: 1rem;
} 
#map {
    width: 100%; 
    height: 500px;
} 
@media all and (max-width: 575px) {
    .siteContactBkg {
        background: url("../img/svg/bkgnewsred.svg") no-repeat 100px bottom;
        background-size: cover;
    }
}
    
    
/* ==========================================================================
   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;
}
.txtCapOsw400  {
    text-transform: uppercase;
    font-weight:400;
    font-family: 'Oswald', sans-serif;
}
.txtCapOsw400 strong  {
    font-weight:500;
}
.txtBig1_5  {
	font-size:1.5rem;
}
.boxOmbr  {
	box-shadow: 0px 0px 25px #eaeaea;
}
.boxOmbrF  {
	/*box-shadow: 0px 5px 15px #d9d8d8;*/
    box-shadow: rgba(217,216,216, 0.8) 0px 25px 20px -20px;
}
.bkgGrisC  {
	background: #f6f6f6;
}


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


@media all and (max-width: 575px) {
	footer .coord .text-right, footer .coord .text-left {
		width:50%;
	}
	.accroche {
		text-align:center;
	}
	#homeH .accroche {
    width: calc(100% - 92px);
    margin-left: auto;
	}
}