@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
  margin:0px;
  padding:0px;
  background-color:#181818;
}

.mobile_element {
  display:none;
}
.standard_element {
  display:block;
}


/** structure **/

.conteneur{
	max-width:1660px;
	margin:auto;
}

#inter{
	padding:0px;
	background-color:#2f2f2f;
}
#inter .conteneur{
	padding:0px 30px;
}
#inter h2{
	width:100%;
	height:35px;
	background:url(../images/puce_h1.png) no-repeat left center #181818;
	border-left:3px solid #c2c2c2;
	border-bottom:0px;
	font-weight:300;
	text-transform:uppercase;
	font-size:24px;
	padding:2px 15px;
	color:#FFF;
	margin:0px 0px 6px 0px;
}

/*************************** header ************************/



#header{
	height:170px;
	background:url(../images/background_header.jpg) repeat-x;
	display:block;
}

#header_accroche {
  position:absolute;
  top:15px;
  left:580px;
  color:#fff5ed;
  opacity:0.6;
  font-size:12px;
}

#entete_accroche  {
  color:#fff5ed;
  font-size:16px;
  margin:10px 0 0 10px;
}

#entete .conteneur {
  display:flex;
}

#logo{
	width:250px;
	height:120px;
	display:block;
	background-image:url(../images/logo-nda14-250.jpg);
  background-position:top center;
  background-size:contain;
  background-repeat: no-repeat;
	margin:0px 30px 0px 30px;
}


#header_droite {
  float:left;
  width:auto;
}

#header_conteneur {
  position:relative;
}

#header_btns {
  position:absolute;
  top:0;
  right:0;
}

#header_raccourcis {
  position:absolute;
  top:0;
  left:370px;
}

#header_raccourcis a {
	width:24px;
	height:24px;
	margin:14px 8px 33px 8px;
	float:left;
}

#entete_raccourcis {
  display:flex;
  margin-top:20px;
}
#entete_raccourcis a {
	width:24px;
	height:24px;
	margin:10px;
}

#header_raccourcis_menu{
	background:url(../images/picto_home_OFF.png) no-repeat center;
}
#header_raccourcis_home{
	background:url(../images/picto_home_OFF.png) no-repeat center;
}
#header_raccourcis_tel{
	background:url(../images/mail-icon.png) no-repeat center;
}
#header_raccourcis_contact{
	background:url(../images/mail-icon.png) no-repeat center;
}
#header_raccourcis_recherche{
	background:url(../images/picto_rechercher_OFF.png) no-repeat center;
}
#header_raccourcis_facebook{
	background:url(../images/picto_facebook_OFF.png) no-repeat center;
}

#header_raccourcis_menu:hover{
	background:url(../images/picto_home_ON.png) no-repeat center;
}
#header_raccourcis_home:hover{
	background:url(../images/picto_home_ON.png) no-repeat center;
}
#header_raccourcis_contact:hover{
	background:url(../images/mail-icon.png) no-repeat center;
}
#header_raccourcis_tel:hover{
	background:url(../images/mail-icon.png) no-repeat center;
}
#header_raccourcis_recherche:hover{
	background:url(../images/picto_rechercher_ON.png) no-repeat center;
}
#header_raccourcis_facebook:hover{
	background:url(../images/picto_facebook_ON.png) no-repeat center;
}

  #header_raccourcis_tel, #header_raccourcis_menu {
    display:none;
  }

.header_acces_pro{
	height:43px;
	float:right;
	padding:10px 14px 14px 42px;
	background:url(../images/picto_acces_pro.png) #eb6e15 no-repeat left;
	font-size:18px;
	font-weight:700;
	color:#000;
	margin:0px 30px 28px 30px;
	text-transform:uppercase;
  cursor:pointer;
}

.header_acces_pro:hover{
  background:url(../images/picto_acces_pro.png) #fc7f26 no-repeat left;
  color:#000;
}

.header_deco_pro{
	height:43px;
	float:right;
	padding:10px 14px 14px 42px;
	background-image:url(../images/picto_deco_pro.png);
  background-color: #eb6e15;
  background-repeat: no-repeat;
  background-position:4px center;
  
	font-size:18px;
	font-weight:700;
	color:#000;
	margin:0px 30px 28px 30px;
	text-transform:uppercase;
  cursor:pointer;
}

