@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
/**
 * Place your custom styles here.
 */

/** GENERAL **/
body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin-top:0;
	color:#2f2f2f;
	font-size:16px;
}
hr {
	height:15px;
	background: transparent url('../images/pattern_cadre_raye.png')repeat center center;
}
h1 {
	background:inherit;
	color:#ff6648;
	padding:40px 0;
	border-bottom:0;
	padding:10px 0;
	margin:0;
	margin-bottom: 0px;
	font-size: 36px;
	text-transform: uppercase;
}
.views-exposed-form.bef-exposed-form .button.js-form-submit.form-submit.btn {
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-top: 26px !important;

}
.cap-hp {
	margin-bottom:8px !important;
}

a {
   color:#ff6648;
}
a:hover {
   text-decoration:none;
   color:#30607c;
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
   -ms-transition: all .5s;
   -o-transition: all .5s;
   transition: all .5s;
}
p {
	font-size:16px;
	text-align:justify;
	line-height:1.5;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin-bottom:15px;
}
img {
	max-width:100%;
}
.breadcrumb {
	margin-bottom:2px;
	padding:15px 0;
	font-size: 13px;
}
.breadcrumb-content {
	position:relative;
	width:50%;
	float:left;
}
.footer {
	border-top:0;
}
.clearfix {
  clear:both;
}
h2 {
	background:
		url('../images/h2-gauche.png')no-repeat left center,
		url('../images/h2-droite.png')no-repeat right center,
		url('../images/h2-background.png')no-repeat center center;
	background-size:
		50px 100%,
		50px 100%,
		100% 100%;
	display:inline-block;
	color:#FFF;
	padding:8px 60px 4px 50px;
	margin:5px 0px 25px 0px;
	min-width:500px;
	font-size:24px;
	width:51%;
}
h2 a,h2 a:hover{
	color:#FFF;
}

.fond-blanc h2 {
	min-width:0;
}

@media screen and (max-width:1060px){
	h2 {
			min-width:320px;
			font-size:22px;
	}

}

blockquote {
	font-style:italic;
}
a > img {
	opacity:1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover > img {
	opacity:.7;
}
.nav .open > a:hover {
	background-color:transparent;
	border:inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color:inherit;
}
.region-content article ul {
	list-style:none
}
.region-content  article li {
	position:relative;
}
.region-content article ul:not(.nav-tabs) li:before {
 content :'';
 position:absolute;
 top:6px;
 bottom:0;
 left:-16px;
 background: transparent url(../images/list-style.png)no-repeat center center;
 width:6px;
 height:6px;
 border-radius:50%;
}

.titre-fond-bleu {
	width:auto;
}
.download.right {
	display:block;
	padding:6px 24px;
	text-align:left;
	color:#ff6648;
	float:left;
	border-radius:2px;
	position:relative;
	margin-top:5px;
	width:100%;
}
.page-node-type-page .nav-tabs {
	margin-top:40px;
	list-style:none;
}
.page-node-type-page .nav-tabs li {
	list-style:none;
}
article.communique:not(.liste) .download.right,
article.textes-et-documents:not(.liste) .download.right,
article.cap.full .download.right{
	border-bottom:1px solid #CCC;
	padding:6px 0px 15px 24px;
}
.download.right .right {
	float:right;
}
.download.right:before {
	content: '';
	display:block;
	position:absolute;
	left:0px;
	top:8px;
	background: transparent url('../images/download.png')no-repeat center;
	width: 16px;
	height:16px;
}
.download.right:hover:before {
	background-image: url('../images/download-hover.png');
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.read-more {
	margin-top:15px;
	display:block;
	position:relative;
	padding:6px 24px;
}
.read-more:before {
	content : '';
	display:block;
	position:absolute;
	left:0;
	top:8px;
	background: transparent url('../images/read-more.png')no-repeat center;
	width:16px;
	height:16px;
}
.read-more:hover:before {
	background-image: url('../images/read-more-hover.png');
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.download-cap {
	padding:10px 15px;
	border:1px solid #FF6648;
	border-radius:2px;
	margin-top:0px !important;
}
.download-cap:hover {
	background-color:#FF6648;
	color:#FFF;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.donwload-cap:before {
	content:none;
}
.fond-bleu {
	background-image: url('../images/fond-menu.png');
	background-position:right bottom -2px;
	width:84%;
	min-height:85px;
	z-index:1;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
}
@media screen and (max-width:1300px){
	.fond-bleu {
		width:94%;
	}
}
@media screen and (min-width:1920px){
	.fond-bleu {
		width:100%;
		background-position: center bottom -2px;
	}
}
.box-shadow {
	box-shadow: -4px 8px 12px 2px #AAA;
    position: absolute;
    top: 63px;
    width: 50.4%;
    height: 4px;
}
.download.right:hover {
	color:#30607c;
}

/** HEADER **/
/** MENU **/
#block-cgt-main-menu {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}

header.navbar.navbar-default#navbar{
	z-index: 1;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color:transparent;
}
.region.region-navigation-collapsible {
	max-height:220px;
	position:relative;
}
.menu.nav.navbar-nav li .dropdown-menu a:hover,
.menu.nav.navbar-nav li .dropdown-menu a:focus,
.menu.nav.navbar-nav li .dropdown-menu a:active{
	background-color:transparent !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
  border: none;
}
/** ITEM SPECIAL MENU PUBLICATION **/
.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu {
	min-width:355px !important;
}
.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu span {
	font-size:12px;
}
.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu .actu-menu a:hover {
	color:#ff6648;
}
.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu .actu-menu a {
	font-size:12px;
	text-transform:none;
	color:#2f2f2f;
	padding:0;
	display:block;
}
.actu-menu .image {
	float:left;
	margin:0 15px;
	width:25%;
}
.actu-menu .txt {
	float:left;
	width:62%;
}
.actu-menu .txt span,
.actu-menu .txt a {
	margin-bottom:4px;
	display:block;
	color:#2F2F2F;
}
.actu-menu .txt a:last-child {
	text-align:right;
	font-style:italic;
	margin-top:6px;
}
#block-cgt-main-menu h2 {
	display:none;
}
.menu.nav.navbar-nav {
	width:100%;
	margin:0 auto;
	float:inherit;
	z-index:2;
	min-height:72px;
	padding-top:28px;
	position:relative;
}
.orange {
	color:#ff6648;
}
.menu.nav.navbar-nav li > a {
	font-size:16px;
	text-transform: uppercase;
	color:#FFF;
	padding:12px 0;
	position:relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.menu.nav.navbar-nav li {
	padding:0 12px;
}
.menu.nav.navbar-nav li:hover {
	cursor: default;
}
 .menu.nav.navbar-nav li .dropdown-menu{
	min-width:240px;
	min-height:120px;
	padding: 15px 15px;
	margin-top:0px;
	border-radius:0;
}

.dropdown-toggle.active {
	background-color:white;
}
.navbar-default .navbar-nav > .open > a:focus {
	background-color:inherit;
	color:#ff6648;
	font-weight:500;
}
.menu-dropdown-menu li > a {
	padding:6px 0 !important;
}
 .menu.dropdown-menu li > a,
 .menu.dropdown-menu li{
	color:#2f2f2f !important;
	font-size:14px !important;
	padding:5px 0 !important;

}
.menu.nav.navbar-nav > li > a:after {
	content: '';
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	transition: all 0.4s ease-in-out;
	height:0px;
	background-color:#ff6648;
}
.menu.nav.navbar-nav > li > a:hover:after{
		height:4px;
}
.menu.nav.navbar-nav > li > a:hover{
		color:#ff6648;
}
 .menu.nav.navbar-nav > li:focus > a{
	color:#2f2f2f;
	font-size:14px;
}
.dropdown-menu > li > a:hover {
	background-color:transparent;
	color:#ff6648 !important;
}
.navbar-default {
	background-color:inherit;
	border-color:transparent;
}
.navbar-collapse,
.navbar-default.container-fluid{
	padding-right:0;
	padding-left:0;
	margin-bottom:0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
   background-color: #fff;
}
.actu-menu .field-name-field-type {
	font-size:20px;
	text-transform:uppercase;
}
.expanded.dropdown.active a {
	background-color:inherit;
}
.expanded.dropdown.active > a:after {
	content: '';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:4px !important;
	background-color:#ff6648;
}
.menu.dropdown-menu .expanded.dropdown.active > a:after {
	content:none;
}
.menu.dropdown-menu .expanded.dropdown.active > a {
	color:#FF6648;
	padding:5px;
}
.actu-menu .image img {
	margin:0 !important;
}
@media screen and (max-width:991px){
	.actu-menu .image img {
		background-color:#FFF;
	}
	#carousel-hp-textes-docu .date {
		display:none !important;
	}
}

/** RECHERCHE **/
.fond-orange {
	background-image: url('../images/font-recherche.png');
	background-repeat:no-repeat;
	width:50%;
	float:right;
	margin-top:-1px;
	min-height:70px;
	position:absolute;
	right:0;
}

.search-block-form {
	top:2px;
	position:relative;
	clear:none;
	z-index:9999;
}

.path-frontpage .search-block-form {
	margin-left:75%;
}
.search-block-form .input-group {
	text-align:right;
	display:inline-block;
}
.search-block-form .input-group-btn {
	display:inline;
}
#search-block-form .form-group {
	text-align:right;
	margin-top:6px;
	margin-bottom:35px;
}
#search-block-form .btn-primary {
    color: #ffffff;
    background-color: #FFF;
    border:0;
    height:30px;
    border-radius:0;
    background: #FFF url('../images/loupe_recherche.png') no-repeat center center;
}
#search-block-form .btn-primary:hover {
	background-color:#F2F2F2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#search-block-form button .glyphicon-search {
	display:none;
}
.search-block-form .input-group .form-control {
	width:215px;
	height:30px;
	border-radius:0px;
	margin-top:3px;
	border:0;
	display:inline-block;
}
.path-node article{
	min-height:250px;
}
.view-empty {
	min-height:150px;
}
/** BLOCK TOP IMAGE **/
#block-header {
	height:220px;
	background-position:center;
	background-size:cover;
}
#block-header .field--name-field-background-image {
	display:none;
}
#block-header .col-sm-1 img {
	vertical-align:bottom;
}
@media screen and (max-width:991px){
	#block-header .col-sm-1 img {
		vertical-align:middle;
	}
}
#block-header .col-sm-1 {
	margin-top:90px;
}
#block-header h1 {
	font-size:24px;
	color:#335f7f;
}
#block-header .col-sm-8 img {
	max-width:55%;
	margin-top:40px;
}

