.navbar {
	border-radius:0px;
	margin-bottom:0px;
	margin-left:-15px;
	margin-right:-15px;
}

#leftNav1, #leftNav2 {
	border-radius:0px;
	margin-bottom:0px;
	margin-left:-15px;
	margin-right:-15px;
}

#leftNav1 .panel, #leftNav2 .panel {
	margin-bottom:0px;
	border: 0px;
	border-radius:0px;
}

#leftNav1 .panel .list-group-item, #leftNav2 .panel .list-group-item {
	border:0px;
	background-color:#222;
}
#leftNav1 .panel .active, #leftNav2 .panel .active {
	background-color:#000;
}
#leftNav1 .panel .list-group-item li a:hover, #leftNav2 .panel .list-group-item li a:hover {
	color:white;
}
#leftNav1 .panel .list-group-item:first-child, #leftNav1 .panel .list-group-item:last-child,
#leftNav2 .panel .list-group-item:first-child, #leftNav2 .panel .list-group-item:last-child {
	border-radius:0px;
}

#leftNav1 .panel a.list-group-item, #leftNav1 .panel button.list-group-item,
#leftNav2 .panel a.list-group-item, #leftNav2 .panel button.list-group-item{
	color:#9d9d9d;
}

#leftNav1 .panel a.list-group-item:hover, #leftNav1 .panel a.active,
#leftNav2 .panel a.list-group-item:hover, #leftNav2 .panel a.active{
	color:#fff;
}

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../../typo/futura_bk_bt_book-webfont.woff2') format('woff2'),
         url('../../typo/futura_bk_bt_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	/*font-family: futura_bk_btbook, webdings, Lato,helvetica,arial,sans-serif;*/
	font-family: 'nunito sans', /*webdings, */helvetica,arial,sans-serif;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	background-color: #fff;
}
a:hover
{
	opacity: 0.7;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
a {
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none!important;
}

#zone-a{
	background-color: #fff;
	text-align:center;
	position:fixed;
	z-index:200;
}

#zone-b{
	background-color: #301a40;
	margin-top: 106px;
	margin-top: 0px;
	padding-top: 106px;
	/*position: fixed;*/
}

#zone-c{
	background-color: #fff;
	/*margin-top:calc(304px + 106px);*/
}

#main-zone{
	background-color: #fff;
}

#zone-d {
	background-color:#fff;
}

#zone-e {
	background-color:#fff;
}

#zone-f {
	background-color:#fff;
}

#zone-g{
    background-color: #fff;
}
#zone-h{
    background-color: #fff;
}

#zone-a .restrictive,
#zone-b .restrictive,
#zone-c .restrictive,
#main-zone .restrictive,
#zone-f .restrictive,
#zone-g .restrictive,
#zone-h .restrictive {
    max-width: 1040px;
	margin-left: auto;
    margin-right: auto;
	padding-left:0px;
	padding-right:0px;
}

#zone-a .restrictive .restrictive-child,
#zone-b .restrictive .restrictive-child,
#zone-c .restrictive .restrictive-child,
#main-zone .restrictive .restrictive-child,
#zone-f .restrictive .restrictive-child,
#zone-g .restrictive .restrictive-child,
#zone-h .restrictive .restrictive-child {
	padding-left:0px;
	padding-right:0px;
}