.header_ventes_pro{
	height:43px;
	float:right;
	padding:10px 14px 14px 42px;
	background-image:url(../images/auction.png);
  background-color: #eb6e15;
  background-repeat: no-repeat;
  background-position:4px center;
  
	font-size:18px;
	font-weight:700;
	color:#000;
	margin:0px 30px 28px 30px;
	text-transform:uppercase;
  cursor:pointer;
}

.header_deco_pro:hover, .header_ventes_pro:hover{
  background-color: #fc7f26;
  color:#000;
}

#header_selection{
	height:43px;
	margin:0px 0px 28px 0px;
	padding:10px 14px 14px 42px;
	background:url(../images/picto_favoris.png) #ddd no-repeat left;
	float:right;
	display:none;
	font-size:18px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
}
#header_selection:hover{
  background-color:#eb6e15;

}

/* tel header */ 
#header_tel, #header_auto {
  display:none;

} 

#milieu{
	padding:0;
  min-height:400px;
}
#milieu_item {
  /*width:960px;*/
  
  height:auto;
  padding-bottom:20px;
}

#droite_item {
  float:right;
  margin:0 0 20px 20px;
  background-color:#eb6e15;
  
}

#droite_item a {
  color:#fff;
}

#droite_item div {
  padding:10px 20px;
}
#droite_item_titre {
  background-color:#c94c03;
  margin-bottom:10px;
  text-align:center;
  text-transform:uppercase;
}


#ariane {
  font-size:14px;
  color:#fff;
  padding:10px 0 10px 0;
}
#ariane a {
  color:#eb6e15;
}




/*************************** page accueil ************************/



#accueil_temoignages_btn_avis{
	width:100%;
	height:95px;
	border-radius:15px;
	background-color:#474747;
	display:block;
}
#accueil_temoignages_btn_avis_contenu{
  max-width: 230px;
	height:95px;
	margin:auto;
	padding-left:90px;
	padding-top:25px;
	background:url(../images/picto_avis.png) no-repeat center left;
	display:block;
	color:#eb6e15;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
#accueil_temoignages_btn_temoignages:hover, #accueil_temoignages_btn_avis:hover{
	background-color:#FFF;
}


#temoignages_contenu{
	width:100%;	
	margin-right:3%;
	float:left;
	margin-top:30px;
	border-radius:15px;
	background-color:#181818;
}
.temoignage_texte{
	padding:20px;
	margin:auto;
/*	max-width:710px;*/
}
.temoignage_nom{
	font-size:18px;
	color:#eb6e15;
	margin-bottom:10px;
	display:block;
}
.temoignage_titre{
	font-size:18px;
	color:#FFF;
	padding-left:15px;
	
	float:left;
	background:url(../images/puce_titre_temoignage.png) no-repeat left center;
}
.temoignage_etoiles{
  float:right;
}
.temoignage_etoile{
	width:16px;
	height:16px;
	margin:0px 4px;
	float:right;
	background:url(../images/etoile_ON.png) no-repeat center;
}
/*
.temoignage_etoiles:hover{
	background:url(../images/etoile_ON.png) no-repeat center;
}
*/
#temoignages_btn_valider ,#temoignages_btn_retour ,#bt_Valider {
	width:100%;
	height:35px;
	border-radius:15px;
	background-color:#474747;
	display:block;
}

#form_avis{
  margin: auto;
	width:95%;	

}
#form_avis_conteneur{
background-color:#181818;
width:100%;
border-radius:15px;
float:left;
margin-top:30px;
  

}

#formulaire_avis select ,#formulaire_avis label   {
  margin-bottom:10px;
  width:100%;
}
#formulaire_avis label   {
  color:#fff;
}

#titre,#bt_Valider {
  padding:6px;
  margin-bottom:4px;
  color: #617984;
  font-family: 'Montserrat', sans-serif;
  font-size:13px;
  width:100%;
}
#bt_Annuler{
  padding:6px;
  margin-bottom:4px;
  color: #617984;
  font-family: 'Montserrat', sans-serif;
  font-size:13px;
  width:100%;
	height:35px;
	border-radius:15px;
	background-color:#474747;
	display:block;
}