/** CAROUSEL HP ACTU **/
.carousel-indicators:not(.origin) li {
  display: inherit;
  width: 100%;
  height: auto;
  margin: 0;
 text-indent: inherit;
 cursor: pointer;
 border: inherit;
 border-radius: inherit;

}
.carousel-indicators:not(.origin) .active {
    width: 100%;
    height: auto;
}
.cadre-raye {
	background-image: url('../images/pattern_cadre_raye.png');
	background-repeat:repeat;
	display:block;
	height:100%;
	padding:15px;
}
#carousel-hp-textes-docu {
	padding:15px;
	background-color:#FFF;
	height:380px;
}
#carousel-hp-textes-docu .carousel-inner {
	width:50%;
	float:left;
	position:relative;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) {
	width:50%;
	padding:0px;
	margin-left:30px;
	position:relative;
	z-index:inherit;
	left:inherit;
	text-align:inherit;
	top:0;
	height:348px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) p {
	font-size: 15px;
	}
.origin .is-on {
	background-color:#ff6648;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li {
	padding:5px 15px;
	background-color:transparent;
	border-bottom:2.78px solid #E6E6E6;
	-webkit-transition: 3s time;
	-moz-transition: 3s time;
	-ms-transition: 3s time;
	-o-transition: 3s time;
	transition: 3s time;
}
@media screen and (max-width:521px){
	.origin.carousel-indicators {
		bottom:0;
	}
	.origin.carousel-indicators li {
		border:1px solid #ff6648
	}
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li.is-on,
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li:hover{
	background-color:#ff6648;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) a {
	color:#000;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) .categ {
	color:#ff6648;
	font-weight:600;
	display:inline-block;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) .date {
	color:#FFF;
	float:right;
	display:inline-block;
	max-width:80px;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li.is-on .categ,
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li:hover .categ{
color:#FFF;
}
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li.is-on p,
#carousel-hp-textes-docu .carousel-indicators:not(.origin) li:hover p{
	color:#FFF;
}
.carousel-control.left,
.carousel-control.right{
	background-image: inherit;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	left:500%;
	top:5%;
}
.carousel-control {
	opacity:.6;
}
.carousel-control .glyphicon-chevron-right {
	right:5%;
	left:inherit;
}
.glyphicon-chevron-left:before {
	content: '';
	background: transparent url('../images/control-left.png')no-repeat center center;
	display:block;
	width:48px;
	height:48px;
}
.glyphicon-chevron-right:before {
	content: '';
	background: transparent url('../images/control-right.png')no-repeat center center;
	display:block;
	width:48px;
	height:48px;
}
.view-id-frontpage .feed-icons {
	display:none;
}
/** VUE HP ACTU **/
.block-views-blocktextes-et-documents-block-3 {
	margin-top:25px;
}
.view-textes-et-documents.view-display-id-block_3 {
	margin-bottom:20px;
}
.view-communiques .views-row,
.view-publications .views-row,
.view-textes-et-documents .views-row,
.view-cap:not(.view-display-id-block_1) .views-row,
.view-textes-et-documents-ref .views-row{
	border-bottom:2.78px dotted #E6E6E6;
	min-height:240px;
}
.cap-automne.clearfix,
#block-capautomne2017adhesionusac.clearfix{
	clear:none;
}
.view-communiques .description,
.view-publications .description,
.view-textes-et-documents .description,
.view-cap .description,
.view-textes-et-documents-ref .description{
	margin-bottom:20px;
}
.description .field--name-field-type {
	display:inline-block;
	padding-left:15px;
}
.view-communiques .description p,
.view-publications .description p,
.view-textes-et-documents p,
.view-cap p,
.view-textes-et-documents-ref p{
	text-align:justify;
}
.view-communiques  .description h3 a,
.view-textes-et-documents h3 a,
.view-publications h3 a,
.view-cap h3 a,
.view-textes-et-documents-ref h3 a{
	font-size:22px;
	font-weight:700;
	margin-top:10px;
	color:#2F2F2F;
}
.view-communiques  .description h3 a:hover,
.view-textes-et-documents h3 a:hover,
.view-publications h3 a:hover,
.view-cap h3 a:hover,
.view-textes-et-documents-ref h3 a:hover{
	color:#ff6648;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.view-communiques  .description .date,
.view-textes-et-documents .description .date,
.view-cap .description .date,
.view-textes-et-documents-ref .date{
	text-align:left;
	color:#595959;
	margin-top:25px;
}
.view-textes-et-documents .view-footer {
	margin-top:15px;
	text-align:right;
}
.view-textes-et-documents .view-footer a {
	text-align:left;
	font-size:16px;
	position:relative;
	padding-right:24Px;
}
.view-textes-et-documents .view-footer a:after {
    content: '';
    display: block;
    position: absolute;
    right:0;
    top: 2px;
    background: transparent url(../images/read-more.png)no-repeat center;
    width: 16px;
    height: 16px;
}
.view-communiques article,
.view-publications article,
.view-textes-et-documents article,
.view-cap article {
	padding:0px
}
.view-communiques.view-display-id-block_1 .field--name-field-image img{
	box-shadow:2px 2px 10px 2px #BBB;
}

/** BLOCK AUTOMNE + ADHESION **/
.cap-automne p {
	padding:10px 0px;
	text-align:justify;
}
.cap-automne a {
	margin-right:52px;
}

.adhesion {
	margin-top:21px;
}
.adhesion h2 {
	background-image:none;
	color:#57718e;
	padding:5px;
	text-align:center;
	margin-top:0;
	font-weight:700;

	font-size:26px;
}
.adhesion h2 span {
	color:#ff745a;
}
.adhesion a {
	background-color:#ff745a;
	color:#FFF;
	text-align:center;
	margin:auto;
	display:inline-block;
	padding:10px 25px;
	width:auto;
	border-radius:2px;
	box-shadow:2px 2px 6px 2px #CCC;
}
.adhesion a:hover {
	background-color:#30607c;
	color:#ff6648;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.adhesion p {
	font-size:18px;
	min-height:30px;
	text-align:center;
}
.cadre-raye-adhesion {
	background-image: url('../images/pattern_cadre_raye.png');
	background-repeat:repeat;
	padding:15px;
	text-align:center;
	background-position:center;
}
.fond-blanc {
	background-color:#FFF;
	padding:15px 15px;
}

/** FOOTER **/
.footer-orange .container div {
	display:inline-block;
	padding:0 15px;
}
.footer-orange {
	text-align:center;
}
#block-footerrs {
	line-height:80px;
	text-align:center;
}
.footer {
	padding-bottom:0;
}
.footer-orange {
	min-height:80px;
	background-color:#ff6648;
}
#block-lienfooter,
.footer-liens{
	min-height:70px;
	background-color:#30607c;
}
#block-newsletter-2 .field--name-field-webform .field--label {
	display:none;
}
.g-recaptcha {
	margin-top:25px;
}
#block-lienfooter-2.clearfix {
		clear:inherit;
}
#block-customnewsletter.clearfix {
	clear:inherit;
}
#block-lienfooter .row {
	min-height:70px;
	line-height:70px;
}
.liens ul {
	list-style:none;
	margin-bottom:0;
	padding-left:0;
	line-height:70px;
}
.liens ul li {
	display:inline-block;
	color:#FFF;
	padding:6px;
	line-height:1;
	font-size:14px;
}
.liens li:nth-child(1),
.liens li:nth-child(2),
.liens li:nth-child(3),
.liens li:nth-child(4){
	border-right:1px solid #FFF;
}
.liens ul li a {
	color:#FFF;
	font-size:12px;
}
.liens ul li a:hover {
	color:#ff6648;
}
.newsletter.right {
	text-align:right;
	display:inline-block;
	color:#FFF;
	float:right;
}
@media screen and (max-width:1199px){
		.newsletter p:first-child{
			float:left;
			width:100%;
		}
		.newsletter p:nth-child(2) {
			float:left;
		}
		#block-customnewsletter form {
			margin-top:15px;
		}
		.newsletter input[name='email']{
			width:220px;
		}
}
@media screen and (max-width:768px){
	.newsletter p:first-child{
			float:inherit;
			width:inherit;
		}
		.newsletter p:nth-child(2) {
			float:inherit;
		}
		#block-customnewsletter form {
			margin-top:15px;
		}
		.newsletter input[name='email']{
			width:220px;
		}
}
@media screen and (max-width:499px){
	.newsletter p:first-child{
			float:left;
			width:100%;
			text-align:center;
			margin-bottom:10px !important;
			display:block;
		}
		.newsletter p:nth-child(2) {
			float:left;
		}
		#block-customnewsletter form {
			margin-top:15px;
		}
		.newsletter input[name='email']{
			width:inherit;
			margin-left:14%;
			margin-right:5px;
		}
		.newsletter .webform-button--submit {
			float:left;
		}
}

