/*******************
 * Global
 * Header
 * Navbar main
 * Page Login
 * Page Home
 * Modals 
 *******************/


/*******************
 * Global
 *******************/
html{
	height: 100%;
}
body{
	min-height: 100%;
	position: relative;
	padding-bottom: 80px;
	font-family:"Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium", sans-serif;
}

header{
	background-color:#FFFFFF;
}

.topbar{
	padding:0 30px;
	margin-bottom: 10px;
}

.topbar > li {
	display:inline-block;
	margin: 5px 10px;
	margin-bottom: 0;
	font-size: 12px;
}

.help-block{
	font-size: 14px;
}

ul{
	color: #6d747c;
	font-size: 16px;
}

/*******************
 * Footer
 *******************/
.footer{
	width:100%;
	position: absolute;
	bottom: 0;
	background-color:rgb(51,51,51);
	color:#fff;
	min-height:50px;
	font-size:14px;
	z-index:10;
}

.menu-footer > li {
	display:inline-block;
	border-left: solid #FFF 1px;
	padding:0 10px 0 10px;
}

#copyright {
	border:none;
	position:relative;
	margin-left:30px;
	font-size:16px;
}

.footer a{
	color: #FFFFFF;
}

.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.toolbar-lining ul{
	font-size: 14px;
}

/*******************
 * Header
 *******************/
.user-nav{
	padding-top: 10px;
}

.user-nav a{
	color: #666;
}

.user-nav a:hover{
	text-decoration: underline;
}
.info-spec{
	float:right;
	margin-top:20px;
	margin-bottom:5px;
	padding-right:15px;
	font-size:14px;
	font-family:'Arial', sans-serif;
	color:#494e53;
}

.btn-mes-achats{
	background-image: url('/themes/custom/comets/images/bg_btn.png');
	background-position: center;
	background-repeat: no-repeat;color:#FFFFFF;
	line-height: 48px;
	font-size: 18px;
	width: 100%;
	padding: 0px;
}

.btn-select{
	border-radius:5px;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	display: block;
}

@media(max-width: 991px){
	.info-spec{
		max-width: 60%;
	}

	.table.liste-de-pneus-table thead th{
		padding: 15px;
		font-size: 14px;
	}

	table.liste-de-pneus-table tbody tr td{
		padding: 15px;
		font-size: 14px;
	}
}

[data-action="selectPneu"].btn-color.disabled{
	background-color: #5cb85c;
	border-color: #4cae4c;
}

/*******************
 * Table
 *******************/
.table>thead>tr>th{
	vertical-align: inherit;
}

table.liste-de-pneus-table thead th{
	padding: 10px 5px;
	font-size: 14px;
}

table.liste-de-pneus-table tbody tr td,
table.liste-de-pneus-table tbody tr td p{
	padding: 15px;
	font-size: 14px;
}

/*******************
 * Media
 *******************/
.media img{
	max-width:none !important;
}

/*******************
 * Navbar main
 *******************/
.navbar-main{
	margin-bottom: 0;
	background-color: white;
	border-radius: 0;
	/*border-bottom: 8px solid #95ae30;*/
}

.navbar-main .navbar-nav{
	margin: 0;
}

.navbar-main .nav>li{
	padding: 30px 0px;
	margin-left: -4px;
}

.navbar-main .nav>li>a{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color:rgb(3, 24, 36);
	padding: 0px 30px;
}

.navbar-main .navbar-toggle{
	border-color: #FFFFFF;
}

.navbar-main .navbar-toggle .icon-bar{
	background-color: #FFFFFF;
}

.navbar-main .navbar-collapse .nav>li:hover,
.navbar-main .navbar-collapse .nav>li>a:focus,
.navbar-main .navbar-collapse .nav>li>a:hover,
	/* .navbar-main .navbar-collapse .nav>li.dropdown:hover,
    .navbar-main .navbar-collapse .nav>li.dropdown>a:focus,
    .navbar-main .navbar-collapse .nav>li.dropdown>a:hover, */
#navbarMainCollapse .dropdown.hovered{
	background-color:white;
	color: rgba(17,17,17,.5);
}

#navbarMainCollapse .dropdown.hovered a{
	color: rgba(17,17,17,.5);
}

.navbar-main .navbar-nav>li{
	cursor: pointer;
}

.navbar-main .navbar-nav>li.active{
	background-color:white;
	color: rgba(17,17,17,.5);
}

#navbarMainCollapse .dropdown-wrapper{
	display: none;
	position: absolute;
	padding: 15px 45px;
	background-color: #9BBB59;
	color: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
}

.dropdown-wrapper a{
	color: #FFFFFF;
}

.dropdown-content{
	display: none;
}