.formulaire_element{
  margin-bottom:7px;
}
.formulaire_gauche{
float:left;
width:49%
}
.formulaire_droite{
float:right;
width:49%
}
.formulaire_gauche2{
float:left;
/*width:5%           */
}

.formulaire_double{
float:left;
width:100%;
}
#search {
float:left;
width:93%;
}

.ok_coordonne{
float:left;
width:93%;
}


 .formulaire_contact{

margin:6%;


 }
 
 .coordonnee{
float:right;
margin:6%;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
 }
 
.contour{
	width:49%;	
	float:left;
	border-radius:15px;
	background-color:#181818;
}
  .contour:nth-child(odd) {    
    margin-right:1%;
  }
  .contour:nth-child(even) {    
    margin-left:1%;
  }
 .global{
 	width:100%;
 }
 
 .coordonnes{

 }
 
#map_canvas{
width: 93%;
height:300px;
border-left:1px #858585 solid;
border-right:1px #858585 solid;
}

#directions{
height:600px;
width:100%;
overflow:scroll;
}

#coordonnee_bouton{
margin-bottom:10px;
}
#contact_bouton{
width:108%;
margin-top:10px;
margin-bottom:35px;
}

#bouton_avis{
margin-top:10px;
margin-bottom:10px;
}

#coordonnee_adresse{
margin-bottom:10px;
margin-top:10px;
}

#clicTitre{
display:none;
margin-bottom:10px;
}


#message2{
color:grey;
text-align:left;
width:100%;
}
#message2 a{
color:white;
}

#parcoursGoogle{
width:100%;
margin:0;
}

#parcours_table{
width:145%;
border-collapse:collapse;
}

#coordonne_btn{
	height:auto;
	width:93%;
	border-radius:10px;
	background-color:#000;
	color:#eb6e15;
	text-align:center;
	font-weight:700;
	display:block;
	text-transform:uppercase;
	font-size:16px;
	padding-top:10px;
  padding-bottom:10px;
  cursor:pointer;
  border:0;
}
#coordonne_btn:hover{
	background-color:#eb6e15;
	color:#000;
}
#coordonne_btn_retour{
	height:auto;
	width:93%;
	border-radius:10px;
	background-color:#000;
	color:#eb6e15;
	text-align:center;
	font-weight:700;
	display:block;
	text-transform:uppercase;
	font-size:16px;
	padding-top:10px;
  padding-bottom:10px;
  cursor:pointer;
  border:0;
}
#coordonne_btn_retour:hover{
	background-color:#eb6e15;
	color:#000;
}
/*************************** footer ************************/






#footer_gen{
	padding:30px 0px;
	background-color:#181818;
}
#footer_gen .conteneur{
	padding:0px 15px;
}
#footer_titre{
	margin:0px 15px;
	font-size:16px;
	color:#7d7d7d;
	display:block;
	margin-bottom:10px;
}

#accueil_temoignages {
	background-color:#181818!important;
}

#accueil_temoignages_contenu {
	background-color:#111111!important;
}

#footer_marques {
  display:table;
  margin:auto;
  width:auto;
}

.footer_marque{
	float:left;
	width:14.5%;
	height:55px;
	border-bottom:3px solid #111111;
	margin:0px 1%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	padding-top:20px;
	display:table-cell;
	text-align:center;
  
}
.footer_marque:hover{
	color:#eb6e15;
	border-bottom:3px solid #eb6e15;
}
#footer_mentions{
	margin:20px auto 0px auto;
	text-align:center;
	color:#7d7d7d;
	font-size:14px;
}
#footer_mentions a{
	color:#7d7d7d;
	font-size:14px;
	padding:0px 5px;
}
#footer_mentions a:hover{
	color:#FFF;
}

/*** popin pros **/
#popin_pros {
  position:absolute;
  background-color:#eb6e15;
  padding:20px 10px 10px 10px;
  right:30px;
  top:43px;
  width:auto;
  min-width:280px;
  height:auto;
  z-index:999;
  display:none;
}

  #popin_pros_fermer {
    /*
    position:absolute;
    top:0px;
    right:10px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    */
    display:none;
  }
  
  #popin_pros_connexion {
    
  }
  
  #popin_pros_content input[type=text] {
    float:left;
    width:160px;
  }
  #popin_pros_content input[type=submit] {
    float:left;
    border: 0;
    color: #fff;
    background-color: #000000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 6px;
    margin-bottom: 10px;
    cursor:pointer;
  }  
  
  #popin_pros a {
    font-size:12px;
    color:#fff;
    text-decoration:underline;
  }
  
  #btn_pros_connexion {
    display:none;
  }
  
  #popin_pros_code_oublie{
    display:none;
  }
  

