/*-----------------TOP---------------------------------*/
html, body{
  font-family: 'Raleway', sans-serif !important;
  overflow-x: hidden;
}
a {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top{
  background-color: transparent;
  border: 0px;
  position: absolute;
  right:45px;
  top: 20px;
  z-index:9;
}
.navbar-default .navbar-nav>li>a {
  color: white;
}

.menu{
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bouton{
  display: flex;
}
.bouton span{
  right: 30px;
  top: 10px;
  position: absolute;
  background-color: grey;
  color: white;
  padding: 5px 30px 5px 10px;
  border-radius: 15px;
  font-weight: 500;
  z-index: 0;
}
.burger div{
  width: 25px;
  height: 2px;
  margin: 5px 0px;
  background-color: #252525;
  transition: 0.2s;
}
.burger {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: white;
  padding: 12px;
  border-radius: 25px;
  margin-left: 80px;
  transition:  0.4s;
}
.burger:hover{
  background-color: #ecf0f1;
}
.burger:hover div:last-child{
  width: 18px;
  margin-left: 7px;
}
.change{
  width: auto;
  max-width:5px;
  white-space: nowrap;
  visibility: hidden;
  transition: max-width 0.8s, visibility 0.2s 0.2s;
}
.visible{
  display: none!important;
}
.navbar-nav li a:hover{
  color: #bdc3c7 !important;
}
.menu a img{
  width: 30px;
  height: auto;
  margin: 10px 0px;
  align-self: flex-end;
  margin-right: 15px;
  margin-top: -50px;
  transition: 0.8s;
}
.menu .lienimage{
margin-top: -15px;
margin-right: -60px;
}
/*
/*--------------------INDEX------------------*/
/*-------PAR DEFAUT #BB241C --------*/
#background {
  background: url(../images/background.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 93vh;
  min-height: 675px;
  position: relative;
}
#background:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,0,0,0.4);
  display: block;
}
.margin{
  margin-top: 10px;
}
.rond_svg{display: inline-block;position: relative;/* margin-top: 13px; */width: 70%;vertical-align: middle;overflow: hidden;}
.btn-default:not(.btn-file){
  background-color: #BB241C;
}
.btn-default {
  background: none;
  border-left: none;
  border-right: none;
  border-radius:0;
}
#logo-home {
  margin: 0 0 170px 0;
  z-index: 2;
}
#logo-page {
  margin: 50px 0 0 0;
}
#logo-page a,
#logo-page a:hover {
  text-decoration: none;
  color: #3c3732;
}
#logo-home h1,
#logo-page .subtitle {
  font-size: 30px;
  font-weight: 400;
  color: white;
  text-shadow: 0px 0px 10px #000000;
}
#border-rond{
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  height: 230px;
  width: 230px;
  min-height: 200px;
  min-width: 200px;
  max-height: 300px;
  max-width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 450px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#rond{
  background-color: white;
  border-radius: 50%;
  display: flex;
  height: 215px;
  width: 215px;
  min-height: 200px;
  min-width: 200px;
  max-height: 300px;
  max-width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