div.social-group img{
	margin-top:6px;
	height:13px;
	margin-left:10px;
}


		#nav1.navbar {
			float: left;
		}
		#nav1.navbar-inverse {
			background-color: transparent;
			border: 0px;
		}
		#nav1.navbar-inverse li a {
			color: #696969;
			color: #2f2f2f;
			/*opacity: 0.5;*/
			font-size: 20px;
			text-transform: uppercase;
		}
		#nav1.navbar-inverse li {
			border-left-style: solid;
			border-left-width: 0px;
			border-left-color: rgba(255,0,0,0.2);
		}
		#nav1.navbar-inverse li:first-child {
			border-left-color: transparent;
		}
		#nav1.navbar-inverse li.active a {
			background-color: transparent;
			text-decoration: none;
		}
		#nav1.navbar-inverse li a:hover {
			text-decoration: none;
		}
		#nav1.navbar {
			min-height: 101px;
			min-height: 106px;
		}
		#nav1 .nav > li > a {
			padding-top: 46px;
			padding-bottom: 35px;
			line-height: 20px;
		}
		#nav1 .nav > li {
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		
		#nav1.navbar-inverse li a:hover {
			color:#48d1f4;
			opacity:1;
		}
		
		/* couleur du fond quand on clique sur le lien qui correspond */
		.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
			background-color: #fff!important;
		}
		
		
		/* CUSTOM ROLL-OVER */		

		.dropdown-menu {	
			-webkit-transition: all 300ms ease-in;
			transition: all 300ms ease-in;
		}

		@media all and (min-width: 768px) {
			.dropdown .dropdown-menu {
				display: block;
				opacity: 0;
				-webkit-transition: all 200ms ease-in;
				transition: all 200ms ease-in;
				visibility: hidden;
				border: 0px solid #fb41d5;
				-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.32);
				-moz-box-shadow: 5px 5px 6px rgba(0,0,0,0.32);
				box-shadow: 5px 5px 6px rgba(0,0,0,0.32);
			}

			.dropdown:hover .dropdown-menu {
				display: block;
				opacity: 1;
				-webkit-transition: all 300ms ease-in;
				transition: all 300ms ease-in;
				visibility: visible;
			}
		}
		

#nav2.navbar-inverse {
    background-color: transparent;
    border: 0px;
}
#nav2.navbar-inverse li a {
    color:white;
    opacity: 1;
    font-size: 12px;
    text-transform: none;
}
#nav2.navbar-inverse li {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.2);
}
#nav2.navbar-inverse li:first-child{
    border-left: 1px solid transparent;
}
#nav2.navbar-inverse li.active a {
    background-color:transparent;
    text-decoration:underline;
}
#nav2.navbar-inverse li a:hover {
    text-decoration:underline;
}
#nav2.navbar {
    min-height: 31px;
}	
#nav2 .nav > li > a {
    padding-top:0px;
    padding-bottom:0px;
}
#nav2 .nav > li  {
    margin-top:6px;
    margin-bottom:5px;
}

#nav2 .connexion,
#nav2 .social-group {
	float: right;
}
#nav2 .connexion {
	margin-right: 10px;
	margin-top: 6px;
}

#nav2 .connexion .infos-user-connected,
#nav2 .connexion a {
	color: white;
	font-size: 12px;
}


#nav3.navbar-inverse {
    background-color: transparent;
    border: 0px;
}
#nav3.navbar-inverse li a {
    color:black;
    opacity: 1;
    font-size: 12px;
    text-transform: none;
}
#nav3.navbar-inverse li {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.2);
}
#nav3.navbar-inverse li:first-child{
    border-left: 1px solid transparent;
}
#nav3.navbar-inverse li.active a {
    background-color:transparent;
    text-decoration:underline;
}
#nav3.navbar-inverse li a:hover {
    text-decoration:underline;
}
#nav3.navbar {
    min-height: 31px;
}	
#nav3 .nav > li > a {
    padding-top:0px;
    padding-bottom:0px;
}
#nav3 .nav > li  {
    margin-top:6px;
    margin-bottom:5px;
}

#nav3 .connexion,
#nav3 .social-group {
	float: right;
}
#nav3 .connexion {
	margin-right: 10px;
	margin-top: 6px;
}

#nav3 .connexion .infos-user-connected,
#nav3 .connexion a {
	color: black;
	font-size: 12px;
}

/* Général */

html, body{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	height: 100%;
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
}