.dropdown-wrapper .navblock{
	border-left: 2px solid #FFFFFF;
	padding-left: 5px;
}

.dropdown-wrapper .navblock .title{
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdown-wrapper .navblock ul.articles{
	list-style-type: none;
	padding: 0;
	margin-left: 15px;
}

.dropdown-wrapper .navblock ul.articles>li{
	font-size: 14px;
}

.dropdown-wrapper .hg-article{
	margin-top: 15px;
	background-color: #e6e6e6;
	padding: 10px 5px;
	color: #333;
}

.dropdown-wrapper .hg-article a{
	color: #000;
}

@media (min-width: 768px){
	#navbarMainCollapseMobile.navbar-collapse.collapse{
		display: none !important;
	}

	#navbarMainCollapse{
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}

	#navbarMainCollapse .navbar-nav{
		float: none;
		text-align: center;
	}

	#navbarMainCollapse .navbar-nav>li{
		display: inline-block;
		float: none;
		font-size: 16px;
	}

	.navbar-main .nav>li>a{
		border-right: 2px solid rgb(142,169,32);
	}

	.navbar-main .nav>li:last-child>a{
		border-right: 0;
	}
}

/*******************
 * Page Login
 * Page Mdp oublié
 *******************/
/* .login-body{	
	background-image:url('/themes/custom/comets/images/brd/Backgrouand.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding-bottom: 50px;
} */
#carouselLogin{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -99;
}

#carouselLogin .carousel-inner,
#carouselLogin .carousel-inner img{
	width: 100%;
	height: 100%;

}

@media (max-width: 768px){
	/* 	.login-body {
        background-image: none;
        background-color: #FFFFFF;
    } */
	.#carouselLogin{
		display: none;
	}
}

.login-form-container {
	margin-top:60px;
	margin-bottom:220px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
	padding-right:40px;
	background-color:white;
	border-radius:10px;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

@media (max-width: 768Px) {
	.login-form-container {
		padding-left:0;
		padding-right:0;
	}
}

#user-login-form,
#user-pass{
	margin-bottom: 50px;
}

#user-pass p{
	font-size: 16px;
}

#user-login-form .form-control,
#user-login-form .form-control:focus,
#user-pass .form-control,
#user-pass .form-control:focus{
	border-color: transparent;
}

#user-login-form .form-group,
#user-pass .form-group{
	margin-bottom:22px;
}

#user-login-form .form-group a,
#user-pass .form-group a{
	font-family:"Avenir LT Std 35 Light", sans-serif;
	margin-top: 5px;
	display: block;
	font-size:18px;
	padding:8px 0 5px 5px;
	color:#333;
	/* 	font-weight: bold; */
	text-align: right;
	text-decoration: underline;
}

#user-login-form .form-control,
#user-pass .form-control{
	background-color:rgba(204,204,204,0.5);
	height:45px;
	border-radius:10px;
	font-size:18px;
}

#user-login-form .form-actions,
#user-pass .form-actions{
	float: none;
	margin-top: 0;
}

.login-form-container .btn-block,
#user-login-form .form-actions input[type="submit"],
#user-pass .form-actions input[type="submit"]{
	background-color:rgb(142,169,32);
	height:auto;
	line-height: normal;
	border-radius:10px;
	font-size:20px;
	color:white;
	float: none;
	width: 100%;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.login-form-container label{
	font-family:"Avenir LT Std 35 Light", sans-serif;
	font-size:18px;
	padding:8px 0 5px 5px;
}

::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }


/*******************
 * Page Home
 *******************/
.intro-title{
	color:#D30B0B;
	font-size:24px;
}

.intro-text{
	font-size: 16px;
	margin-bottom: 25px;
}

.intro-placeholder{
	height: 20px;
}

.home-nav-block{
	background-color: #e6e6e6;
	padding: 15px;
	margin-bottom: 15px;
}

.home-nav-block a{
	display: block;
}

.home-nav-block img{
	height: 57px;
	width: auto;
}

.home-nav-block h5{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

#carouselHome .carousel-inner img{
	width: 100%;
}

/*******************
 * Page Rubrique, 
 * Page Sous rubrique
 *******************/
.section-title{
	margin-bottom: 45px;
}