.newsletter.right p {
	display:inline-block;
	padding-right:12px;
	margin:0;
	font-size:14px;
}
.newsletter.right input {
	height:40px;
}
.navbar-default .navbar-toggle {
	border:0;
	border-radius:0;
	width:24px;
	height:24px;
	padding:0;
	margin:0;
	z-index:999;
	margin-top:35px;
}
.navbar-default .navbar-collapse.in .navbar-toggle {
	background: transparent url('../images/close-menu.png')no-repeat center center;
	outline:none;
}
.navbar-default .navbar-collapse:not(.in) .navbar-toggle {
	border-color:inherit;
	background: transparent url('../images/burger-menu.png')no-repeat center center;
	outline:none;
}
.navbar-default .navbar-toggle span {
	display:none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:visited{
	background-color:inherit;
}
/** WEBFORM NEWSLETTER **/
.webform-submission-form.webform-submission-newsel-block_content-10-form {
	margin-top:0;
}
.webform-submission-form.webform-submission-newsel-block_content-10-form > div {
	width:inherit;
}
.webform-submission-form.webform-submission-newsel-block_content-10-form input{
	max-width:150px;
	display:inline-block;
}
.webform-submission-form.webform-submission-newsel-block_content-10-form > div:nth-child(even) {
	margin-right:inherit;
}
/** WEBFORM ADHESION **/

.form-required:after{
	  background-size: 9px 9px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 9px;
    width: 9px;
    margin-left: 3px;
}

.webform .field--name-body ul {
	padding-left:13.5em;
	padding-top:25px;
	padding-bottom:25px;
}
.webform-submission-form > div {
	width:45%;
	display:inline-block;
}
.webform-submission-form {
	margin-top:25px;
}
.webform-submission-form > div:nth-child(even){
	margin-right:9%;
}
.webform-submission-form.webform-submission-contact-node-5-form > div:nth-child(odd){
	margin-right:9%;
}
.webform-submission-form.webform-submission-contact-node-5-form > div:nth-child(even){
	margin-right:0;
}
.webform-submission-form.webform-submission-informations-manquantes-node-15-form > div:nth-child(odd){
	margin-right:9%;
}
.webform-submission-form.webform-submission-informations-manquantes-node-15-form > div:nth-child(even){
	margin-right:0;
}
.webform-submission-form.webform-submission-adhesion-node-4-form > div:nth-child(1) {
	margin-right:50%;
}
.webform-submission-form .panel-title {
	padding:0px 15px;
}
.webform-submission-form .panel-default {
	border:0;
}
.webform-submission-form .panel-heading {
	background-color:inherit;
	border:0;
	padding:10px 0;
}
.webform-submission-form .panel-body {
	padding:15px 0;
}
label[for="edit-s-abonner-aux-actualites"] {
	font-size:14px !important;
}
input#edit-s-abonner-aux-actualites {
	margin-right:10px;
}
.webform-submission-form .panel-body > div {
	width:32.7%;
	display:inline-block;
}
.webform-submission-form .panel {
	margin-bottom:0;
	box-shadow:none;
}
.webform-submission-form label {
	font-weight:400;
	font-size:16px;
}
.webform-submission-form .form-control {
	height:44px;
	border-color:#CCC;
	border-radius:0px;
}
.webform-submission-form .radio + .radio {
	margin-top:10px;
}
.webform-submission-form .form-type-textarea {
	width:100%;
	display:block;
}
.webform-submission-form .form-type-textarea textarea {
	min-height:112px;
	margin-bottom:25px;
}
#edit-temps-partiel--wrapper {
	margin-bottom:25px;
}
#edit-informations-bancaires-upload .description,
#edit-photo-d-identite-upload .description {
	display:none;
}
.webform-submission-form .form-actions {
	width:100%;
	margin:20px auto;
	text-align:center;
}
.webform-submission-form .form-actions .button {
	margin:0 auto;
	display:inline-block;
	padding:15px 25px;
	font-size:18px;
	text-decoration:uppercase;
	background-color:#ff6648;
	text-align:center;
	color:#FFF;
	border:0;
	border-radius:0;
	opacity:1;
	margin-top:15px;
	text-transform:uppercase;
}
@media screen and (max-width: 991px){
	.webform-submission-form .form-actions .button {
		max-width:100%;
		font-size:14px;
	}
}
.webform-submission-form.webform-submission-newsel-block_content-10-form .form-actions button {
	margin-top:0;
	padding:8px 15px;
}
.webform-submission-form.webform-submission-newsel-block_content-10-form .form-actions {
	margin:15px 0;
}
.webform-submission-form .form-actions button:hover {
	background-color:#30607c;
	color:#ff6648;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.webform-submission-form .form-type-radio input {
	display:none;
}
.webform-submission-form .form-type-radio label {
	position:relative;
}
.webform-submission-form .form-type-radio label:before {
	content: '';
	position:absolute;
	left:-20px;
	background:transparent url('../images/radio-off.png')no-repeat center center;
	width:15px;
	height:15px;
	bottom:2px;
	display:block;
}
.webform-submission-form .form-type-radio label.checked:before {
	content: '';
	position:absolute;
	left:-20px;
	background:transparent url('../images/radio-on.png')no-repeat center center;
	width:15px;
	height:15px;
	bottom:2px;
	display:block;
}