a {
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	opacity: 0.8;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

hr.grey-light {
	border-top: 1px solid #c3c3c3
}

h2.h2-blue {
	color: #215ea5;
}

/* Général : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* nav */

#zone-a {
	margin: auto 0;
	text-align:center;
	position: fixed;
	width:100%;
	background-color:#fff;
	border-bottom: 1px solid #d1d3d4;
	height: 116px;
	box-sizing: border-box;
}

.nav span.nav-short-name {
	display: none;
}

.nav span.nav-full-name {
	display: inline;
}

.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}


#zone-a {
	top: 0px;
	height: 116px;
	border-bottom: 1px solid #d1d3d4;	
	min-height:116px;
	/* height: initial; */
	height: auto;
}

#nav1 .nav > li {
    margin-top: 0px;
    margin-bottom: 0px;
}


#nav1.navbar-inverse li {
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: rgba(255,0,0,0.2);
}

.navbar-nav > li {
    float: left;
}

.nav > li {
    position: relative;
    display: block;
}

#nav1 .nav li {
	margin: 0px 20px;
}

#nav1 .nav li a {
	font-size: 21px;
	color: #4d5657;
	color: #212121;
	text-transform: uppercase;
	text-decoration: none;
	color: #212121;
}

#nav1 .nav li:last-child a {
	color: #f29400;
}

#nav1 {
	padding-top: 30px;
	-webkit-transition:0.3s;
	transition:0.3s;
}

#logo-auto-bilan-systems {
	margin-top: -15px;
	margin-left: 15px;
	position: absolute;
	float: left;	
	top:30px;
	width:251px;
	height:71px;
	background-image:url('../img/header/logo.png');
	background-size:contain;
	background-repeat:no-repeat;	
	-webkit-transition: all 0.3s, opacity 0.2s;
	transition: all 0.3s, opacity 0.2s;	
	display: block;
}

#zone-a{
	-webkit-transition:0.3s;
	transition:0.3s;
}

ul {
	-webkit-padding-start: 0px;
}

.navbar-nav {
	margin-top: 11px;
	margin-bottom:11px;
}

#nav1 .nav li {
    margin-bottom: 5px;
    margin-top: 5px;
}

#nav1 .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: normal;
}

.nav > li > a {
	padding: 0px;
}

/* centrage navbar */

.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav li {
	float: none;
	display: inline-block;
}

#nav1.navbar {
    float: none;
}

.nav li a:hover {
	color: grey!important;
}

/* nav : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* mise en forme des conteneurs de base */

.fully,
.photo-transition
{
	min-height: calc(100vh - 58px);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-sizing: border-box;	
}

.photo-transition
{
	min-height: 66vh;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	
	align-items: center;
}

#accueil{
	background-color: #fff;
	margin-top: 116px;
	min-height: calc(100vh - 116px);
	
	padding-top:35px;
	padding-bottom:70px;
}

.conteneur {
	width:100%;
	margin:auto;
	padding-top: 65px;
	padding-bottom: 65px;
}

#accueil .conteneur {
	padding-top: 0px;
	padding-bottom:0px;
}

#main-zone {
	background-color: #fff;
	padding-right: 0px;
	padding-left: 0px;
}



/* mise en forme des conteneurs de base : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* couleurs des parties */

.grey-light-background {
	background-color: #cccccc;
}
.grey-background {
	background-color: #4e5658;
}
.blue-background {
	background-color: #225ea6;
}
.green-background {
	background-color: #7aab3e;
}
.red-background {
	background-color: #db1a1d;
}
.yellow-background {
	background-color: #f29400;
}
.white-background {
	background-color: #ffffff;
}

/* couleurs des parties : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* Contact line (accueil) */

.contact-line {
	margin: auto;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	margin-top: 40px;
	margin-bottom: 60px;

	max-width: 947px;
	/*margin-left: 0px;
    margin-right: 0px;*/
    padding-left: 15px;
    padding-right: 15px;

}
.contact-line-inscriptions {
	max-width:600px;
	border-top: 1px solid #c3c3c3;
}

