/* * {
			font-size: 14px !important; */
		/* line-height: 1.3; */
		/* } */
		
		a {
			color: #a7bc00;
		}
		
		body {
			overflow-x: hidden; 
			
		}


		.jumbotron {
			padding-top: 0;
			padding-bottom: 0;
			margin-bottom: 0;
			color: #fff;
			background-color: #012b77;
		}

		.jumbotron h1,
		.jumbotron .h1 {
			color: #fff;
		}

		.jumbotron p {
			margin-bottom: 0;
			font-size: 16px;
			font-weight: 200;
		}

		.jumbotron>hr {
			border-top-color: #011944;
		}

		.container .jumbotron,
		.container-fluid .jumbotron {
			border-radius: 0px;
			padding-left: 15px;
			padding-right: 15px;
		}

		.jumbotron .container {
			max-width: 100%;
		}

		@media screen and (min-width: 768px) {
			.jumbotron {
				padding-top: 0;
				padding-bottom: 0;
			}

			.container .jumbotron,
			.container-fluid .jumbotron {
				padding-left: 0;
				padding-right: 0;
			}

			.jumbotron h1,
			.jumbotron .h1 {
				font-size: 36px;
			}
		}

		.thumbnail {
			display: block;
			padding: 4px;
			margin-bottom: 22px;
			line-height: 1.42857143;
			background-color: #fff;
			border: 1px solid #ddd;
			border-radius: 0px;
			-webkit-transition: border 0.2s ease-in-out;
			-o-transition: border 0.2s ease-in-out;
			transition: border 0.2s ease-in-out;
		}

		.thumbnail>img,
		.thumbnail a>img {
			margin-left: auto;
			margin-right: auto;
		}

		a.thumbnail:hover,
		a.thumbnail:focus,
		a.thumbnail.active {
			border-color: #a7bc00;
		}

		.thumbnail .caption {
			padding: 9px;
			color: #000;
		}

		body {
			background-color: #f9f9f9;
		}

		.img-responsive,
		.thumbnail>img,
		.thumbnail a>img,
		.carousel-inner>.item>img,
		.carousel-inner>.item>a>img {
			display: block;
			max-width: 100%;
			height: auto;
		}

		.node-teaser .field-ads-illustration {
			background-color: #012b77;
			overflow: hidden;
		}

		.node-teaser .field-ads-illustration img {
			transition: 2s;
		}

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

		.node-ads-article.node-teaser .field-ads-illustration {
			margin-bottom: 0;
		}

		.node-ads-article.node-teaser:hover .field-ads-illustration img {
			transform: scale(1.125);
			opacity: 0.25;
		}

		.node-teaser .field-ads-illustration {
			background-color: #012b77;
			overflow: hidden;
		}

		.node-teaser .field-ads-illustration img {
			transition: 2s;
		}

		.jumbotron {
			position: relative;
			overflow: hidden;
			text-align: center;
			padding-bottom: 96px;
			margin-bottom: 10px;
		}

		@media (min-width: 768px) {
			.jumbotron {
				margin-bottom: 48px;
			}
		}

		.jumbotron .pane-title,
		.jumbotron .field-ads-accroche,
		.jumbotron .breadcrumb,
		.jumbotron .field-ads-actualite-thematique,
		.jumbotron .field-ads-job-type-contrat {
			position: relative;
			z-index: 1;
		}

		.jumbotron .breadcrumb {
			text-align: left;
			margin-bottom: 10px;
		}

		.jumbotron .breadcrumb li.active,
		.jumbotron .breadcrumb>li+li:before,
		.jumbotron .breadcrumb a {
			color: #fff;
		}

		.jumbotron .pane-title {
			margin-top: 48px;
			text-transform: uppercase;
			font-weight: 800;
		}

		.jumbotron .contextual-links-region.pane-node-field-ads-illustration {
			position: static;
		}

		.jumbotron .img-responsive {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 0;
			opacity: 0.25;
			object-fit: cover;
			min-height: 350px;
		}

		.jumbotron .field-ads-actualite-thematique {
			margin-top: 10px;
		}

		.jumbotron .field-ads-actualite-thematique a {
			color: #fff;
			text-decoration: underline;
		}

		.jumbotron .field-label {
			color: #fff;
		}

		footer .block-block-2 {
			padding: 75px 0;
			margin-bottom: 0;
			background-color: #565759;
			color: #fff;
			position: relative;
			bottom: 0px;
			z-index: 1;
		}


		/* a {
			color: #a7bc00;
		}

		.btn-primary {
			background-color: #a7bc00;
		}

		.btn-primary {
			color: #fff;
			background-color: #a7bc00;
			border-color: transparent;
		}

		.progress {
			color: #a7bc00;
			background-color: #a7bc00;
		}

		.btn-check:active+.btn-primary,
		.btn-check:checked+.btn-primary,
		.btn-primary.active,
		.btn-primary:active,
		.show>.btn-primary.dropdown-toggle {
			color: #fff;
			background-color: #7a8900;
			border-color: #7a8900;
		}

		.btn-primary:hover {
			color: #fff;
			background-color: #a7bc00;
			border-color: transparent;
		} */