/** PAGE CONTACT **/
#block-blocadressespagecontact ~ h1 {
	display:none;
}
#block-blocadressespagecontact .field--name-body p {
	margin:0 0 25px 0;
}
#block-blocadressespagecontact .field--name-body img {
	padding-right:15px;
}
#block-blocadressespagecontact .field--name-field-adresse .field--item {
	margin-bottom:20px;
	text-transform:uppercase;
}
#block-blocadressespagecontact .field--name-field-adresse .field--item.col-sm-4 {
	border-bottom:2px dotted #E6E6E6;
	min-height:240px;
}
#block-blocadressespagecontact .field--name-field-infos-complementaires {
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 25px 0;
	padding-bottom:15px;
	font-size:16px;
}
article[data-history-node-id='5'] ~ .page-header {
	display:none;
}
.paragraph--type--locaux {
	padding-left:28px;
}
.paragraph--type--locaux p {
	margin-bottom:0px;
}
.paragraph--type--locaux .field--name-field-nom {
	font-size:16px;
	font-weight:700;
	position:relative;
}
.paragraph--type--locaux .field--name-field-nom:before {
	content:'';
	background: transparent url(../images/icon-location.png)no-repeat center left;
	position: absolute;
  display: block;
  width: 24px;
  height: 25px;
  left: -28px;
}
/** VUE COMMUNIQUES LISTE **/
.select-wrapper {
	display:block;
}
.views-exposed-form.bef-exposed-form .form-item-field-corps-de-metier-target-id .select-wrapper,
.view:not(.view-communiques) .views-exposed-form.bef-exposed-form .form-item-field-dossier-th-target-id .select-wrapper{
	margin-right:25px;
}
.view-id-communiques.view-display-id-page_1 .form-item-field-section-locale-target-id .select-wrapper,
.view-id-communiques.view-display-id-page_2 .form-item-field-section-locale-target-id .select-wrapper,
.view-id-communiques.view-display-id-page_3 .form-item-field-section-locale-target-id .select-wrapper,
.view-id-communiques.view-display-id-page_4 .form-item-field-section-locale-target-id .select-wrapper {
	margin-right:25px;
}
.view-communiques .form-group {
	margin-bottom:0;
}
.views-exposed-form {
	float:right;
	margin-top:20px;
	margin-bottom:30px;
}
.view-textes-et-documents .view-filters.form-group {
	margin-bottom:0;
}
.views-exposed-form input, .views-exposed-form select {
	width:200px;
	height:30px;
	border-color:#CCC;
	border-radius:0;
	font-style:italic;
}
.views-exposed-form input.form-control {
	display:block;
}
.views-exposed-form .js-form-item-combine input {
	margin-right:25px;
}
.views-exposed-form.bef-exposed-form .form-inline {
	position:relative;
}
.views-exposed-form.bef-exposed-form .form-inline > span {
	float:left;
	line-height:80px;
	padding-right:20px;
	font-weight:600;
}
.views-exposed-form.bef-exposed-form .form-inline:before {
	background: transparent url(../images/filtres.png)no-repeat center;
	position:absolute;
	width:36px;
	height:36px;
	left:-45px;
	top:20px;
}