.contact-line p {
	margin-bottom: 0px!important;
}

.contact-line p,
.contact-line p a
{
	color: #212121;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.contact-line p a {
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
}


/* Contact line : end */

/* carrés (accueil) */

.carre {
	width: 156px;
	height: 156px;
	background-color: #fff;
	margin: 10px;
	text-decoration: none;
}

.carre-cadre {
	float: left;
}

.carre p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	width:100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.carre-grey {
	background-color: #4d5657;
}
.carre-blue {
	background-color: #215ea5;
}
.carre-red {
	background-color: #da1a1c;
}
.carre-green {
	background-color: #79ab3d;
}
.carre-yellow {
	background-color: #f29400;
}

#accueil #carres-home a p, p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#accueil #carres-home {
	margin: auto
}
#accueil .carres-home-3 {
	/*width: calc(176px * 3);*/
	width: 528px;
}
#accueil .carres-home-4 {
	/*width: calc(176px * 4);*/
	width: 704px;
}

/*
#accueil .carre,
#accueil .carre img {
	border-radius: 10%;
	border-radius: 0%;
}
*/
.carre-cadre {
	width: 176px;
	height: 176px;
}

.carre-text:hover {
	-webkit-transition: 0.2s;	
	transition: 0.2s;	
	width: 162px;
	height: 162px;
	margin: 7px;
}
.carre-text {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.carre-text:hover p {
	-webkit-transition: 0.2s;	
	transition: 0.2s;	
	padding: 3px;
}


/* carrés : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* titles */

.shortTitle {
	display: none;
}
.fullTitle {
	display: inline;
}

div.title {
	width: 100%;
	margin:auto;
	max-width: 947px;
	/*margin-left: 0px;*/
	/*margin-right: 0px;*/
	padding-left: 15px;
	padding-right: 15px;
}
div.title h2 {
	text-align: center;
	color: #fff;
	font-weight:300;
	font-size: 48px;
	margin-bottom: 60px;
	margin-top: 0px;
}

div.title h1 {
	text-align: center;
	color: #4d5657;
	font-weight:300;
	font-size: 43px;
	margin-bottom: 40px;
	margin-top: 0px;
}

/* title : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* images */

div.images {
	margin:auto;
	text-align:center;
}

div.images img {
	margin: 0px 15px;
}

div.photo-transition {
	height: 584px;
	background-size: cover;
	background-position: center;	
}
div.photo-transition-1 {
	background-image: url('../img/breaks/01.jpeg');
}
div.photo-transition-2 {
	background-image: url('../img/breaks/02.jpeg');
}
div.photo-transition-3 {
	background-image: url('../img/breaks/03.jpeg');
}
div.photo-transition-4 {
	background-image: url('../img/breaks/04.jpeg');
}
div.photo-transition-5 {
	background-image: url('../img/breaks/05.jpeg');
}


/* Ronds */


.images {
	width: 283px;
	height: 283px;
	background-repeat: no-repeat;
	-webkit-border-radius: 142px;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.image-circle img {
	width: 283px;
	height: 283px;
	-webkit-border-radius: 142px;
	border-radius: 50%;
	margin: 0px!important;
}
.image-circle {
	padding-top:0px!important;
}

/* home */
/*
.rond-pre-societe {
	background-image: url('../img/for-rounds/societe.jpg');
}
.rond-pre-vl {
	background-image: url('../img/for-rounds/vl.jpg');
}
.rond-pre-pl {
	background-image: url('../img/for-rounds/pl.jpg');
}
.rond-pre-audits {
	background-image: url('../img/for-rounds/audits.jpg');
}
.rond-pre-formations {
	background-image: url('../img/for-rounds/formations.jpg');
}
.rond-pre-informatique {
	background-image: url('../img/for-rounds/informatique.jpg');
}
*/
/* vl */
/*
.rond-vl-suivi-rachats {
	background-image: url('../img/for-rounds/societe.jpg');
}
.rond-vl-systeme-qualite {
	background-image: url('../img/for-rounds/vl.jpg');
}
.rond-vl-veille-reglementaire {
	background-image: url('../img/for-rounds/pl.jpg');
}
.rond-vl-assistance {
	background-image: url('../img/for-rounds/audits.jpg');
}
.rond-vl-audits {
	background-image: url('../img/for-rounds/formations.jpg');
}
.rond-vl-formation {
	background-image: url('../img/for-rounds/informatique.jpg');
}
.rond-vl-proces-verbaux {
	background-image: url('../img/for-rounds/vl-proces-verbaux.jpg');
}
*/

/* Ronds End */

/* images : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* texts */

div.text {
	width: 100%;
	margin:auto;
	max-width: 917px;
	padding-top:35px;
	margin-bottom: 0px;
}

div.text p,
div.text ul
{
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 30px;
}

div.text p strong,
div.text li strong
{
	font-weight: 400;
}
.conteneur .text {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 947px;
}

.conteneur .text ul li {
	list-style-type: none;
}

.conteneur .text h3 {
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	color: #fff;	
    margin-bottom: -15px;
    margin-top: 30px;
}

.conteneur .text-contact p,
.conteneur .text-mentions-legales p {
	color: #333;
}
.conteneur .text-contact h2,
.conteneur .text-mentions-legales h2,
.conteneur .text-contact h3,
.conteneur .text-mentions-legales h3
{
	text-align: center;
	font-weight:300;
}

.conteneur .text-mentions-legales h2{
	margin-top: 40px;
}

.cercle-contact {
	padding-top:50px;
	margin-top:50px!important;
}

div.white-background div.conteneur div.title h2,
div.grey-light-background div.conteneur div.title h2,
div.white-background div.conteneur div.text p,
div.grey-light-background div.conteneur div.text p,
div.white-background div.conteneur div.text ul,
div.grey-light-background div.conteneur div.text ul,
div.white-background div.conteneur div.text h3,
div.grey-light-background div.conteneur div.text h3
{
	color: #4d5657;
}

/* texts : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* btns */

a.btn,
div.btn
{
	display: block;
	cursor: pointer;
	height: 61px;
	width: 247px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: red;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	padding-top: 14px;	
	box-sizing: border-box;
	margin: auto;
	text-decoration: none;
}
a.btn-red,
div.btn-red
{
	background-color: #c21504;
}
a.btn-orange,
div.btn-orange
{
	background-color: #c28a04;
}
a.btn-blue,
div.btn-blue
{
	background-color: #1260e0;
}
a.btn-grey,
div.btn-grey
{
	background-color: #4d5657;
}
.en-savoir-plus {
	font-weight:300;
	margin-top: 40px!important;
	margin-bottom: 20px!important;
	box-sizing: border-box;
}
a.en-savoir-plus:hover,
a.en-savoir-plus:active,
a.en-savoir-plus:visited
{
	opacity: 0.7;
	color: #fff;
/*	border: 4px solid #ffffff57;
	padding-top: 10px;	*/
}
a.en-savoir-plus:focus{
	color: #fff;
}
a.pastille {
	display: block;
	cursor: pointer;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	margin: auto;
	text-decoration: none;
	padding-top: 6px;
    padding-left: 5px;
	font-weight:300;
}
a.pastille i {
	color: #fff;
}
a.pastille-blue {
	background-color: #225ea6;
}
a.pastille-red {
	background-color: #c21504;
}


/* btns : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* form */

div.radio-capsule,
div.radio-capsule div {
	display: inline-block;
}
div.radio-capsule .radio {
	margin-left: 30px;
}

textarea.form-control {
	height:170px;
}

/* form : end */



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */



/* footer */

#footer {
	background-color: #4e5858;
	height: 320px;
	width:100%;
	text-align: center;
}

#zone-g {
	background-color: #4d5657;
	min-height:300px;
	padding-left: 45px;
	padding-top: 48px;
}