#rond span {
  font-size: 140px;
  margin-top: -50px;
}
#rond h2{
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}
#rond h1{
  margin-top: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
}
#logo-label {
  margin-top: -20px;
}
#logo-label span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto;
}
.custom{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14vh;
}
.interne{
  margin-bottom: 40px !important;
}
.burger{
  margin-left: 46px;
}
.bouton span{
  right:25px;
}
#picto{
  width: 100px;
  height: 100px;
}
.titre{
  display: flex;
  align-items: center;
}
.titre img{
  width: 2vw;
  height: auto;
  align-self: flex-start;
  margin-top:25px;
  margin-right: 10px;
}
.col-md-4 .titre a {
  color:white;
  font-weight: 900;
  font-size: 36px;
  white-space: nowrap;
  margin-bottom: 70px;
  text-shadow: 1px 1px #000000;
  position: relative;
  display: block;
  bottom: 60px;
  left: 22px;
}
.col-md-4 .titre a span.titre-icon {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  font-size: 50px;
  opacity: 0.3;
  transition: all 0.4s ease; 
}
.col-md-4 .titre a span.titre-libelle {
  position: absolute;
  z-index: 2;
  left: 40px;
  line-height: 35px;
}
.col-md-4 .titre a:hover span.titre-icon {
  left: 320px;
  opacity: 1;
  font-weight: 900;
}
.col-md-4 svg{
  transform: scale(0.5);
}
.custom{
  display: flex;
  justify-content:space-between;
}
.bottom{
  color: white;
  padding: 0px 25px;
  z-index: 2;
}
.list_none span{
  font-size: 22px;
}
.savoir{
  margin-left: 20px;
  border:1px solid white;
  width: 200px;
  padding: 5px 0px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-bottom: 10px;
}
.savoir:hover{
  text-decoration: none;
  color: #bdc3c7;
  border: 1px solid #bdc3c7;
}
.savoir:hover svg path{
  fill:#bdc3c7 !important;
}
.call {
  width: 200px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.call span {
  font-size: 25px;
  margin-right: 15px;
}
.call a,
.call a:hover {
  font-size:16px;
  color: white;
  text-decoration: none;
}
.end{
  width: 260px;
}
.savoir svg{
  transform: scale(1.1);
  margin-left: 0px;
}
.savoir p{
  text-decoration: none;
  margin: 0px 10px;
}
.text{
  border-left: 1px solid white;
  padding-left: 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.text p {
  margin-left: 20px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:hover:active {
  background: none;
  box-shadow: none;
}

button:focus {
  text-decoration: none;
  outline:none;
  border: none;
  box-shadow: none;
}




/*************************************************CONTENU***************************************/
#bandeau {
  background: url(../images/bandeau.jpg) bottom right no-repeat;
  background-size: cover;
  padding-top: 60px;
  min-height: 55vh;
  height: auto;
  display: flex;
  justify-content: center;

}
.centrer{
  float: none;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   align-items: center;
}
#titre{
  padding: 30px 0 0 0;
  font-weight: 700;
  color: #3c3732;
  font-size: 40px;
}

.sous_titre{
  font-size: 30px;
  font-weight: 400;
  color: #3c3732;
  text-transform: uppercase;
}

.sous_titre:after{
    content: "";
    width: 70px;
    height: 4px;
    background-color: #fac082;
    left: 0;
    position: relative;
    display: block;
    top: 10px;
    margin-bottom: 25px;
}
.list_none{
  list-style: none;
  margin-bottom: 25px;
}
.margin_bottom{
  margin-bottom: 45px;
}
.margin_top{
  margin-top: 45px;
}
/**************qui sommes nous*******************************/


.container .row .col-md-12 ul {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 40px;
}
.container .row .col-md-12 li {
  font-weight: 400;
  line-height: 25px;
  font-size:16px;
}
.col-md-12 h2{
  font-size: 28px;
  margin-top: 5vh;
  margin-bottom: 25px;
}
.service{
  font-size: 16px;
}
#link_vente{
  font-size: 24px;
  color: #fac082;
  text-decoration: underline;
}
.vente{
  margin: 40px 0;
}
.margin_neg{
  margin-bottom: -30px;
}
#center_button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
#center_button div{
  width: 300px;
  height: 100px;
  border:1px solid #fac082;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#center_button div a{
  transition: 0.2s;
  color:#3c3732;
  text-decoration: none;
}
#center_button div a:hover{
  color: #fac082;
}
.col-md-12.text-center ul li:first-child{
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
}
.col-md-12.text-center ul{
  padding:0;
}
/******************vente enchere************************/
#page-ventes-encheres .nav-pills li {
  width: 50%;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
#page-ventes-encheres .nav-pills>li+li {
  margin: 0;
}
#page-ventes-encheres .nav-pills>li>a, 
#page-ventes-encheres .nav-pills>li>a:focus, 
#page-ventes-encheres .nav-pills>li>a:hover {
  color: #3c3732;
}
#page-ventes-encheres .nav-pills>li.active>a, 
#page-ventes-encheres .nav-pills>li.active>a:focus, 
#page-ventes-encheres .nav-pills>li.active>a:hover {
  background: #fac082;
}
.col-sm-offset-2{
  display: flex;
}
#vente_button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#vente_button a{
  text-decoration: none;
}
#vente_button a div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    background-color: #ecf0f1;
    font-size: 26px;
    padding: 36px;
    transition: 0.4s;
    min-width:15vw;
    color: #252525;
}
#vente_button a:hover div{
  color: white!important;
  background-color: #95a5a6;
}
#vente_button span{
  font-size: 70px;
}
img.icon-pj {
  height: 30px;
  margin-right: 15px;
}
/******************condition**************************/
.num{
  font-size: 30px;
  margin-bottom: 25px;
}
/*************************contact*********************/
#contact{
  margin: 0 15px;
}
/******************************************plan d'acces*******/
#map_canvas {
    width: 90% !important;
    height: 500px !important;
    margin-left: 5%!important;
    border: 0 !important;
}
#plan_acces>p{
  margin-left: 65px;
}
.description{
  margin-left:85px;
}
.description h3{
  margin: 40px 0px;
}
.btn-default:not(.btn-file) {
    background-color: #fff1e3;
    border-radius: 3px;
    border: 0;
    padding: 10px;
}
.btn-default:not(.btn-file):hover {
    background-color: #d2d2d2;
    border-radius: 3px;
}
/*************************/
/*********CONTENT*********/
/*************************/
h1 span{
  position:absolute;
  top: -1200px;
}
/*************************/
/*********FOOTER***********/
/*************************/
a:hover {
  text-decoration:none;
}
.bottom-round{
  display: flex;
  justify-content: space-around;
}
#pre-bottom {
  background: #fac082;
  padding: 30px 0;
  margin-top: 50px;
}
#pre-bottom h2,{
  color: white;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