#demande_code_pros_gauche {
  float:left;
  width:29%;
}


#demande_code_pros_droite {
  float:right;
  width:60%;
}
/**
@media only screen and (min-width: 1920px) {
#header{
	min-height:200px;
	max-height:300px;
	max-width: 1600px;
    margin-left: 100px;
    margin-right: 100px;
	background-color:#F60;
	display:block;
}
}





@media only screen and (min-width: 1600px){
#header{
	min-height:200px;
	max-height:300px;
	max-width: 1600px;
    margin-left: 100px;
    margin-right: 100px;
	background-color:#F60;
	display:block;
}
}



@media only screen and (min-width: 1280px){
#header{
	min-height:200px;
	max-height:300px;
	max-width: 1600px;
    margin-left: 100px;
    margin-right: 100px;
	background-color:#F60;
	display:block;
}
}



@media only screen and (min-width: 1024px){
#header{
	min-height:200px;
	max-height:300px;
	max-width: 1600px;
    margin-left: 100px;
    margin-right: 100px;
	background-color:#F60;
	display:block;
}
}

#header{
	min-height:200px;
	max-height:300px;
	max-width: 1600px;
    margin-left: 100px;
    margin-right: 100px;
	background-color:#F60;
	display:block;
}
**/


/* galeries */
.galeries {
  display:flex;
  justify-content:flex-start;
  flex-wrap: wrap;

  width:100%;
}

.galerie {
  width:32%;
  
  
  margin:0 1% 1% 0;

}
.galerie_photo {
  display:block;
  width:100%;
  height:280px;
  border:0px;
  background-color:#383838;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.galerie_titre {
  background-color:#eb6e15;
  color:#fff;
  padding:5px 10px;
  font-size:20px;
}
.galerie_texte {
  background-color:#383838;
  padding:2px 10px;
}


.js-carrousel--wrapper {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.nb-photo {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    padding: 6px 8px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius:5px;
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    pointer-events: none;
}

.nb-photo::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-image: url('../images/assets/icon-photo-15x.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #00A9CE;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
    background-color: #2C2B3B;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius:0!important;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(44, 43, 59, 0.5);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(44, 43, 59, 0.5);
}

.lg-backdrop {
    background-color: rgba(64, 63, 86, 0.8);
}

.lSAction > a {
    opacity: 1;
    background-image: url('../images/assets/arrow-right-30x.svg');
    border-radius: 5px;
    background-color: rgba(64, 63, 86, 0);
}

.lSAction > a:hover {
    opacity: 1;
    background-color: rgba(64, 63, 86, 0.6);
}

.lSAction > .lSPrev {
    background-image: url('../images/assets/arrow-left-30x.svg');
    background-position: center;
    background-size: contain;
    transition: all 0.2s ease;
}

.lSAction > .lSNext {
    background-position: center;
    background-size: contain;
    transition: all 0.2s ease;
    background-image: url('../images/assets/arrow-right-30x.svg');
}    

.ratio-box {
	position: relative;
    display: block;
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.ratio-box > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ratio-box > iframe,
.ratio-box > img {
    width: 100%;
    height: 100%;
}

.ratio-16-9 {
    padding-bottom: 56.25%;
}

.ratio-3-2 {
    padding-bottom: 66.66%
}

.ratio-4-3 {
    padding-bottom: 75%;
}
    
    
    .table_agences_gta > tbody > tr > td img {
    margin-bottom:10px!important;
}
    
@media only screen and (max-width: 1520px) {
  /* agences */
  .table_agences_gta {
      display:block;
  }
  .table_agences_gta > tbody > tr {
      display:flex;
  }
  .table_agences_gta > tbody > tr > td {
      display:block;
      margin:10px;
  }
  .table_agences_gta > tbody > tr > td img {
    max-width:100%;
    height:auto!important;
  }
}