#footer-block-address {
	font-size: 20px;
	padding-top: 7px;
	color: #fff;
}

.footer-links {
	border-left: 1px solid #bcbfbf;
	padding-left: 10px;
}

.footer-links ul {
	margin-bottom: 0px;
}

.footer-links li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-links li a {
	color: #bcbfbf;
	font-size: 20px;
}
.footer-links li a:hover {
	color: #fff;
}

.number-return {
	display: inline;
}
.number-separate {
	display: none;
}



/*

.footer-links {
	border-left: 1px solid #bcbfbf;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 20px;
}
.footer-links li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #bcbfbf;
}
.footer-links li a {
	color: #bcbfbf;
}
.footer-links li a:hover {
	color: #fff;
}
*/
/* footer : end */


/* formations */


div#divPlanning {
	display: none;
}

.conteneur .content-formation .text h3 {	
    margin-bottom: 20px;
}

.conteneur .content-formation .text h3.formation-p2 {
	margin-top:50px;
}
.conteneur .content-formation a.en-savoir-plus {	
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.conteneur .content-formation p.info {	
	font-size: 20px;
	line-height: 24px;
}

.content-formation .left,
.content-formation .right
 {
	float: left;
	width:50%;
	/*max-width:362px;*/
	text-align:center;
}

.content-formation .left p,
.content-formation .right p
 {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5px;
}
.content-formation .boutons-double{
    max-width: 724px;
    margin: auto;
}
.content-formation .boutons-double a.en-savoir-plus{
   margin-top: 35px!important;
}


/* formations end */

/* inscriptions */

table#planning td {
	border: 1px solid #c3c3c3;
	padding: 10px;
	text-align: center;
}
table#planning tr.titles td {
	font-weight: 500;
}