#pre-bottom .row span{
  text-align: center;
  color: white;
  display: block;
}
.col-xs-1.custom-col-9 a:hover{
  color: #252525;
}
#pre-bottom .row span.profession-icone {
  height: 70px;
  width: 70px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid white;
  margin-bottom: 15px;
  font-size: 35px;
    padding-top: 15px;
    box-shadow: 0 0 0 rgba(255,255,255, 0.4);
    animation: none;
}
#pre-bottom .row span.profession-libelle {
  font-size: 13px;
}
#pre-bottom .row a span {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}
#pre-bottom .row a:hover span.profession-icone {
  background: white;
  color: rgb(103, 103, 103);
  animation: pulse 1.5s infinite;
}
#pre-bottom .row a:hover span.profession-libelle{
  color: rgb(103, 103, 103);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
      box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
footer{
  height: 7vh;
  overflow: hidden;
}
.col-lg-12{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.col-lg-12 li{
  float:left;
}
.col-lg-12 a{
  text-decoration: none;
  color: #252525;
}/*
#pre-bottom{
  background-color: #ecf0f1;
  padding: 25px 15px;
}
#pre-bottom span{
	font-size: 25px;
	margin:50% 0;
}
#pre-bottom ul{
  padding-left:0;
  padding-top: 15px;
}
#pre-bottom .row div p:first-child{
font-size: 16px;
color:#252525;
font-weight: 600;
}*/
.list_horaire p{
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
}
.col-md-5 .col-md-6{
  padding: 0;
}

#module-Actualite .card {
  border: 1px solid #ccc !important;
  margin: 15px 0 !important;
  display: inline-block !important;
  width: 100% !important;
}

/***************enchere***************/
#detail{
  margin: 25px;
}
/*************************/
/*********MODULES*********/
/*************************/

/*--------------------MODULE COMPETENCE----------------------*/
/*----------------------------------------------------------*/
/*Personnalise*/
#module_competence .tab-dropdown-menu {
  background: #f7f7f7;
}
/**/
#module_competence #competence_sidebar_overlay h2,
#module_competence .color-site,
#module_competence label,
#module_competence button,
#module_competence #result_km p {
  color: #BB241C;
}
/*couleur des liens des missions*/
#module_competence #competence_tabs a {
  color: #bd3850;
}
#module_competence .border-color-site, #module_competence .btn  {
  border-color: #BB241C !important;
}
#module_competence #competence_tabs .nav-tabs >li.active:hover a,
#module_competence #competence_tabs .nav-tabs >li.active a {
  background-color: #BB241C;
}
/*fond ville resultat survol */
#module_competence .typeahead.dropdown-menu>.active>a,
#module_competence .typeahead.dropdown-menu>.active>a:focus,
#module_competence .typeahead.dropdown-menu>.active>a:hover {
  background-color: #BB241C;
}

#module_competence #result_km p:before {
  border-color: transparent transparent transparent #BB241C;
}

/*Petite fleche tab active*/
#module_competence #competence_tabs .nav-tabs >li.active a:after {
  border-color: #BB241C transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  #module_competence #competence_tabs .nav-tabs >li.active a:after {
    border-color: transparent transparent transparent #BB241C;
  }
}

/*Zone de competence*/

.zone_verte {
  color:#08c91b !important;
}
.zone_orange {
  color:#c99f08 !important;
}
.zone_rouge {
  color:#AD2828 !important;
}
.bg-site-zone-1 {
  /*background-color: rgba(130, 107, 138, 0.75);*/
  background-color:#08c91b !important;
}
.bg-site-zone-2 {
  /*background-color: rgba(130, 107, 138, 0.55);*/
  background-color:#c99f08 !important;
}
.bg-site-zone-3 {
  /*background-color: rgba(130, 107, 138, 0.25);*/
  background-color:#AD2828 !important;
}
/*-------------FIN MODULE COMPETENCE------------------*/
/*--------------------------------------------------*/




/*-----------------------STEPS-----------------------*/
/*--------------------------------------------------*/