/** VUE DOSSIER LISTE **/
.field--name-field-type-dossier h2 {
	display:none;
}
.field--name-field-type-dossier {
	position:absolute;
	right:26px;
	top:65px;
	z-index:999;
	box-shadow:2px 2px 8px #AAA;
	transform: rotate(15deg);
}
.image img {
  box-shadow: 2px 2px 10px 2px #BBB;
  margin:28px 0;
}
.actu-menu .image img{
	box-shadow: 0px 0px 5px -1px #BBB;
}

.vue-liste-generique {
	min-height:265px;
}
.view-id-taxonomy_term .views-row {
	border-bottom:2.78px dotted #E7E7E7;
	padding:20px 0;
}
@media screen and (max-width:768px){
	.vue-liste-generique .col-lg-12 {
		text-align:justify;
	}
}
.vue-liste-generique .titre {
	float:left;
}
.view-id-dossiers .views-row {
	background: transparent url('../images/pattern_cadre_raye.png')repeat-x bottom;
	padding:0;
}
.dossiers-liste {
	min-height:460px;
}
.dossiers-liste p {
	text-align:center;
}
.dossiers-liste img:hover {
	opacity:.7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.view-id-dossiers .double-cadre {
	float:inherit;
}
.view-id-dossiers .field--name-description {
	text-align:center;
	margin:0 30px;
}
.view-id-dossiers h3 {
	margin-bottom:0;
	margin-left:40px;
	margin-top:30px;
}
.view-id-dossiers .double-cadre {
	margin:15px 30px 40px 30px;
}
.double-cadre > a {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:99999;
}
.double-cadre a:hover img {
	opacity:.5;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
/** PAGE DOSSIER DETAIL **/
.page-dossier-detail .field--name-field-body {
	line-height:30px;
	text-align:justify;

}
.select-wrapper:after {
	color:#2F2F2F;
}
/** VUE CAP **/
.view-cap .views-exposed-form.bef-exposed-form .form-item-field-corps-de-metier-target-id .select-wrapper{
	margin-right:0;
}
.field--name-field-date-de-publication {
	float:left;
}
.view-cap.view-display-id-block_1 .views-field-field-image {
	float:left;
	max-width:40%;
}
.view-cap.view-display-id-block_1 .views-field-field-image img {
	max-width:50%;
}
.view-cap.view-display-id-block_1 .views-field-title {
	float:left;
	max-width:60%;
}
.view-cap.view-display-id-block_1 .view-content {
	float:left;
	width:78%;
}
.view-cap.view-display-id-block_1 .view-footer {
	float:right;
}
.view-cap .views-exposed-form {
	margin-bottom:0;
	margin-top:0;
}
.view-cap .header-taxo {
	background-color:#F7F7F7;
	padding:36px;
	box-shadow: 0 0 2px 2px #F7F7F7;
}
/** PAGE EDITORIALE **/
article.page.full img {
		max-width:390px;
}
article.page.full .list-editoriale li {
	width:50%;
	float:left;
	padding-bottom:8px;
}
article.page.full .list-editoriale li:last-child{
	width:100%;
	margin-bottom:15px;
}
.double-cadre {
	position:relative;
	display:inline-block;
	margin:15px 45px 45px 13px;
	float:left;
}
.double-cadre img{
	position:relative;
	z-index:12;
}
.double-cadre:hover img{
	opacity:.7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.double-cadre:before {
    position:absolute;
    content: '';
    left:-10px;
    right:10px;
    bottom:-10px;
    top:-10px;
		border:1px solid #ff6648;
		padding:10px;
		z-index:16;
}
article.page.full h2 ~ p:nth-child(1) {
	font-style:italic;
}
article.page.full p {
	text-align:justify;
	line-height:1.5;
	margin-bottom:15px;
	font-weight:300;
}
.double-cadre:after {
    position:absolute;
    content: '';
    left:10px;
    right:-10px;
    bottom:-20px;
    top:10px;
	border:1px solid #285373;
	padding:10px;
	z-index:3;
}

/** PAGE SECTIONS LOCALES **/
.sections-locales .nav-tabs {
	border-bottom:0;
	background-color:#f7f7f7;
}
.sections-locales .nav-tabs > li > a {
	padding:8px 20px;
	margin-right:0;
	text-transform:uppercase;

}
@media screen and (max-width:991px){
	.sections-locales .nav-tabs > li > a {
		font-size:12px;
	}
	.sections-locales .nav {
		padding-left:0 !important;
	}
}
@media screen and (max-width:445px){
	.sections-locales .nav-tabs > li > a {
		font-size:12px;
		min-height:50px;
	}
	.sections-locales .nav {
		padding-left:0 !important;
	}
}

.nav-tabs > li {
	float:inherit;
	display:inline-block;
	padding-left:0;
}
.sections-locales .nav-tabs > li.active > a,
.sections-locales .nav-tabs > li.active > a:hover,
.sections-locales .nav-tabs > li > a:hover{
	font-size:16px;
	color:#FFF;
	background-color:#ff6648;
	border-radius:0;
	border:0;
	font-weight:500;
}
#documents li:not(.active):nth-child(1):hover {
	padding-right:4px;
}
#documents li:not(.active):nth-child(2):hover {
	padding-left:4px;
}
.sections-locales .nav-tabs > li > a {
	color:#ff6648;
	border:0;
}

.sections-locales .tab-content .double-cadre{
	max-width:530px;
	margin:35px 35px 35px 35px;
}
.sections-locales .tab-pane {
	width:100%;
}
.sections-locales .tab-content > .active {
	display:inline-block;
}
.sections-locales .tab-content p {
	text-align:justify;
	line-height:30px;
	margin-top:20px;
}
#documents {
	margin-top:50px;
}
#documents li {
	width:50%;
	text-align:center;
}
#documents .nav-tabs li {
	float:left;
}
.view-textes-et-documents .js-form-type-select.form-item-field-type-target-id .select-wrapper {
	margin-right:25px;
}
.view-id-textes_et_documents .field--name-body,
.view-communiques .field--name-body,
.view-cap .field--name-body
{
	min-height:90px;
}
.view-id-textes_et_documents .views-row,
.view-id-communiques .views-row{
	min-height:250px;
}
/** DETAIL CAP/COMMUNIQUE/TEXTES&DOCU **/
article.communique .right a,
article.textes-et-documents .right a,
article.cap.full .right a{
	width:60%;
	text-align:left;
}
article.communique .field--name-body,
article.textes-et-documents .field--name-body{
	margin-bottom:25px;
}
article.textes-et-documents.full,
article.publications.full{
	margin-top:25px;
}

#pdf-navbar{
	width: 80%;
	display: none;
	justify-content: space-between;
	padding-bottom: 20px;
	margin: auto;
	align-items: center;
}

#next-page.btn-info, #prev-page.btn-info{
	background-color: #ff6648;
	border-color: #ff6648;
	transition: .3s ease-in-out;
}

#next-page.btn-info:hover, #prev-page.btn-info:hover{
	background-color: #ff4829;
}

article .content #canvas{
	display: block;
	margin: auto;
	width: 50%;
}

