@media (min-width: 1200px) {
  .container {
	width: 960px;
   }
}

html, body {
	font-family: Rubik, arial, sans-serif;
}

html.md-default-theme, html, body.md-default-theme { background-color: #FFFFFF; }

[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak {
	display: none;
}

/***** DEFAULT TAG */
h1,h2,h3 {color: #f53f2d; text-transform: uppercase;}
h1 { font-size: 32px; font-weight: 700; }
label {color: #494949; text-transform: uppercase;}
/** END DEFAULT TAG **/

.header {
	position: relative;
	color: #FFFFFF;
	background: #f53f2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f53f2d 25%, #ff8654 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f53f2d 25%,#ff8654 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f53f2d 25%,#ff8654 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53f2d', endColorstr='#ff8654',GradientType=0 ); /* IE6-9 */
}

.header .badgeAnniversary {
	/*background-image: url(/medias/img/badge_15ans.svg);*/
	background-repeat: no-repeat;
	height: 120px;
	width: 100px;
	position: absolute;
	top: 0;
	left: -120px;
	/*box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);*/
}
.badgeAnniversary img {
	-webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .2));
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .2));
}

.header .blocLogo {margin-top: 15px; margin-bottom: 15px;}
.header .blocLogo img {margin-bottom: 10px;}
.header .blocLogo .baseline {font-style: italic; font-size: 18px;}
.header .modal {color: #494949;}
.header .blocLogo a.login-button, .header .blocLogo button.login-button {
	margin-top: 30px; 
	font-size: 16px; 
	background-color: transparent; 
	border: 1px solid #FFFFFF;
	padding: 10px 15px;
	border-radius: 5em;
	text-transform: uppercase;
	transition: all 300ms ease;
	text-align: center;
	display: block;
}
.header .blocLogo a.login-button:hover, .header .blocLogo button.login-button:hover, .header .register-button:hover {background-color: #FFFFFF; color: #f53f2d; transition: all 500ms ease; text-decoration: none;}
.header .blocLogo a.login-button, .header .blocLogo button.login-button {color: #FFFFFF;}
.header .blocLogo a.logged, .header .blocLogo button.logged {text-transform: none;}
.header .register-button {
	width: 100%;
	margin-top: 15px; 
	font-size: 16px; 
	background-color: transparent; 
	border: 1px solid #FFFFFF;
	padding: 10px 15px;
	border-radius: 5em;
	text-transform: uppercase;
	transition: all 300ms ease;
	text-align: center;
	display: block;
}

.header .blocLogo .btn-group ul {width: 100%}

.header .navbar-default {
	border: 0 none;
	border-top: 1px solid #ffffff;
	border-radius: 0;
	background: transparent;
	color: #FFFFFF;
	margin: 0;
	box-shadow: none;
}
.header .navbar-default .navbar-collapse {padding: 0}
.header .navbar ul.navbar-nav {margin-bottom: 15px; display: inline-block; float: none; vertical-align: top;}
.header .navbar ul.navbar-collapse {text-align: center;}
.header .navbar li {min-width: 125px; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.4); margin-top: 15px;}
.header .navbar li:last-child {border-right: none;}
.header .navbar li a {color: inherit; text-transform: uppercase; font-size: 20px; transition: all 300ms ease; padding-top: 5px; padding-bottom: 5px;}
.header .navbar li.active a { font-weight: 500; }
.header .navbar li a:focus, .header .navbar li a:hover {color: #053654; transition: all 500ms ease;}
.header .navbar-default .navbar-nav > .active > a {background: transparent; color: #FFFFFF; position: relative;}
.header .navbar-default .navbar-nav > .active > a:after {
	display: inline-block;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 5px);
}
.header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .open > a { box-shadow: none; }

.navbar.cotateurs {
	border: 0 none;
	border-radius: 0;
	border-bottom: 1px solid #ff8654;
	background: none;
	box-shadow: none;
}
.navbar.cotateurs .navbar-header { font-style: italic; }

.navbar.cotateurs .navbar-brand, .navbar.cotateurs li a {color: #ff8654; position: relative; font-size: 16px;}
.navbar.cotateurs li a { padding-left: 30px; padding-right: 30px; }
.navbar.cotateurs li.active a {background: transparent; color: #ff8654; font-weight: bold;}
.navbar.cotateurs li.active a:after {
	display: inline-block;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ff8654;
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
}

.footer {
	color: #FFFFFF;
	background: #066b9a; /* Old browsers */
	background: -moz-linear-gradient(top,  #066b9a 0%, #053654 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #066b9a 0%,#053654 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #066b9a 0%,#053654 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066b9a', endColorstr='#053654',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
	font-weight: 300;
	margin-top: 30px;
}

.footer .navbar {background: #053654; margin: 0; border: 0 none; padding-bottom: 30px; font-size: 18px;}
.footer .navbar-brand, .footer .navbar-inverse .navbar-text, .footer .navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}
.footer .navbar-inverse .navbar-nav > li > a { padding: 15px 15px; }
.footer .navbar-inverse .navbar-nav > li.navbar-text { padding: 15px 30px; margin: 0; }
.footer .navbar-inverse .navbar-nav > li > a:hover {text-decoration: underline;}
.footer .navbar-brand {text-align: center; display: inline-block;}
.footer .navbar .navbar-nav { display: inline-block; float: none; vertical-align: top;}
.footer .navbar .navbar-collapse { text-align: center; margin-top: 15px; }
.footer p {margin-bottom: 15px;}
.footer a {color: inherit;}

#footer-nav li { padding: 0 5px; }

button.primary {
	color: #ffffff;
	font-weight: 700;
	background: #f53f2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f53f2d 25%, #ff8654 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f53f2d 25%,#ff8654 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f53f2d 25%,#ff8654 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53f2d', endColorstr='#ff8654',GradientType=0 ); /* IE6-9 */
	padding: .7em 1.2em;
	border: 0 none;
	text-transform: uppercase;
}
button.primary:disabled {background: rgba(100,100,100,.2); color: #999999;}
button.big {font-size: 16px;}
button.rounded {border-radius: 5em;}

/********* HOME PAGE **********/
#home-header {font-size: 24px; height: 240px; position: relative; text-align: left; width:100% !important; margin-bottom: 80px; padding-top: 30px; }
#home-header:after {
	content: '';
	display: block;  
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 60px solid #ff8654;
	border-right: 600px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 600px solid transparent;
}
#home-header h2 {text-transform: uppercase; color: #FFFFFF; font-weight: 700; font-size: 32px;}
#home-main {text-align: center; margin: 30px 0 60px; background: url(/medias/img/bg_chariots_home.png) no-repeat center 25px; background-size: contain;}
#home-main h2 {color: #f53f2d; text-transform: uppercase;}
#home-main .chariots, #cotation-form .chariots {padding: 0; margin: 30px 0;}
#home-main chariots > div, #cotation-form .chariots > div {text-align: center;}
#home-main .chariots > div  span {display: block; color: #494949; text-transform: uppercase; font-weight: bold;}
#home-main .chariots > div  span.thumb, #cotation-form .chariots > div  span.thumb {min-height: 120px; position: relative; line-height: 120px; margin-bottom: 10px;}
#home-main .chariots > div  span.thumb img, #cotation-form .chariots > div  span.thumb img  {vertical-align: bottom;}
.chariots .chariot {transition: background-color 300ms; padding-top: 5px; padding-bottom: 5px;}
.chariots .chariot:hover, .chariots .chariot.active {background-color: rgba(59, 197, 254, 0.15); color: #FFFFFF; border:1px solid #31b4fb; border-radius: 10px; padding-top: 4px; padding-bottom: 4px;} .chariots { margin: 30px 0 80px; max-width: 100%; overflow: auto;}
.chariots .wrapper .chariot {width: calc(100% / 6); float: left;}
#cotation-form {z-index: 1;}
#cotation-form .chariots {margin-bottom: 60px;}
#cotation-form .chariots label > span {color: #494949; font-weight: bold; font-size: 14px; text-transform: uppercase; line-height: 200%; display: block; cursor: pointer;}

#home-footer { position: relative; width:100% !important;}
#home-footer:before {
	content: '';
	display: block;  
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: -60px;
	width: 0;
	height: 0;
	border-bottom: 60px solid #066b9a;
	border-right: 600px solid transparent;
	border-top: 0 solid transparent;
	border-left: 600px solid transparent;
}
#home-footer h2 {text-align: center; margin-bottom: 30px; color: #FFFFFF;}
#home-footer .links {margin-top: 15px; margin-bottom: 15px;}
#home-footer .links .col-md-3 {text-align: center;}
#home-footer .links a {display: block; color: #FFFFFF; font-size: 18px; margin: 15px 0; font-weight: bold;}
#home-footer i {border-radius: 5em; background-color: #FFFFFF; color: #f53f2d; padding: .5em; font-size: 48px;}
#home-footer .container { border-bottom: 1px solid #44687f; }
#home-footer .actu { padding-bottom: 30px; margin: 30px 0; border-bottom: 1px solid #5397b6; }
#home-footer .actu h2 { text-align: left; margin-top: 15px; }
#home-footer .actu h3 { color: #FFFFFF; text-transform: initial; }


/* FORMULAIRE COTATION */
#cotation-form.active { background: url(/medias/img/bg_search.png) no-repeat center 30px; background-size: contain;}
#cotation-form .col-md-4 {min-height: 90px;}
#result-cotation .jumbotron {
	background: #066b9a; /* Old browsers */
	background: -moz-linear-gradient(top,  #066b9a 0%, #053654 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #066b9a 0%,#053654 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #066b9a 0%,#053654 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066b9a', endColorstr='#053654',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
#result-cotation .jumbotron .lead { font-size: 20px; padding: 20px; margin: 0; }
#result-cotation .jumbotron h1 {
	color: #ffffff;
	background: #f53f2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f53f2d 25%, #ff8654 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f53f2d 25%,#ff8654 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f53f2d 25%,#ff8654 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53f2d', endColorstr='#ff8654',GradientType=0 ); /* IE6-9 */
	padding: 50px 15px;
	border: 0 none;
	text-transform: uppercase;
	border-radius: 10px;
	margin: 0; font-size: 48px; text-align: center;
	font-weight: 500;
}
#result-cotation .jumbotron h1 small { color: #FFFFFF; }
#result-cotation .tools { list-style-type: none; padding-left: 0; }
#result-cotation .tools > li > a {
	color: #494949;
	font-weight: 700;
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 25%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 25%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 25%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	padding: .7em 1.2em;
	border: 0 none;
	text-transform: uppercase;
	border-radius: 5em;
	display: block;
	margin: 15px 0;
	text-align: center;
}

/* FAQ */
.questions.list-group {
	box-shadow: none;
	background: #c9dae9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c9dae9 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c9dae9 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#c9dae9 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9dae9',GradientType=0 ); /* IE6-9 */
	color: #333333;
	border-radius: 10px;
}
.list-group-item-info {
	background: none;
	border: 1px solid #afb8c0;
}
.list-group-item:last-child { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.list-group-item:first-child { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.questions.list-group a { color: #333333; }
a.list-group-item-info:focus, a.list-group-item-info:hover { color: #053654; }
.faq .question p {margin: 0;}
.faq .question a {color: inherit;}
.faq.title { font-size: 16px; font-weight: bold; color: #f53f2d; border-top: 1px solid #afb8c0; margin-top: 15px; padding-top: 10px; }
.faq .link.small { padding-top: 10px; font-size: 14px; margin-left: 30px; }
.faq .link.small a {
	color: #494949;
	font-weight: normal;
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 25%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 25%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 25%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	padding: 5px 15px;
	border: 0 none;
	border-radius: 5em;
	display: block;
	text-align: center;
	white-space: nowrap;
	display: block;
}
.footnotes {
	border-top: 0px solid #afb8c0;
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 25%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 25%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 25%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	margin-top: 30px;
	padding: 15px;
}

/* IMPORT COTATION */
#import-cotation .panel {background-color: #ECEFF1;}
#import-cotation .panel h3 {margin-top: 0; margin-bottom: 20px;}
#import-cotation .panel ul {list-style: none; padding: 0;}

/* Remplacez votre chariot */
.resultPanel {
	background: #066b9a; /* Old browsers */
	background: -moz-linear-gradient(top,  #066b9a 0%, #053654 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #066b9a 0%,#053654 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #066b9a 0%,#053654 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066b9a', endColorstr='#053654',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	padding: 0;
	border-radius: 10px;
	border: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.resultPanel #result {
	font-size: 20px;
	font-weight: 500;
}
.resultPanel #result .lead { font-size: 20px; padding: 20px; margin: 0; }
.resultPanel #result h1 {
	color: #ffffff;
	background: #f53f2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f53f2d 25%, #ff8654 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f53f2d 25%,#ff8654 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f53f2d 25%,#ff8654 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53f2d', endColorstr='#ff8654',GradientType=0 ); /* IE6-9 */
	padding: 30px 15px;
	border: 0 none;
	text-transform: none;
	border-radius: 10px;
	margin: 0; font-size: 24px; text-align: left;
	font-weight: 500;
}

.alert { font-size: 16px; color: #494949; }
.alert.alert-danger {
	background-image: linear-gradient(to bottom, #E25041 0px, #B8312F 100%);
	background-repeat: repeat-x;
	border: none;
	color: #FFFFFF;
}
.alert.alert-warning {
	background-image: linear-gradient(to bottom, #F7DA64 0px, #FAC51C 100%);
	background-repeat: repeat-x;
	border: none;
}
.alert.alert-success {
	background-image: linear-gradient(to bottom, #61BD6D 0px, #41A85F 100%);
	background-repeat: repeat-x;
	border: none;
	color: #FFFFFF;
}

/* article */
article ul { margin: 15px 15px 15px 30px; padding-left: 0px; list-style: none; position: relative; }
article ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	position: absolute;
	left: -10px;
	margin-top: 3px;
}
.navSubLevels { margin: 0; padding-left: 0px; list-style: none; position: relative; }
.navSubLevels > li { margin: 10px 0; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 5px; padding: 10px 30px; }
.navSubLevels > li > a { font-size: 18px; color: #f53f2d; text-transform: uppercase; }
.navSubLevels > li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f192";
	position: absolute;
	left: 15px;
	margin-top: 6px;
	color: #f53f2d;
}
.navSubLevels ul { margin-left: 30px; padding-left: 0; list-style: none; }
.navSubLevels ul li { margin: 0; }
.navSubLevels ul li > a { color: #494949; }
.navSubLevels ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
	position: absolute;
	margin-left: -15px;
	margin-top: 4px;
	color: #494949;
}

.back {
	display: inline-block;
	border-radius: 5em;
	color: #FFFFFF;
	font-size: 14px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f53f2d 25%, #ff8654 100%) repeat scroll 0 0;
	border: 0 none;
	font-weight: 500;
	padding: 0.4em 0.8em;
	margin-top: 15px;
	text-transform: uppercase;
}
.back:hover, .back:focus { color: #FFFFFF; }

.paragraphLevel1 { color: #053654; padding-bottom: 10px; border-bottom: 1px solid #053654; font-size: 16px; font-weight: 500; text-transform: uppercase; margin: 25px 0 15px 0; }

md-input-container label, md-select-value {color: #053654;}
md-select, md-input-container {margin: 0;}
md-input-container md-select-value { text-transform: uppercase; font-weight: 700; margin-bottom: 5px; }
md-input-container md-select-value span { margin-bottom: 5px; }
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
	-webkit-transform: translate3d(0, 6px, 0) scale(0.9);
	transform: translate3d(0, 6px, 0) scale(0.9);
}
md-input-container.md-icon-float.md-input-focused label, md-input-container.md-icon-float.md-input-has-value label {
	  -webkit-transform: translate3d(0, 6px, 0) scale(0.9);
			  transform: translate3d(0, 6px, 0) scale(0.9);
	  transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
	  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s; } 
md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off { border-color: #f53f2d; }
md-radio-button.md-default-theme .md-on, md-radio-button .md-on { background-color: #ff8654; }
md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder, md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder {
	color: #494949;
}


#register-rgpd-group label { font-size: 12px; font-weight: normal; text-transform: none; }


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