#steps li.done a .number {
  background-color: rgba(224, 7, 18, 0.5);
  color: #fff;
}
#steps li.current {
  color: #000;
}
#steps li.current .number {
  background-color: #e00712;
  border-color: #e00712;
  color: #fff;
}
#steps li.disabled .number {
  background-color: #eee;
  color: #aaa;
}
legend {
  color: #337ab7;
}
@media only screen and (min-width:768px) {
  #steps li .number:after {
    background-color: #ddd;
  }
  #steps li.current .number:after {
    background-color: #e00712;
  }
  #steps li.current .number:before {
    background-color: rgba(224, 7, 18, 0.5);
  }
  #steps li.done a:hover .number,
  #steps li.done a:active .number {
    background: #e00712;
    color: #fff;
  }
  #steps li.done span.number:after {
    background-color: rgba(224, 7, 18, 0.5);
  }
}

/*************************/
/*********RESPONSIVE******/
/*************************/

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 320px) {
}
@media only screen and (min-width : 480px) {

}
@media only screen and (min-width: 768px) {
  h1, h2, h3{
    text-align:left;
  }
  .navbar-nav>li {
    float: left;
    background: rgba(0,0,0,0.7);
    margin-top: 9px;
  }
  .navbar-nav>li:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .navbar-nav>li>a {
    padding: 6px 20px 5px 20px;
    color: #bdc3c7 !important;
  }
  .navbar-nav>li>a:hover {
    color: white !important;
  }
}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width : 1200px) {

}
/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1199px) {

}
@media only screen and (max-width : 991px) {
  #background{
    height: auto !important;
  }
  .col-md-4 .titre {
    margin-bottom: 0px;
    margin-top: 100px;
  }
  .col-md-4 .titre h2{
    font-size: 30px;
  }
  .col-md-4 .titre img{
    width:20px;
  }
  #logo-home {
    margin: 170px 0 0px 0;
  }
  #logo-page {
    margin: 70px 0 0px 0;
  }
}

@media only screen and (max-width : 767px) {
footer{
  height: auto;
}
  #center_button{
    flex-direction: column;
    text-align: center;
  }
  #vente_button{
      flex-direction: column;
    text-align: center;
  }
  #vente_button a{
    width: 100vw;
  }
  p{
    margin: 0 5px;
  }
  #bandeau{
    padding-left: 0px;
  }
  .bouton{
    display: none;
  }
    .menu a {
    display: none;
  }
  .change{
    visibility: visible;
    max-width: 150px;
  }
  .change a {
    color: #252525 !important;
    font-size: 18px;
  }
  .visible{
    display: block!important;
  }
  .navbar-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbar-header {
    text-align: center;
  }
  .top{
    width: 100%;
    margin:0;
    position: fixed;
    background: white;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .burger {
      display: inline-block;
      margin-left: auto !important;
      margin-right: auto;
      float: none;
      padding: 17px 13px;
  }
  .nav>li {
    position: relative;
    display: block;
    margin: auto;
    max-width: 100% !important;
  }
  /*Formulaires responsive avec tableau*/
  form table {
    width: 95% !important;
  }
  form table a {
    display: block;
    float: none !important;
  }
  table:after {
    display: block;
    clear: both;
    content: "";
  }
  .col-lg-12{
    flex-direction: column;
  }

  form table input[type="text"],
  form table input[type="file"],
  form table select,
  form table textarea {
    width: 90% !important;
    float: none !important;
    display: block;
  }
  form table,
  form table tbody,
  form table tr,
  form table td {
    display: block;
    width: 100% !important;
    padding: 0;
    clear: both;
    height: auto;
  }
  form table td {
    text-align: left !important;
    padding-left: 2.5% !important;
  }
  .rubrique {
    height: auto !important;
  }
  /*Correctif*/
  #list_com table#tab_comp,
  #list_com table#tab_comp tbody,
  #list_com table#tab_comp tr,
  #list_com table#tab_comp td {
    width: 100% !important;
    display: block;
  }
  #s_com {
    width: 100% !important;
  }
}
@media only screen and (max-width : 479px) {
  .col-md-4 .titre a {
    font-size: 26px;
  }
  #map_canvas{
    width: 100% !important;
    margin-left: 0% !important;
  }
  #logo-home {
    margin: 90px 0 0 0;
  }
  .description p {
    text-align: center;
  }
  .description{
    margin-left:0px;
  }
  .form_extranet div {
    width: auto !important;
  }
  #rond svg path{
    stroke:white;
  }
  #rond hr{
    background-color: white;
  }
  #rond h1{
    font-size: 18px;
  }
  #rond h2{
    font-size: 16px;
  }
  #rond h3{
    font-size: 12px;
  }
}
@media only screen and (max-width : 479px) and (max-height : 699px) {
  #logo-home {
    margin: 90px 0 0 0;
  }
}