.inscription-head {
	margin-bottom:30px;
}

/* alerte d'upload de fichiers */

.help-block .list-unstyled { 
	color: #941616!important;
	font-size:18px!important;
	font-weight:400!important;
	text-align: left!important;
}

/* inscriptions end */

/* REF */

/*


1920px de largeur -> grand écran
1600px de largeur -> écran moyen

1024px de largeur -> tablette (format paysage)
 740px de largeur -> tablette (format portrait)
 
 720px de largeur -> smartphone (format paysage)
 480px de largeur -> smartphone (format portrait et format paysage de la taille en dessous)
 320px de largeur -> smartphone (format portrait)
 
 
points de rupture utilisés :

Jusqu'à 479px :		smartphone en portrait
De 480px à 959px :	smartphone en paysage, tablette en portrait et petite tablette en paysage
De 960px à 1280px :	tablette en paysage, écran d’ordinateur de taille petite et moyenne
1281px et au delà :	grand écran d’ordinateur (21″ et + en plein écran)


*/

/*
#zone-a {
	min-height:116px;
	height: initial;
}
*/
.conteneur .text {
	padding-left: 15px;
	padding-right: 15px;
	/*box-sizing: content-box;*/
	max-width: 947px;
}

/* NAV */

@media all and (max-width: 1751px) {
	.navbar-nav {
		width: initial;
		padding-left: 300px;
	}
}

@media all and (max-width: 1410px) {
	#logo-auto-bilan-systems {
		width: 200px;
		top: 40px
	}
	.navbar-nav {
		padding-left: 230px;
	}
}

@media all and (max-width: 1343px) {
	#logo-auto-bilan-systems {
		top: 20px;
		margin-left: calc(50% - 100px - 15px);
		margin-right: calc(50% - 100px - 15px);
	}
	.navbar-nav {
		margin-top: 45px;
		padding-left: 0px;
		width:100%;
	}
}