.rubrique-block{
	padding: 5px 15px 30px;
	margin-bottom: 45px;
	margin-left: 15px;
	margin-right: 15px;
	background-color:#e6e6e6;
	position: relative;
	min-height: 115px;
	-moz-box-shadow: 3px 3px 5px 0px #656565;
	-webkit-box-shadow: 3px 3px 5px 0px #656565;
	-o-box-shadow: 3px 3px 5px 0px #656565;
	box-shadow: 3px 3px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.rubrique-block{
	display: block;
}

a.rubrique-block{
	color: #000000;
}

.rubrique-block h4{
	color: #000000;
	margin-bottom: 14px;
}

.rubrique-block h4.fronted{
	color:#ed1c24;
}

.rubrique-block .img-fronted{
	position: absolute;
	bottom: 30px;
	right: 15px;
}

.rubrique-block p,
.rubrique-block a{
	color: #000000;
	font-size: 14px;
}

.rubrique-block h4 a{
	font-size: 20px;
}


/*******************
 * Page BRD Article, 
 * Page Formation
 *******************/
.brd-article-attachments{
	margin-top:10px;
}

.brd-article-attachments .block-docs{
	border-color: #e1261c;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin-top:30px;
	min-height: 100px;
}

.brd-article-attachments .block-docs .title{
	margin-top: 0px;
	color: #333;
	margin-bottom: 10px;
}

.brd-article-attachments .block-docs .docs a{
	display: block;
	margin-left: 15px;
}


.brd-article-attachments table.block-contact{
	border-spacing: 30px;
	border-collapse:separate;
	margin-left:-15px;
	margin-right:-15px;
}

.brd-article-attachments table.block-contact .wrapper-c2a{
	background-color:#e1261c;
	color: white;
	font-weight:bold;
	font-size:16px;
}

.brd-article-attachments table.block-contact .wrapper-c2a button{
	background-color:#e1261c;
	color: white;
	border: none;
	width: 100%;
	height: 100%;
}

.brd-article-attachments table.block-contact .wrapper-input{
	border:1px solid #e6e6e6;
	color: black;
	font-weight:bold;
	font-size:16px
}

.brd-article-attachments table.block-contact .wrapper-send{
	background-color:#e6e6e6;
	border:1px solid black;
	color:black;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
}


/**
 * Ckeditor
 */
.align-left {
	margin-right: 30px;
}
.align-right {
	margin-left: 30px;
}

article.contextual-region ul{
	display: inline-block;
}


/*******************
 * Modals
 *******************/
#quizModal .modal-dialog{
	width: 860px;
}

.cgu_style{
	color: rgb(142,169,32) !important;
	text-decoration: underline;
}

.photo-description{
	font-size: 12px;
	margin-top: -10px;
}


/*span:last-child, div:last-child {
	display: none;
	opacity: 0;
  }*/

.CookieDeclaration{
	display: none;
}

.table-button{
	cursor:pointer !important;
	font-family: "Avenir LT Std 35 Light", "Avenir LT Std 45 Book", "Avenir LT Std 55 Roman", "Avenir LT Std 65 Medium", sans-serif;
	color: #333;
	font-weight:normal;
	text-decoration: underline;
	font-size:14px;
}

#wait{
	display:none;
	margin-left: 47%;
}

.pression-bars{
	text-align: left;
	font-weight: bold;
	margin-top: 32px;
}

.garanties-text-confirm{
	text-align: center;
	margin-top: 35px;
	font-weight: bold;
	color: #000;
}

.float-right{
	float:right;
}

.text-center{
	text-align:center !important;
}

.dropdown-wrapper{
	display: none !important;
}

section{
	/*background: url('sites/default/files/2019-06/Ecran-de-connexion-garantie_1.png') no-repeat center center fixed;*/
	background: #eee !important;
	background-size: cover;
	padding-bottom: 250px !important;
	/*z-index:1;*/
}

.top-header-content {
	float: right;
}

.top-header-content > div {
	padding-left: 15px;
	float: left;
}

.top-header-content .top-header-lang {
	position: relative;
	padding-left: 20px;
	top: 2px;
}

.top-header-content .top-header-social {
	position: relative;
	top: 2px;
	padding-left: 10px;
}

.top-header-content .top-header-social ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.header-container ul, .footer-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-header-content .top-header-social ul li a {
	display: inline-block;
	fill: currentcolor;
	color: #999;
}

.top-header-content .top-header-lang select#lang_choice_polylang-4 {
	font-size: 14px;
	font-weight: 700;
	color:#999999;
	border: none;
	margin: 0;
	box-shadow: none;
	padding: 0;
}

.top-header-content .top-header-link a {
	color:  #95ae30;
}

.custom-claim h3 {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 22px;
	line-height: 1.1;
	color: #111;
	text-transform: none;
}


.top-header-social ul, .footer-container ul {
	list-style: none;
}

.top-header-content .top-header-social ul li {
	padding-left: 10px;
}

.btn-selection-pneus{
	display:none !important;
}

.blog-company-banner {

	padding-top: 40px;
	padding-bottom: 40px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-image: url('//pro.bridgestone-agriculture.fr/themes/custom/comets/images/background-footer.jpg');

}