.image-detail {
	margin:0 0px 35px 35px;
	float:right;
}
.image-detail img {
	 box-shadow: 2px 2px 10px 2px #BBB;
}
/** RESULTATS DE RECHERCHE **/
.search-form ~ ol {
	list-style:none;
	padding-left:0;
}
.search-form ~ ol li {
	padding-bottom:15px;
	margin-bottom:15px;
	min-height:135px;
	border-bottom:2.78px dotted #E7E7E7;
	position:relative;
	padding-top:30px;
}
.path-search span.date {
	display:none;
}
.search-help-link {
	display:none;
}
/** BREADCRUMB **/
.breadcrumb {
	background-color:inherit;
}
.breadcrumb > li > a {
	color:#30607c !important;
}
.breadcrumb li {
	overflow:auto;
}
.breadcrumb > .active {
	color:#FF6648;
	max-width:350px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/** PARAGRAPH ACCORDION **/
.panel-heading h4 .field--name-field-titre {
	color:#FF6648;;
}
.panel-group .panel {
	border-radius:0;
}
.panel-group a:hover, .panel-group a:focus {
	text-decoration:none;
}
.panel-heading:hover a .field--name-field-titre {
	color:#30607c;
}
/** PAGINATION LISTE **/
.pagination > li > a,
.pagination > li > span {
	border:0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius:0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color:#EEEEEE;
	color:#30607c;
	font-weight:600;
}
/** EU COOKIE COMPLIANCE **/
#sliding-popup #popup-text p {
	font-weight:300 !important;
}
#sliding-popup .popup-content #popup-buttons button {
	box-shadow:none;
	background:inherit;
	background-color:transparent;
	border-radius:0;
	border:0;
	color:#FFF;
	text-decoration:underline;
	text-shadow:inherit;
	font-size:12px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
}
#sliding-popup .popup-content #popup-buttons button:hover {
	background:inherit;
	background-color:inherit;
	font-weight:500;
}
#popup-buttons .find-more-button {
	display:none !important;
}
#block-socialsharingblock {
	margin-bottom:15px;
	text-align:right;
	float:right;
}
.social-media-sharing li {
	margin-right:5px;
}
.social-media-sharing li:first-child {
	margin-left:5px;
}
.social-media-sharing .share img {
	width:30px;
}
span.date {
	text-align: left;
    color: #595959;
    margin-bottom: 15px;
    display:block;
    float:left;
}
.path-search  ol li p:last-child {
	display:none;
}
@media screen and (max-width:1250px){
	#block-header {
		height:180px;
	}
	#block-header .col-sm-8 img {
		max-width:50%;
		margin-top:15px;
	}
	#block-header .col-sm-1 {
		margin-top:55px;
	}
	.region.region-navigation-collapsible {
		max-height:180px;
	}
}
@media screen and (max-width:1230px){
	.menu.nav.navbar-nav li,
	.menu.nav.navbar-nav li a {
		font-size:16px;
	}
}

@media screen and (max-width:1200px){
	.menu.nav.navbar-nav li,
	.menu.nav.navbar-nav li a {
		font-size:14px;
	}
	.search-block-form .input-group .form-control {
		width:180px;
	}
	p {
		font-size:14px;
	}
	#carousel-hp-textes-docu .carousel-indicators:not(.origin) .categ {
		font-size:16px;
	}
	.view-communiques.view-display-id-block_1 .description .date {
		font-size:16px;
	}
	#block-lienfooter .row {
		line-height:48px;
	}
	.webform-submission-form.webform-submission-newsel-block_content-10-form input {
		display:block;
	}
	.liens ul {
		line-height:45px;
	}
	.liens li:nth-child(3){
		border-right:inherit;
	}
	input#edit-s-abonner-aux-actualites {
		margin-top:8px;
	}
	.dossiers-liste {
		min-height:410px;
	}
	#carousel-hp-textes-docu {
		height:313px;
	}
	#carousel-hp-textes-docu .carousel-indicators:not(.origin) {
		height:282px;
	}
}
.navbar-toggle {
	position:absolute;
	top:128px;
	right:18px;
}

/** VIEW ARCHIVES **/
.view-id-archive.view-display-id-page_2 ul {
	list-style:none;
}

.view-id-archive.view-display-id-page_2 li {
	list-style: none;
}

.button.js-form-submit.form-submit.btn {
	margin-right:0;
	margin-left:0px;
	margin-top:0px;
	background-color:#ff6648;
	border-color:#ff6648;
	color:#FFF;
}

@media screen and (max-width:1060px){

}

@media screen and (min-width:768px) and (max-width:991px){
	.box-shadow {
		display:none;
	}
	.actu-menu .img img {
		margin:auto;
	}
	.view-communiques.view-display-id-block_1 .field--name-body {
		min-height:90px;
	}
	.view-communiques.view-display-id-block_1 .description .right {
		text-align:right;
		float:right;
	}

	article .content #canvas{
		width: 48%;
	}
}
.path-search .pager__item--first span:nth-child(2) {
	display:none;
}
.path-search .pager__item--first span:nth-child(1) {
	display:block !important;
}
@media screen and (max-width:991px){
		.box-shadow {
		display:none;
	}
	.search-block-form .input-group .form-control {
		width:280px;
		margin-top:0;
	}
	#search-block-form .btn-primary {
		position:absolute;
	}
	.path-frontpage .region.region-header {
		margin-bottom:25px;
	}