@media all and (max-width: 1100px) {
	#nav1 .nav li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media all and (max-width: 995px) {
	#nav1 .nav li a {
		font-size: 18px;
	}
}

@media all and (max-width: 865px) {
	.nav span.nav-short-name {
		display: inline;
	}
	.nav span.nav-full-name {
		display: none;
	}
}

/* carrés */


@media all and (max-width: 720px), all and (max-height: 800px) {
	.carre {
		width: 126px;
		height: 126px;
		margin: 7px;
	}
	.carre img {
		width: 126px;
		height: 126px;
	}
	.carre p {
		font-size: 17px;
	}
	#accueil .carres-home-3 {
		/*width: calc(140px * 3);*/
		width: 420px;
	}
	#accueil .carres-home-4 {
		/*width: calc(140px * 4);*/
		width: 560px;
	}
	.carre-cadre {
		width: 140px;
		height: 140px;
	}
	
	.carre-text:hover {
		width: 132px;
		height: 132px;
		margin: 4px;
	}	
	.carre-text:hover p {	
		padding: 3px;
	}
}

/* contenu */

@media all and (max-width: 1343px) {
	#accueil {
		margin-top: 122px;
		min-height: calc(100vh - 122px);
	}
}

@media all and (max-width: 995px) {
	#accueil {
		margin-top: 119px;
		min-height: calc(100vh - 119px);
	}
}

@media all and (max-width: 995px), all and (max-height: 800px) {

	/* contenu intérieur */
	.conteneur {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	div.title h2 {
		font-size: 40px;
		margin-bottom: 45px;
	}
	div.text {
		padding-top: 25px;
		/*margin-bottom: 40px;*/
	}
	div.text p, div.text ul {
		font-size: 20px
	}
	div.images {
		width: 243px;
		height: 243px;
		-webkit-border-radius: 122px;
		border-radius: 50%;
		background-size: cover;
		padding-top:40px
	}
	
	div.image-circle img {
		width: 243px;
		height: 243px;
		-webkit-border-radius: 122px;
		border-radius: 50%;
		margin: 0px!important;
	}
	.image-circle {
		padding-top:0px!important;
	}
	
	/* contenu du footer */
	#footer-block-address{
		font-size: 17px;
	}
	.footer-links {
		font-size: 17px;
	}
}

/* planning de formations */
@media all and (max-width: 795px) {
	table#planning {
		display: none;
	}
	div#divPlanning {
		display: block;
	}
}

/* photos en parallax */
@media all and (max-width: 767px) {
	.photo-transition {
		display: none;
	}
}



@media all and (max-width: 600px) {

	/* nav */
	.navbar-nav {
		max-width: 480px;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 32px;
		margin-bottom: 7px;
	}
	#logo-auto-bilan-systems {
		width: 170px;
		margin-left: calc(50% - 85px - 15px);
		margin-right: calc(50% - 85px - 15px);
	}
	#nav1 .nav li {
		margin-bottom: 2px;
	}

	/* général */	
	#accueil {
		margin-top: 114px;
	}
	.conteneur {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	
	/* title */
	.shortTitle {
		display: inline;
	}
	.fullTitle {
		display: none;
	}
	div.title h1 {
		margin-bottom: 20px;
		margin-bottom: 15px;
	}
	
	/* carrés */
	#carres-home {
		/*max-width: calc(140px * 3);*/
		max-width: 420px;
		width: 100%!important;
		/*background-color: red;*/
	}
	.carre-cadre{
		width: 33.33%;
		/*border: yellow 1px solid;*/
		height: auto;
	}
	.carre-photo{
		width: 100%;
		width: calc(100% - 7px*2);
		height: auto;
	}
	.carre-text{
		width: 100%;
		width: calc(100% - 7px*2);
		height: calc(100% - 7px*2);
	}
	.carre-text:hover {
		width: calc(100% - 4px*2);
		height: calc(100% - 4px*2);
		margin: 4px;
	}
	.carre-text p{
		font-size: 17px;
		/*font-size: 3.5vw;*/
	}
	.carre-photo img{
		width: 100%;
		height: auto;
	}
	
	/* redisposition des carrés */
	.carre-cadre-5 {
		margin-left: 33.33%;
	}
	.carre-cadre-6 {
		/*margin-left: calc(-33.33% * 2);*/
		margin-left: -66.66%;
	}
	.carre-cadre-7 {
		margin-left: 33.33%;
	}
	.carre-cadre-8 {
		/*margin-left: calc(-33.33% * 2);*/
		margin-left: -66.66%;
	}
	
	/* contact-line */
	.contact-line {
		margin-top: 23px;
	}
	
	/* formations */

	.content-formation .left,
	.content-formation .right
	 {
		float: none;
		width:100%;
	}



	/* formations end */
	
}





