.search-container {
	width: 60%;
	margin: 0 auto;
	background: #810f01;
}

#ad_search select{
	width: 100% !important;
}

.libelle {
	font-weight: bold;
	padding-top: 5px;
	font-size: 12px;
}
#first_choice{
	position: relative;
}

#cases {
	margin-top: 20px;
}

#cases label {
	font-weight: inherit;
}

#submit_ad_search {
	color: #fff;
	background-color: #424242;
}

#submit_ad_search:hover{
	color: #fff;
	background-color: #810f01;
}

.db_document{
	padding-top: 20px;
	
}

.db_document_all{
	//height: 1300px;
}

.db_document_bloc{
	height: auto;
    padding-bottom: 25px;
}

.db_document_bloc-ag{
	height: 245px;
    padding-bottom: 25px;
}

.db_donnee{
	padding-top: 28px!important;
}

.db_donnee-none{
	padding-top: 28px!important;
	height: 25px;
}

.db_donnee_bloc{
	height: 360px;
}

.db_graphe{
	//padding-top: 20px;
}

.db_graphe_bloc{
	height: 360px;
}

.search-av{
	padding-bottom: 100px;
}

.nav-tabs>li.active>a {
    color: #555!important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.annee{
	 padding-bottom: 25px;
	 padding-top: 25px;
	 font-size: 35px;
}

.societe{
	padding-top: 25px;
	text-decoration: underline;
	font-size: 18px;
}

.societe-red{
	padding-top: 25px;
	color: #e62f2f;
}

.societer{
	padding-top: 25px;
	padding-bottom: 25px;
}

.societe_only_data{

	   height: 330px;
}

.hr-year {

	margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 5px solid #e62f2f;
}


.hr-societe {

	margin-top: 0px;
    margin-bottom: 50px;
    border: 0;
    //border-top: 5px solid #fff;
    
}

.hr-societe-all {

	margin-top: 0px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #e8e8e8;


}

.resultat{
	color: #e62f2f;
	font-size: 18px;
}

.grafe{
	padding-bottom: 50px;
}

.grafe-titre{
	padding-top: 50px;
}

.registration-form .nav-tabs>li {
    padding-top: 20px;
}

.registration-form .nav-tabs>li>a {
	height: 100px;
	width: 300px;
	border-radius: 0;
	text-decoration: none;
    background-color: #810f01;
    color: #FFF;
    margin-right: 15px;
}



.registration-form .nav-tabs>li.active>a {
	color: #FFF!important;
	background-color: #810f01;
	border: 0;
	border-bottom-color: transparent;
	
}

.registration-form .nav-tabs>li.active>a, .registration-form .nav-tabs>li.active>a:hover, .registration-form .nav-tabs>li.active>a:focus {
	color: #810f01!important;
	background-color: #FFF;
}

.registration-form .nav>li>a:hover, .nav>li>a:focus {
	color: #FFF;
}

.registration-form .nav-tabs {
	border: 0;
}


.f1-buttons {
	margin-top: 20px;
	/*text-align: right;*/
}

.f1-buttons .btn {
	color: #424242;
	/* background-color: #810f01; */
	border-radius: 0;
	padding: 10px 30px;
}

.aide {
	padding: 10px;
    height: 250PX;
    /*box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.27);*/
    border: 1px solid #eee;
}

.option-inner {
	padding: 10px;
    border: 1px solid #eee;
}

.registration-form .checkbox {
	text-align: center;
}
.registration-form .checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	position: relative;
}

.registration-form .checkbox label {
	font-weight: 700;
}

.registration-form .select2-container .select2-selection--single{
	height: 34px;
}

.registration-form .select2-container{
	    width: 100%;
}

.registration-form .form-group label span{
	color: #810f01;
}

.recap-box {
    margin-left: 40px;
}

td .rbg {
	background-color: #810f01;
	color: #fff;
}


#p_resume {
	background-color: #810f01;
    color: #fff;
    padding: 10px;
}

.registration-form .cgv {
	margin-top: 25px;
}


.modal-fullscreen {
  /*background: transparent;*/
}
.modal-fullscreen .modal-content {
  /*background: transparent;*/
  border: 0;
 /* -webkit-box-shadow: none;
  box-shadow: none;*/
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

.modal-content {
	border-radius: 0 !important;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

.slick-dots li.slick-active button:before, .slick-dots li button::before  {
	color: #810f01 !important;
}