.path-frontpage .search-block-form {
	margin-left:0;
}
	.breadcrumb-content {
		width:100%;
		float:none;
		margin-top:45px;
	}
	.search-block-form {
		width:45%;
		max-width:inherit;
		float:none;
		top:5px;
		z-index:9999;
		margin-bottom:25px;
	}
	.search-block-form {
		width:100% !important;
	}
	.path-node .search-block-form {
		top:inherit;
		bottom:95Px;
	}
	.actu-menu .image {
		margin:0 10px 0 15px;
	}
	h2 {
		margin-top:15px;
	}
	#block-cgt-main-menu {
		top:158px;
	}
	.actu-menu .txt span,
	.actu-menu .txt a {
		margin-bottom:4px;
		display:block;
		color:#FFF;
	}
	.glyphicon-chevron-right:before,
	.glyphicon-chevron-left:before {
		width:28px;
		height:28px;
	}
	.carousel-control .glyphicon-chevron-left {
		left:10%;
		top:30%;
	}
	.carousel-control .glyphicon-chevron-right {
		right:10%;
		top:30%;
	}
	.dropdown {
		padding:0 !important;
	}
	.dropdown > a {
		padding:15px 0;
	}
	.fond-bleu {
		height:55px;
		min-height:inherit;
		max-height:inherit;
		background-size:cover;
	}
	.message.visible-sm h2 {
		z-index:999;
	}
	#carousel-hp-textes-docu .item img {
		margin:auto;
	}
	#carousel-hp-textes-docu {
		height:492px;
	}
	.fond-bleu {
		width:100%;
		background-position:center;
		box-shadow:inherit;
	}
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .collapse {
    	display:block;
    }
    .navbar-collapse.collapse .menu.nav.navbar-nav.container{
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-collapse.in {
    	overflow-y:visible;
    	height:100%;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .region.region-navigation-collapsible {
    	max-height:220px;
    }
    .menu.nav.navbar-nav li .dropdown-menu {
    	padding: 0;
    	background-color:#3875a2;
    	width:100%;
    	max-width: inherit;
    	padding:0;
    }
    .dropdown-menu .dropdown > a  {
    	padding-left:20px !important;
    }
    .expanded.dropdown.open .dropdown-menu li > a {
    	color:#FFF !important;
    	margin:0px 30px !important;
    	padding:10px 15px !important;
    }
    .actu-menu .txt {
    	padding-right:10px;
    }
    .dropdown-menu li:last-child > a {
    	border-bottom:inherit;
    }
    .actu-menu {
    	max-width:60%;
    	margin-top:10px;
    }
    .actu-menu > a {
    	color:#FFF;
    }
    .menu.nav.navbar-nav li:nth-child(2) .dropdown-menu {
		min-width:inherit !important;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu > span {
		font-size:12px;
		text-align:right;
		padding-right:30px;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu .actu-menu a{
		font-size:12px;
		text-transform:none;
		text-align:left;
		text-decoration: italic;
		color:#FFF;
		padding:0 !important;
		margin:0;
		border-bottom:0 !important;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu .actu-menu a:first-child {
		margin-left:30px;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu .actu-menu a:after {
		content: '' !important;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu .actu-menu .img {
		padding-left:0;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu li {
		margin-bottom:10px;
	}
	.menu.nav.navbar-nav li:nth-child(2) .dropdown-menu li > a {
		margin-bottom:10px;
		border-bottom:1px solid #FFF;
	}
	.actu-menu .row {
		margin:0;
	}
	.dropdown-menu {
		position:relative;
		margin-bottom:10px;
	}
    .message.visible-sm > h2{
    	position:absolute;
    	top:120px;
    	color:#FFF;
    	font-size:18px;
    	left:5%;
    	margin:0;
    	padding-left:0;
    	background:inherit;
    	z-index:14;
		width:auto;
    }
    #block-header {
    	height:160px;
    	line-height:160px;
    }
    .navbar-default .navbar-toggle {
    	margin-top:5px;
    	width:24px;
    	height:20px;
    }
    .region.region-navigation-collapsible {
			max-height:160px;
    }
    #block-header.clearfix:before,
    #block-header.clearfix:after,
    .navbar-collapse:before,
    .navbar-collapse:after{
    	display:table !important;
    	content: " " !important;
    }
    #block-header.clearfix:after {
    	clear:both !important;
    }
    #block-header .col-sm-8 img {

    	max-width:40%;
    	margin-bottom:56px;
    }
	 #block-header h1 {
		margin:0 !important;
	}
    .menu.nav.navbar-nav {
    	background-color:#285373;
    	margin-top:0;
    	margin:0;
    	max-width:inherit;
    	padding:0;
    }
    .nav {
    	padding-left:15px;
    }
    .menu.nav.navbar-nav > li:after {
    	content: '+';
    	color:#FFF;
    	position:absolute;
    	right:35px;
    	top:14px;

    }
    .actu-menu .field--name-field-image-communique a {
    	padding:0 15px !important;
    }
    .menu.nav.navbar-nav .dropdown.open:after {
    	content: '-';
    	color:#FFF;
    	float:right;
    }
    .dropdown > a {
    	padding:10px 30px;
    }
    .dropdown-menu > li > a {
    	border-bottom:1px solid #FFF;
    	padding:6px 30px !important;
    }
    .dropdown-menu li:last-child > a{
    	border-bottom:0 !important;
    }
		.menu.nav.navbar-nav > li > a {
				font-size:18px;
				border-bottom:1px solid #666666;
				margin:12px 30px;
		}
		.fond-orange {
			width:100%;
			background-position:center;
			background-size:300%;
			min-height:45px;
			top:160px;
			z-index:9;
		}
		#search-block-form .form-group {
			text-align:center;
			margin-top:0px;
			margin-bottom:0;
		}
		#carousel-hp-textes-docu .carousel-inner {
			width:100%;
			float:inherit;
			min-height:213px;
			margin-bottom:20px;
		}
		#carousel-hp-textes-docu .carousel-indicators:not(.origin) {
			width:100%;
			margin:0 auto;
			overflow:hidden;
			padding:0;
			height:100px;
			text-overflow:ellipsis;
		}
		#carousel-hp-textes-docu .carousel-indicators:not(.origin) li {
			display:none;
			border-bottom:0;
			-webkit-transition:all 1s;
			-moz-transition: all 1s;
			-ms-transition: all 1s;
			-o-transition: all 1s;
			transition: all 1s;
		}
		#carousel-hp-textes-docu .carousel-indicators:not(.origin) li.active {
			display:block;
		}
		#carousel-hp-textes-docu .carousel-indicators:not(.origin) li.active p{
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
		}
		.cadre-raye {
			display:block;
			height:100%;
			padding:15px;
		}
		.titre-mobile {
			text-align:center;
			margin-top:25px;
			padding-left:0;
		}
		.form-item-field-dossier-th-target-id {
			padding-top:15Px;
		}

		.views-exposed-form.bef-exposed-form .form-inline > span:nth-child(1){
			width:100%;
		}
		.titre-mobile .titre h3 > a {
			font-size:16px;
			font-weight:700;
		}
		.view-communiques .field--name-field-image img,
		.view-id-publications .field--name-field-image img{
			margin-top:0;
			margin-bottom:10px;
		}
		.download.right {
			display:inline-block;
			float:inherit;
			margin-top:10px;
		}
		.view-communiques .description .right,
		.view-publications .description .right{
			text-align:center;
		}
		.cap-automne:not(h2) {
			text-align:center;
		}
		.cap-automne .download.right {
			margin-right:0;
		}
		.view-communiques .field--name-body,
		.view-publications .field--name-body{
			min-height:90px;
		}
		#block-blocadressespagecontact .field--name-field-adresse .field--item.col-sm-4 {
			min-height:190px;
		}
		#block-header .col-sm-1 {
			margin-top:inherit;
		}
		.sections-locales .tab-content .double-cadre {
			max-width:280px;
		}
		.sections-locales .nav-tabs > li.active,
		.sections-locales .nav-tabs > li:hover {
			box-shadow:inherit;

		}
		.sections-locales .nav-tabs > li.active > a,
		.sections-locales .nav-tabs > li.active > a:hover,
		.sections-locales .nav-tabs > li > a:hover {
			box-shadow:inherit;
			font-size:12px;
		}

		.sections-locales .tab-content p {
			line-height:inherit;
		}
}
@media screen and (max-width:768px){
	article.page.full .list-editoriale li {
	width:100%;
	float:inherit;
	padding-bottom:8px;
}
	.field--name-field-type-dossier {
		right:18px;
	}
	.col-lg-10.col-md-10.col-sm-9.description {
		clear:both;
	}
	.path-node .search-block-form {
		top:4px;
		bottom:0px;
	}
	.image-detail {
		max-width:230px;
	}
	#block-header .col-sm-8 img {
		max-width:40%;
	}
	.description .right {
		text-align:center;
		margin-top:15px;
	}
	h1{
		margin-top:15px;
		font-size:26px;
	}
	.dossiers-liste {
		text-align:center;
	}
	.newsletter.right,
	.liens.left {
		text-align:center;
	}

	.actu-img .img img {
		margin:auto;
	}
	.webform-submission-form > div {
	width:100%;
	display:block;
	}
	.webform-submission-form > div:nth-child(even){
		margin-right:0
	}
	.webform-submission-form > div:nth-child(1) {
		margin-right:0;
	}
	.webform .field--name-body ul {
		padding-left:3.5em;
	}
	article.page.full img {
		max-width:290px;
	}
	.views-exposed-form {
		float:inherit;
		text-align:center;
		margin-left:50px;
	}
	.sections-locales .tab-content .double-cadre {
		float:inherit;
	}
	.sections-locales .tab-content {
		text-align:center;
	}
	.webform-submission-form.webform-submission-newsel-block_content-10-form input {
		display:inline-block;
	}
	.webform-submission-form.webform-submission-newsel-block_content-10-form > div:nth-child(1){
		display:inline-block;
	}
	.webform-submission-form.webform-submission-newsel-block_content-10-form > div:nth-child(even){
		display:inline-block;
	}
	.image {
		margin-bottom:15px;
	}
	.vue-liste-generique .image {
		padding-right:0;
	}
	.breadcrumb-content {
		display:none;
		max-width: 100%;
	}
	.search-block-form {
		bottom:24px;
	}
}
@media screen and (max-width:650px){
	.liens ul {
		line-height:45px;
		margin-bottom:15px;
		padding-bottom:10px;
		border-bottom:1px solid #FFF;
	}
	article.communique .right a {
	width:80%;
	text-align:center;
}
.views-exposed-form input, .views-exposed-form select {
		width:140px;
	}
	#carousel-hp-textes-docu {
		height:inherit;
	}
}
@media screen and (max-width:618px){

	.views-exposed-form.bef-exposed-form .form-inline:before {
		left:0;
	}
	.views-exposed-form {
		margin:auto;
	}
	.views-exposed-form input, .views-exposed-form select {
		width:150px;
	}
	.agree-button {
		margin-top:0 !important;
		margin-bottom:0 !important;
		font-size:10px !important;
	}
	#sliding-popup .popup-content #popup-text {
		margin:0 !important;
	}
	#sliding-popup .popup-content #popup-text p {
		font-size:10px;
	}
	.fond-orange {
		top:120px;
	}
	.liens li:nth-child(3) {
		border-right:0
	}
	.region.region-navigation-collapsible {
		max-height:120px;
	}
	#block-header {
		height:120px;
		line-height:120px;
	}
	#block-cgt-main-menu {
		top:118px;
		bottom:0;
	}
	.search-block-form {
		top:8px;
	}
	.fond-orange {
		min-height:50px;
		background-size:450%;
	}
	.message.visible-sm > h2 {
		top:82px;
	}
	.navbar-default .navbar-toggle {
		margin-top:-37px;
	}
	.fond-bleu {
		background-size:cover;
		height:50px;
	}
	.navbar.navbar-default.container-fluid {
		min-height:120px;
	}
	.image-detail {
		float:inherit;
		margin:auto;
		margin-bottom:15px;
	}
	.image-detail img {
		max-width:60%;
		text-align:center;
		margin:auto;
	}
	.texte-detail .right {
		text-align:center;
	}

	article .content #canvas{
		margin: 0;
		width: 100%;
	}
}