@media all and (max-width: 500px) {
	#zone-g {
		padding-left: 15px;
	}
	#address {
		width:100%!important;
	}
	#footer-block-address {
		text-align: center;
	}
	.number-return {
		display: none;
	}
	.number-separate {
		display: inline;
	}
	#puces-footer {
		width:100%;
		border-top: 1px solid #bcbfbf;
		margin-top:45px;
		padding-top: 25px;
	}
	.footer-links {
		border-left: 0px solid #bcbfbf;
		padding-left: 0px;
	}
	.footer-links ul li {
		text-align: center;
	}
	div.title h2 {
		font-size: 30px;
	}
}

@media all and (max-width: 440px) {
	.carre-text p{
		font-size: 3.8vw;
	}
}


@media all and (max-width: 400px) {
	div.title h1 {
		font-size:35px;
	}
	div.text p, div.text ul {
		font-size:16px;
		line-height:24px;
	}
	.contact-line p, .contact-line p a {
		font-size: 16px;
	}
	div.title h2 {
		margin-bottom: 32px;
	}
	.conteneur {
		padding-top: 35px
	}
	div.text {
		padding-top: 13px;
	}
	a.btn,
	div.btn {
		width: 200px;
		height: 50px;
		font-size: 20px;
		padding-top: 12px;
	}
	.conteneur .content-formation p.info {	
		font-size: 14px;
		line-height: 22px;
	}
}

@media all and (max-width: 330px) {
	nav#nav1 .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	#logo-auto-bilan-systems {
		margin-left: calc(50% - 85px);
		margin-right: calc(50% - 85px);
	}
}


@media all and (max-width: 310px) {
	div.title h1 {
		font-size:30px;
	}
	div.title h2 {
		font-size: 25px;
	}
}


@media all and (max-width: 305px) {
	#nav1 .nav li a {
		font-size: 16px;
	}
}



@media all and (max-width: 285px) {
	div.images {
		width: 230px;
		height: 230px;
		-webkit-border-radius: 115px;
		border-radius: 50%;
	}
	div.image-circle img {
		width: 230px;
		height: 230px;
		margin: 0px!important;
		-webkit-border-radius: 115px;
		border-radius: 50%;
	}
	.image-circle {
		padding-top:0px!important;
	}
}

 
/* BACK TOP */

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  opacity: 1;
}
.cd-top {
	position: fixed;
	bottom: 40px;
	right: 30px;
	visibility: hidden;
	opacity: 0;
}

/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#francemap {
	width: 500px;
	height: 450px;
	margin: auto;
	/* border: 1px solid blue!important; */
}

@media all and (max-width: 560px), all and (max-height: 510px) {
	#francemap {
		width: 350px;
		height: 300px;
	}
}


@media all and (max-width: 390px), all and (max-height: 380px) {
	#francemap {
		width: 230px;
		height: 200px;
	}
}

		