.view-id-cap .view-header {
	margin:30px auto;
}
@media screen and (max-width:510px){
	.actu-menu {
		max-width:100%;
	}
	.view-cap .view-header {
		margin-bottom:0;
	}
	.path-cap h1 {
		margin-bottom:15px;
		margin-top:20px;
	}
	.search-block-form .input-group .form-control {
		width:230px;
		margin-top:0;
	}
}
@media screen and (max-width:448px){
	h2 {
		min-width:280px;
	}
	.webform-submission-form.webform-submission-newsel-block_content-10-form input {
		display:block;
	}
	.views-exposed-form input, .views-exposed-form select {
		width:120px;
	}
}
@media screen and (max-width: 425px){
	.message.visible-sm h2 {
		font-size:14px;
		left:0;
		padding-left:15px;
		top:86px;
		min-width: 300px;
	}
	.description p {
		line-height:inherit;
	}
	#carousel-hp-textes-docu .carousel-inner {
		min-height:inherit;
	}
}

.page-dossier-detail .field--name-field-type-dossier {
	right:-18px;
	top:0;
}
/** CAROUSEL INDICATORS ORIGINAUX **/
.origin {
  position: absolute;
  bottom: 140px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.tab-pane li {
	text-align:left;
}
.origin li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.origin .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.communique.full .field--name-field-corps-de-metier,
.textes-et-documents.full .field--name-field-corps-de-metier,
.communique.full .field--name-field-dossier-th,
.textes-et-documents.full .field--name-field-dossier-th,
.communique.full .field--name-field-section-locale,
.textes-et-documents.full .field--name-field-section-locale{
	float:left;
	border-bottom:none;
}
.communique.full .field--name-field-corps-de-metier .field--item,
.textes-et-documents.full .field--name-field-corps-de-metier .field--item,
.communique.full .field--name-field-dossier-th .field--item,
.textes-et-documents.full .field--name-field-dossier-th .field--item,
.communique.full .field--name-field-section-locale .field--item,
.textes-et-documents.full .field--name-field-section-locale .field--item
{
	float:left;
}
.btn-vue-cles {
	margin-right:8px;
}
.mot-cles-sup {
	float:left;
	margin-top:25px;
	width:60%;
}
.mot-cles-sup .field--name-field-corps-de-metier {
	float:left;
}
.mot-cles-sup .field--name-field-corps-de-metier .field--item{
	float:left;
}
.mot-cles-sup .field--name-field-categorie {
	float:left;
}
.mot-cles-sup .field--name-field-categorie .field--item {
	float:left;
}

.mot-cles-sup > .field--items:last-child > .field--item:last-child a:after {
	content: '.';
	display:block;
	position:absolute;
	right:-3px;
	bottom:-1px;
}
.mot-cles-sup a {
	position:relative;
}
.mot-cles-sup .field--item a:after {
	content: ',';
	display:block;
	position:absolute;
	right:-3px;
	bottom:-1px;
}.node-form #edit-actions {
	clear:both;
}
.fieldset-legend {
	font-weight:normal !important;
}
.item-tags .field--item {
	float:left;
	position:relative;
	margin-right:10px;
}
.motcle {
	float: left;
	padding-right:10px;
	font-size:12px;
	line-height:2;
	font-style: italic;
}
.path-search .vue-liste-generique {
	min-height:inherit !important;
}
.path-search ul.links.inline.list-inline,
.path-search div.field--name-field-date-de-publication {
	display:none;
}
.webform-element--title-inline > div.iti--allow-dropdown {
  display: block;
}

.w-100 {
	width: 100% !important;
}