/*--- CSS Moteurs ---*/

/*--- Datepicker ------------------------------------------------*/

#ui-datepicker-div{
	background: #fafafa;
	font-family: 'roboto_bold', Arial, sans-serif;
	color: #0b1f39;
	border: none;
	border-radius: 0;
}

.rapsodee #ui-datepicker-div{
	background: #85B000;
}

.ui-datepicker .ui-datepicker-header{
	border: none;
}

.ui-datepicker-calendar td{
	text-align: center;
}

.ui-datepicker .ui-datepicker-header{
	background: #fafafa;
}

.rapsodee .ui-datepicker .ui-datepicker-header{
	background: #85B000;
}

.ui-datepicker .ui-state-default{
	text-align: center;
}

.ui-datepicker .ui-state-default:focus,
.ui-datepicker .ui-state-default:hover{
	color: #fff;
	background: #00B8DE;
	border: none;
}

#ui-datepicker-div,
.ui-widget-header{
  color: #00B8DE;
  font-family: 'roboto_regular', arial,sans-serif;
}


.rapsodee #ui-datepicker-div,
.rapsodee .ui-widget-header{
  color: #fff;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
  color: #00B8DE;
  border-color: #00B8DE;
}

#ui-datepicker-div .ui-widget-header .ui-icon{
  background-image: url(../img/ui-icons_00B8DE_256x240.png)/*{iconsHeader}*/;
}


/*--- Generic moteurs ----------------------------------*/

.views-exposed-form {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
    background: none;
  border: 1px solid #00B8DE;
}

.rapsodee .views-exposed-form{
  border-color: #85B000;
}

.views-exposed-form:before{
  content: "Filtrer par";
}
.i18n-en .views-exposed-form:before{
  content: "Filter by";
}

.views-exposed-form:before{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 20px;
    font-family: 'roboto_regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #00B8DE;
    background: transparent;
}

.rapsodee .views-exposed-form:before{
  color: #85B000;
}

.views-exposed-form .views-exposed-widget{
	padding-top: 7px;
}

.views-exposed-widgets{
	padding-left: 150px;
}

.views-exposed-form input{
	width: 225px;
  border: none;
  border-radius: 0;
}

.views-exposed-form .form-select{
	border: none;
}

.views-exposed-form input[type="text"]::-webkit-input-placeholder {
	color: #555;
}

.views-exposed-form input[type="text"]::-moz-placeholder {
	color: #555;
}

.views-exposed-form input[type="text"]:-ms-input-placeholder {
	color: #555;
}

.views-exposed-form .views-submit-button{
	float: none;
}

.views-exposed-form .views-exposed-widget .form-submit{
	margin: 0 0 0 20px;
    padding: 7px 10px;
    border: none;
    border-radius: 0;
    font-family: 'roboto_bold', Arial, sans-serif;
  text-transform: uppercase;
    font-size: 16px;
    color: #fff;
	background-color: #00B8DE;
    transition: all 0.2s ease-in-out;
}

.rapsodee .views-exposed-form .views-exposed-widget .form-submit{
  background-color: #85B000;
}

.views-exposed-form .views-exposed-widget .form-submit:focus,
.views-exposed-form .views-exposed-widget .form-submit:hover{
	background-color: #ef7d00;
}

.rapsodee .views-exposed-form .views-exposed-widget .form-submit:focus,
.rapsodee .views-exposed-form .views-exposed-widget .form-submit:hover{
	background-color: #85B000;
}

.view-moteurs .item-list li{
	border: none;
}

.page-node .center-content .view-moteurs .item-list li>a:last-child{
  position: absolute;
  bottom: 5px;
}

.page-node .center-content .view-moteurs.view-display-id-temoignages .item-list li>a:last-child{
  position: static;
}

.page-node .center-content #block-views-moteurs-bloc-tousprofessionnels .view-moteurs .item-list li>a:last-child{
  position: static;
}
.page-node .center-content .view-moteurs .item-list li.li-trombi>a:last-child{
  width: calc(100% - 30px);
}

.view-moteurs .item-list ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.view-moteurs .item-list ul.ul-agenda::before,
.view-moteurs .item-list ul.ul-plaquettes::before,
.view-moteurs .item-list ul.ul-album::before,
.view-moteurs .item-list ul.ul-actu::before{
  display: none;
}

.page-node .center-content .view-moteurs .theme,
.page-node .center-content .view-moteurs .theme span{
	font-family: 'roboto_bold', Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	color: #ef7d00;
}

.page-node.rapsodee .center-content .view-moteurs .theme,
.page-node.rapsodee .center-content .view-moteurs .theme span{
	color: #85B000;
}

.page-node .center-content .view-moteurs .views-row a{
	display: block;
	width: 100%;
	text-decoration: none;
}

.page-node.rapsodee .center-content .view-moteurs .views-row a{
	color: #85B000;
}

.page-node .center-content .view-moteurs .views-row a+a{
	width: auto;
}

.view-moteurs .galerie-intro-wrapper{
  position: relative;
}
.view-moteurs .galerie-intro-wrapper>p{
  position: absolute;
  margin: 0;
  padding: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #ef7d00;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.view-moteurs .galerie-intro-wrapper>p:focus,
.view-moteurs .galerie-intro-wrapper>p:hover{
  opacity: 0.9;
}

.node-type-galerie .region .group-header .field-name-field-resume-galerie{
  padding: 20px 0;
  background: #f2f2f2;
  text-align: center; 
  font-size: 16px;
}

.node-type-galerie .region ul.list-album>li{
  margin: 10px 0;
}

.node-type-galerie .region ul.list-album{
  padding-left: 0;
  overflow: hidden;
}

.view-moteurs h2{
	clear: both;
	width: 100%;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	color: #2a2d34;
}

.view-moteurs h2:focus,
.view-moteurs h2:hover{
	color: #ef7d00;
}

.rapsodee .view-moteurs h2:focus,
.rapsodee .view-moteurs h2:hover{
	color: #85B000;
}

.view-moteurs .lire-suite{
	padding: 3px 0;
	font-family: 'roboto_bold', Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #ef7d00;
	transition: all 0.2s ease-in-out;
}

.rapsodee .view-moteurs .lire-suite{
	border-bottom: 1px dotted #85B000;
}

.view-moteurs .lire-suite:focus,
.view-moteurs .lire-suite:hover{
	padding: 3px 5px;
	border: none;
	color:#fff;
	background: #ef7d00;
}

.rapsodee .view-moteurs .lire-suite:focus,
.rapsodee .view-moteurs .lire-suite:hover{
	background: #85B000;
}

@media screen and (min-width:768px){
  .page-node-1543 .view-moteurs .item-list li.col-sm-4{
    width: 32%;
  }
}

/*--- Moteur Actus + Archives -----------------------------------------------*/

.ul-actu .actu-img-wrapper{
	position: relative;
}

.ul-actu .actu-img-wrapper img.archive{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
}

#block-views-moteurs-photos-rapsodee .ul-album .galerie-intro-wrapper a,
#block-views-moteurs-galerie-photos .ul-album .galerie-intro-wrapper a,
#block-views-moteurs-block-1 .ul-actu .actu-img-wrapper a,
#block-views-moteurs-all-actu .ul-actu .actu-img-wrapper a{
  display: block;
}


#block-views-moteurs-block-1 .ul-actu .actu-img-wrapper a:last-child,
#block-views-moteurs-all-actu .ul-actu .actu-img-wrapper a:last-child{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 15px;
	font-family: 'roboto_regular', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: transparent;
	background: transparent;
	transition: all 0.2s ease-in-out;
}

#block-views-moteurs-photos-rapsodee .ul-album .galerie-intro-wrapper a:last-child,
#block-views-moteurs-galerie-photos .ul-album .galerie-intro-wrapper a:last-child{
  	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 15px;
	font-family: 'roboto_regular', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: transparent;
	background: transparent;
	transition: all 0.2s ease-in-out;
}

#block-views-moteurs-galerie-photos .galerie-intro-wrapper:focus a:last-child,
#block-views-moteurs-galerie-photos .galerie-intro-wrapper:hover a:last-child{
  	color: #fff;
	background: #85B000;
	background: rgba(239, 125, 0, 0.90);
}

#block-views-moteurs-all-actu .ul-actu .actu-img-wrapper:focus a:last-child,
#block-views-moteurs-all-actu .ul-actu .actu-img-wrapper:hover a:last-child{
	width: 100%;
	color: #fff;
	background: rgba(0, 185, 224, 0.95);
}

#block-views-moteurs-photos-rapsodee .galerie-intro-wrapper:focus a:last-child,
#block-views-moteurs-photos-rapsodee .galerie-intro-wrapper:hover a:last-child,
#block-views-moteurs-block-1 .ul-actu .actu-img-wrapper:focus a:last-child,
#block-views-moteurs-block-1 .ul-actu .actu-img-wrapper:hover a:last-child{
	color: #fff;
	background: #85B000;
	background: rgba(152,202,0,0.95);
}


.page-node .center-content .archives-button{
	position: relative;
	float: right;
	margin-top: 15px;
	margin-bottom: -75px;
	z-index: 1;
}

.page-node .center-content .archives-button a{
	display: inline-block;
	padding: 3px 0;
	font-family: 'roboto_bold', Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	border-bottom : 1px dotted #ef7d00;
	transition: all 0.2s ease-in-out;
}

.page-node .center-content .archives-button a:focus,
.page-node .center-content .archives-button a:hover{
	padding: 3px 5px;
	border: none;
	text-decoration: none;
}

@media screen and (max-width:1199px){
  #node-1542{
    position: relative;
  }
  .page-node .center-content .archives-button{
    position: absolute;
    margin: 0;
    bottom: -95px;
    right: 180px;
  }
  .views-exposed-form .views-exposed-widget .form-submit{
    margin-top: 8px;
    float: right;
  }
}

@media screen and (max-width:768px){
  .page-node .center-content .archives-button{
    bottom: -72px;
    right: 26px;
  }
}

/*--- Actu Une ------------------------------------------------*/

.view-display-id-all_actu .view-header{
  	margin-left: -15px;
	margin-right: -15px;
	background: #00b9e0;
}
.view-display-id-block_1 .view-header{
	margin-left: -15px;
	margin-right: -15px;
	background: #ef7d00;
}

.view-display-id-block_1 .view-header{
	background: #85B000;
}

.view-display-id-all_actu .view-header .list-actu,
.view-display-id-block_1 .view-header .list-actu{
	padding-left: 0;
}

.actu-une-infos{
	padding-top: 30px;
	padding-bottom: 20px;
    padding-right: 50px;
}
.view-moteurs .views-row .actu-une {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.view-moteurs .views-row .actu-une::before{
  display: none;
}
.view-moteurs .views-row .actu-une-img a{
  height: 100%;
} 
.view-moteurs .views-row .actu-une-img .img-responsive{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  

.actu-une-infos .a-la-une{
    margin-bottom: 20px;
	text-align: left;
    font-family: 'robotolight', Arial, sans-serif;
	font-size: 35px;
	color: #fff;
    text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.actu-une-infos p{
	text-align: left;
	font-size: 16px;
}

.actu-une-infos .actu-une-theme{
	font-family: 'roboto_bold', Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.actu-une-infos .actu-une-title{
	text-align: left;
	font-family: 'robotolight', Arial, sans-serif;
	font-size: 25px;
	color: #fff;
}
.view-moteurs .views-row .actu-une-infos{
  text-align: left;
}
.view-moteurs .views-row .actu-une-infos a{
  width: auto;
}
.view-moteurs .views-row .actu-une-infos a>div{
  transition: all 0.2s ease-in-out;
}

.view-moteurs .views-row .actu-une-infos a>div.view-node:hover,
.view-moteurs .views-row .actu-une-infos a>div.view-node:focus{
  padding: 3px 5px;
  color: #00b9e0;
  background-color: #fff;
}

.rapsodee .view-moteurs .views-row .actu-une-infos a>div.view-node:hover,
.rapsodee .view-moteurs .views-row .actu-une-infos a>div.view-node:focus{
  color: #85B000;
}

.actu-une-infos a .view-node {
    display: inline-block;
    padding: 3px 0;
	text-align: left;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.actu-une-infos a:focus,
.actu-une-infos a:hover,
.actu-une-infos a .view-node:focus,
.actu-une-infos a .view-node:hover{
	text-decoration: none;
}

/*--- Moteur Articles -----------------------------------------------*/

.view-moteurs .item-list .li-article{
	padding-bottom: 0;
	color: #fff;
	background: #00b9e0;
}

.view-moteurs .item-list .li-article .article-row{
	position: relative;
}

.view-moteurs .item-list .li-article .article-infos{
	font-family: 'roboto_bold', Arial, sans-serif;
	color: #fff;
	padding: 30px 30px 30px 10px;
}

.view-moteurs .item-list .li-article .article-infos h2{
	padding-top: 10px;
	font-family: 'robotolight', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.view-moteurs .item-list .li-article .article-theme{
	text-transform: uppercase;
}

.view-moteurs .item-list .li-article .article-date .date-display-single{
	color: #fff;
}

.view-moteurs .item-list .li-article .article-body{
	margin: 15px 0;
	font-family: 'roboto_regular', Arial, sans-serif;
	color: #2a2d34;
	transition: all 0.2s ease-in-out;
}

.view-moteurs .item-list .li-article .lire-suite{
    width: auto;
    padding: 3px 0;
    font-family: 'roboto_bold',Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    transition: all 0.2s ease-in-out;
}

.view-moteurs .item-list .li-article:focus h2,
.view-moteurs .item-list .li-article:hover h2,
.view-moteurs .item-list .li-article:focus .lire-suite,
.view-moteurs .item-list .li-article:hover .lire-suite{
	text-decoration: underline;
}

.view-moteurs .item-list .li-article:focus .article-body,
.view-moteurs .item-list .li-article:hover .article-body{
	color: #fff;
}

.view-moteurs .item-list .li-article .article-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width : 1199px){
	.view-moteurs .item-list .li-article .article-infos{
    	padding: 10px 30px 0 10px;
	}

	.view-moteurs .item-list .li-article .article-infos h2{
		padding-top: 5px;
		font-size: 22px;
	}

	.view-moteurs .item-list .li-article .article-body{
		font-size: 15px;
	}

}

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

	.view-moteurs .item-list .li-article .article-img{
	    display: flex;
    	justify-content: center;
    }

	.view-moteurs .item-list .li-article .article-infos{
	    padding: 20px 30px 20px 30px;
	}

	.view-moteurs .item-list .li-article .article-theme,
	.view-moteurs .item-list .li-article .article-date .date-display-single{
		font-size: 14px;
	}

	.view-moteurs .item-list .li-article .article-infos h2{
		font-size: 18px;
	}

	.view-moteurs .item-list .li-article .article-body{
		margin: 10px 0;
	}

}

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

	.view-moteurs .item-list .li-article .article-body{		
		font-size: 15px;
	}

}

/*--- Moteur Agenda -----------------------------------------------*/

.view-moteurs .ul-agenda .dates-agenda{
	margin-bottom: 10px;
	background: #ef7d00;
	text-align: center;
}

.rapsodee .view-moteurs .ul-agenda .dates-agenda{
	background: #85B000;
}

.view-moteurs .ul-agenda .dates-agenda,
.view-moteurs .ul-agenda .dates-agenda .date-display-single,
.view-moteurs .ul-agenda .dates-agenda .date-display-start,
.view-moteurs .ul-agenda .dates-agenda .date-display-end{
	font-family: 'roboto_regular', Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}

.view-moteurs .date-display-single, 
.view-moteurs .date-display-range span{
	margin: 5px 0;
	font-style: normal;
}

.view-moteurs .ul-agenda .theme{
	margin: 15px 0 12px 0;
}

/*--- Moteur Galerie / Presse / Thèses -----------------------------------------------*/

ul.tab-buttons{
	width: 530px;
	margin: 30px auto;
	background: transparent;
}

ul.tab-buttons .photo-icon{
  background-image: url('../img/picto-photo.png');
  background-position: center;
  background-position: center;
  background-size: contain;
}

ul.tab-buttons .video-icon{
  background-image: url('../img/picto-video.png');
  background-position: center;
  background-position: center;
  background-size: contain;
}

ul.tab-buttons .plaquettes-icon{
  background-image: url('../img/picto-publi.png');
  background-position: center;
  background-position: center;
  background-size: contain;
}

ul.tab-buttons.presse-buttons{
	width: 610px;
}

ul.tab-buttons.presse-buttons a{
	width: 280px;
}

ul.tab-buttons li{
	display: inline-block;
	margin-left: 1px;
	text-align: center;
}

.page-node .center-content ul.tab-buttons li a{
	display: inline-block;
	padding: 7px 15px;
	font-family: 'robotolight', Arial, sans-serif;
	font-size: 18px;
    color: #ef7d00;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.page-node .center-content ul.tab-buttons.galerie-buttons li a{
	width: 150px;
}

.page-node-2412 .center-content ul.tab-buttons li + li + li a,
.page-node-3598 .center-content ul.tab-buttons li + li + li a,
.page-node-1597 .center-content ul.tab-buttons li + li a,
.page-node-3597 .center-content ul.tab-buttons li + li a,
.page-node-2550 .center-content ul.tab-buttons li + li a,
.page-node-4504 .center-content ul.tab-buttons li + li a,
.page-node-2415 .center-content ul.tab-buttons li + li a,
.page-node-2551 .center-content ul.tab-buttons li + li + li a {
  background: #fff;
  font-family: 'robotolight', Arial, sans-serif;
  color: #ef7d00;
}

.page-node .center-content ul.tab-buttons li a:focus,
.page-node .center-content ul.tab-buttons li a:hover,
.page-node .center-content ul.tab-buttons li a.active,
.page-node-2415 .center-content ul.tab-buttons li a,
.page-node-1597 .center-content ul.tab-buttons li a,
.page-node-3597 .center-content ul.tab-buttons li a,
.page-node-2550 .center-content ul.tab-buttons li a,
.page-node-4504 .center-content ul.tab-buttons li a,
.page-node-2416 .center-content ul.tab-buttons li + li a,
.page-node-2412 .center-content ul.tab-buttons li + li a,
.page-node-3598 .center-content ul.tab-buttons li + li a,
.page-node-2551 .center-content ul.tab-buttons li + li a,
.page-node-2414 .center-content ul.tab-buttons li + li + li a,
.page-node-3596 .center-content ul.tab-buttons li + li + li a,
.page-node-2552 .center-content ul.tab-buttons li + li + li a {
	background: #00B8DE;
  	font-family: 'roboto_bold', Arial, sans-serif;
    color: #fff;
}

.page-node .center-content ul.tab-buttons li a:focus .photo-icon,
.page-node .center-content ul.tab-buttons li a:hover .photo-icon,
.page-node .center-content ul.tab-buttons li a.active .photo-icon,
.page-node-1597 .center-content ul.tab-buttons li a .photo-icon,
.page-node-3597 .center-content ul.tab-buttons li a .photo-icon,
.page-node-2550 .center-content ul.tab-buttons li a .photo-icon,
.page-node-4504 .center-content ul.tab-buttons li a .photo-icon{
      background-image: url(../img/picto-photo-blanc.png);
}

.page-node .center-content ul.tab-buttons li a:focus .video-icon,
.page-node .center-content ul.tab-buttons li a:hover .video-icon,
.page-node .center-content ul.tab-buttons li a.active .video-icon,
.page-node-2412 .center-content ul.tab-buttons li + li a .video-icon,
.page-node-3598 .center-content ul.tab-buttons li + li a .video-icon,
.page-node-2551 .center-content ul.tab-buttons li + li a .video-icon{
  background-image: url(../img/picto-video-blanc.png);
}


.page-node .center-content ul.tab-buttons li a:focus .plaquettes-icon,
.page-node .center-content ul.tab-buttons li a:hover .plaquettes-icon,
.page-node .center-content ul.tab-buttons li a.active .plaquettes-icon,
.page-node-2414 .center-content ul.tab-buttons li + li + li a .plaquettes-icon,
.page-node-3596 .center-content ul.tab-buttons li + li + li a .plaquettes-icon,
.page-node-2552 .center-content ul.tab-buttons li + li + li a .plaquettes-icon{
  background-image: url(../img/picto-publi-blanc.png);
}

ul.tab-buttons .icon{
	display: block;
    margin: auto;
}

.view-moteurs .item-list ul li ul li{
	margin: 0;
	padding-bottom: 20px;
	height: auto;
}

.wrapper-video{
	position: relative;
}

.video-hover-filter {
	position: absolute;
    top: 0;
    bottom: 8px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
}

.view-moteurs .link-video-wrapper{
	margin-right: 0;
}

.view-moteurs iframe{
	max-height: 214px;
}

#block-views-moteurs-galerie-videos a,
#block-views-moteurs-videos-rapsodee a{
	text-decoration: none;
}

.page-node .center-content .view-moteurs .ul-plaquettes .views-row > a{
	display: block;
}

.page-node .center-content .view-moteurs .ul-plaquettes .views-row > a.lien-title{
  width: 100%;
}

/*
.view-moteurs .item-list .li-video,
.page-node .center-content .view-moteurs .li-plaquettes,
.page-node .center-content .view-moteurs .li-presse{
	height: 270px;
}
*/

.page-node .center-content .view-moteurs .li-plaquettes a,
.page-node .center-content .view-moteurs .li-presse img{
	float: left;
	width: auto;
	margin-bottom: 17px;
}

.page-node .center-content .view-moteurs .li-plaquettes a,
.page-node .center-content .view-moteurs .li-plaquettes a:focus,
.page-node .center-content .view-moteurs .li-plaquettes a:hover{
	text-decoration: none;
}

.view-moteurs .item-list .ul-plaquettes .views-field-pdf{
	margin-top: 170px;
    margin-left: 180px;
}

.view-moteurs .item-list .ul-plaquettes .views-field-pdf a,
.view-moteurs .item-list .ul-plaquettes .views-field-calameo a{
	display: inline-block;
  margin-bottom: 2px;
    float: none;
	width: auto;
	padding: 3px 0;
	font-family: 'roboto_bold', Arial, sans-serif;
	border-bottom: 1px dotted #ef7d00;
	transition: all 0.2s ease-in-out;
}

.rapsodee .view-moteurs .item-list .ul-plaquettes .views-field-pdf a,
.rapsodee .view-moteurs .item-list .ul-plaquettes .views-field-calameo a{
	border-bottom: 1px dotted #85B000;
}

.view-moteurs .item-list .ul-plaquettes .views-field-pdf a:focus,
.view-moteurs .item-list .ul-plaquettes .views-field-pdf a:hover,
.view-moteurs .item-list .ul-plaquettes .views-field-calameo a:focus,
.view-moteurs .item-list .ul-plaquettes .views-field-calameo a:hover{
	padding: 3px 5px;
	color: #fff;
	background: #ef7d00;
	border: none;
}

.rapsodee .view-moteurs .item-list .ul-plaquettes .views-field-pdf a:focus,
.rapsodee .view-moteurs .item-list .ul-plaquettes .views-field-pdf a:hover,
.rapsodee .view-moteurs .item-list .ul-plaquettes .views-field-calameo a:focus,
.rapsodee .view-moteurs .item-list .ul-plaquettes .views-field-calameo a:hover{
	background: #85B000;
}

.view-moteurs .item-list .ul-plaquettes a h2:focus,
.view-moteurs .item-list .ul-plaquettes a h2:hover{
	color: #ef7d00;
}

.rapsodee .view-moteurs .item-list .ul-plaquettes a h2:focus,
.rapsodee .view-moteurs .item-list .ul-plaquettes a h2:hover{
	color: #85B000;
}

.view-moteurs .item-list .ul-plaquettes .file-size{
	display: none;
}

.view-moteurs .item-list .ul-plaquettes .views-field-calameo{
	margin-left: 180px;
}

.view-moteurs .ul-plaquettes h2{
	margin-top: 20px;
}

.view-moteurs .ul-plaquettes h2:focus,
.view-moteurs .ul-plaquettes h2:hover{
    color: #2a2d34;
}

.view-moteurs .ul-plaquettes .date-soutenance{
	clear: both;
}

.view-moteurs .ul-plaquettes .image-link-wrapper{
	position: relative;
}

.view-moteurs .item-list .ul-plaquettes .view-node{
	margin: 0;
    position: absolute;
    bottom: 10px;
    left: 180px;
}

.view-moteurs .item-list .ul-plaquettes .image-link-wrapper a+a > div{
	font-family: 'roboto_bold', Arial, sans-serif;
	color: #85B000;
	border-bottom: 1px dotted #85B000;
	transition: all 0.2s ease-in-out;
} 

.view-moteurs .item-list .ul-plaquettes .image-link-wrapper a+a > div:focus,
.view-moteurs .item-list .ul-plaquettes .image-link-wrapper a+a > div:hover{
	padding: 3px 5px;
	color: #fff;
	background: #85B000;
	border: none;
}

/*--- Moteur Organigramme/Trombi -----------------------------------------------*/

.page-node .center-content .view-moteurs .ul-trombi li{
  margin: 0 auto;
  text-align: center;
}

.page-node .center-content .view-moteurs .ul-trombi h2{
	margin-top: 15px;
}

#block-views-moteurs-directeur-trombi .fonction,
#block-views-moteurs-all-elus .fonction{
	font-family: 'roboto_regular', Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
}

#block-views-moteurs-directeur-trombi .directeur-infos{
    margin-top: 10px;
    font-style: italic;
}

.page-node .center-content .view-moteurs .ul-trombi a+a{
	text-decoration: underline;
	text-decoration-style: dotted;
}

/*--- Moteur ANNUAIRE -----------------------------------------------*/
.view-moteurs .item-list.annuaire ul{
  display: block;
}
.view-moteurs .item-list ul li.li-annuaire{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #00B9E0;
}
.rapsodee .view-moteurs .item-list ul li.li-annuaire{
  border-color: #85B000;
}
.view-moteurs .item-list ul li.li-annuaire p.label-domaine{
  display: inline-block;
  font-size: 15px;
}
.view-moteurs .item-list ul li.li-annuaire p.label-domaine:first-child{
  margin-top: 0;
}
.view-moteurs .item-list ul li.li-annuaire p.annuaire-fonction{
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
}
.view-moteurs .item-list ul li.li-annuaire>div{
  width: 50%;
}
.page-node .center-content .view-moteurs .annuaire .views-row a{
  display: inline-block;
  width: auto;
}

.view-moteurs .item-list ul li.li-annuaire .wrapper-fonction>a{
  font-size: 20px;
}

@media screen and (max-width : 767px){
  .view-moteurs .item-list ul li.li-annuaire>div{
    margin-bottom: 10px;
    width: 100%;
  }
}


/*--- Fin Moteur ANNUAIRE -----------------------------------------------*/

/*--- Moteur Temoignages ------------------------------------------*/

.page-node .center-content .view-moteurs .li-temoins a{
  margin: 10px 0;
  color: #2a2d34;
}

.page-node .center-content .view-moteurs .li-temoins a:focus,
.page-node .center-content .view-moteurs .li-temoins a:hover{
	text-decoration: none;
}
.page-node-2423 .center-content .view-moteurs .views-row .titre-temoignage a{
  padding: 10px 0;
  border-bottom: 1px solid #ef7d00;
}

.page-node-2423 .center-content .view-moteurs .views-row .titre-temoignage a>h2{
  color: #2a2d34; 
}
.page-node-2423 .center-content .view-moteurs .views-row .titre-temoignage a:focus>h2,
.page-node-2423 .center-content .view-moteurs .views-row .titre-temoignage a:hover>h2{
  color:#ef7d00;
}
.page-node-2423 .center-content .view-moteurs .views-row p{
  margin: 5px 0;
}

.page-node .center-content .view-moteurs.view-display-id-temoignages .item-list li>a:last-child:focus> *,
.page-node .center-content .view-moteurs.view-display-id-temoignages .item-list li>a:last-child:hover> *{
  color: #ef7d00;
}

/*--- Moteur Marchés / Emplois ------------------------------------------*/

.view-moteurs .view-content .ul-emplois,
.view-march-s .view-content ul{
  padding: 0;
}

.view-moteurs .view-content .ul-emplois{
  display: flex;
  flex-wrap: wrap;
}

.view-moteurs .view-content .ul-emplois li,
.view-march-s .view-content ul li{
  position: relative;
  margin: 10px 0;
  list-style-type: none;
  font-family: 'roboto_regular', Arial, sans-serif;
}

.view-moteurs .view-content .ul-emplois li .date-display-single,
.view-moteurs .view-content .ul-emplois li .date-display-range span,
.view-march-s .view-content ul li .date-display-single,
.view-march-s .view-content ul li .date-display-range span{
  margin: 0px;
}

.view-moteurs .view-content .ul-emplois li span.label-moteur,
.view-march-s .view-content ul li span.label-moteur{
  font-family: 'roboto_regular', Arial, sans-serif;
}

.view-moteurs .view-content .ul-emplois li.li-emplois{
    height: inherit;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.view-moteurs .view-content .offre-wrapper,
.view-march-s .view-content .marches-wrapper{
  height: 250px;
  padding: 20px;
}

.view-moteurs .view-content .offre-wrapper{
	height: inherit;
}

.view-moteurs .view-content .offre-wrapper>div{
  padding-left: 20px;
  font-size: 15px;
}

.view-moteurs .view-content .offre-wrapper h2,
.view-march-s .view-content h2{
  padding: 10px 0;
  font-family: 'robotolight', arial, sans-serif;
  color: #00B9E0;
  border-bottom: 1px solid #00B9E0;
  font-size: 17px;
  text-transform: uppercase;
}

.emploi-date-publi:before,
.emploi-date-limite:before,
.emploi-type-contrat:before{
	content: "\25BA\00a0";
  margin-left: -20px;
	color: #00B9E0;
}

.page-node .center-content .offre-wrapper .view-node a{
  position: absolute;
  bottom: 20px;
  left: 36px;
  right: 36px;
  display: inline-block;
  width: auto;
  padding: 3px 0;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px dotted #ef7d00;
  transition: all 0.2s ease-in-out;
}

.page-node.rapsodee .center-content .offre-wrapper .view-node a{
	border-bottom: 1px dotted #85B000;
}

.page-node .center-content .offre-wrapper .view-node a:focus,
.page-node .center-content .offre-wrapper .view-node a:hover{
  padding: 3px 5px;
  color: #fff;
  background: #ef7d00;
}

.page-node.rapsodee .center-content .offre-wrapper .view-node a:focus,
.page-node.rapsodee .center-content .offre-wrapper .view-node a:hover{
	background: #85B000;
}

.view-march-s .view-content .view-node{
  width: auto;
}

/*--- Photobox --------------------------------------------*/

#pbOverlay {
    background: rgba(217, 113, 0, 0.86);
}

.pbThumbs li.active a img {
    border-color: #0b1f39;
}

/*--- Contrast --------------------------------------------*/

.contrast-on .wrapper-content{
	background: #222 !important;
}

.contrast-on .views-exposed-form,
.contrast-on .view-display-id-all_actu .view-header,
.contrast-on .view-display-id-block_1 .view-header,
.contrast-on .views-exposed-form{
	background: #000 !important;
}

.contrast-on .views-exposed-form:before,
.contrast-on .actu-une-title,
.contrast-on .a-la-une{
	color: #fff !important;
}



/*--- MEDIA QUERIES -----------------------------------*/

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

	.page-node .center-content .view-moteurs .li-presse img,
	.page-node .center-content .view-moteurs .li-plaquettes a {
		float: none;
	}

	.view-moteurs .item-list .ul-plaquettes .views-field-pdf, 
	.view-moteurs .item-list .ul-plaquettes .views-field-calameo{
		margin: 0;
	}

	.view-moteurs .item-list .li-video, 
	.page-node .center-content .view-moteurs .li-plaquettes, 
	.page-node .center-content .view-moteurs .li-presse {
    	height: 350px;
    	text-align: center;
	}

	.view-march-s .view-content .marches-wrapper {
    	height: 350px;
    }

}

@media only screen and (max-width : 768px) {
	
	.moteur h1.page-header{
		margin-bottom: 20px;
    word-wrap: break-word;
	}

	.views-exposed-widgets {
	    padding-left: 0;
	    margin-top: 50px;
	}

	.page-node-2415 .center-content ul.tab-buttons li + li a {
    	width: 280px;
	}

	.views-exposed-form{
		margin-top: 30px;
	}

	.views-exposed-form .views-exposed-widget .form-submit {
	    float: right;
	}

	.actu-une-infos{
		padding-left: 30px;
	    padding-bottom: 30px;
	}
  .view-moteurs .item-list li.li-annuaire{
    height: inherit;
  }
  
  .view-moteurs .view-content .ul-emplois li.li-emplois{
    width: 48%;
  }

    .center-content ul.tab-buttons{
    	padding-left: 0;
    }

    ul.tab-buttons,
   	ul.tab-buttons.presse-buttons {
	    margin: auto;
	    width: auto;
	}

	ul.tab-buttons.presse-buttons li{
		display: block;
		width: auto;
	}

	.page-node-2416 .center-content ul.tab-buttons li + li a{
    	width: 280px;
    }

	.view-moteurs .item-list .ul-plaquettes{
	    margin-bottom: 80px;
	}

	.view-moteurs .ul-plaquettes h2 {
    	margin-top: 10px;
    }

    .page-node .center-content .view-moteurs .li-plaquettes{
    	margin-top: 50px;
    }

    .view-moteurs .item-list .ul-plaquettes .views-field-pdf{
    	margin-top: 0;
	}

	.view-moteurs.view-display-id-temoignages .item-list li,
	.page-node .center-content .view-moteurs .li-plaquettes,
	.page-node .center-content .view-moteurs .li-presse {
    	height: 350px;
    }

    .view-march-s .view-content .marches-wrapper {
    	height: 250px;
    }

/*
    .pagination .next,
    .pagination .last{
        margin-top: 70px;
    }
*/

}

@media only screen and (max-width : 576px) {
  .view-moteurs .view-content .ul-emplois li.li-emplois{
    width: 98%;
  }
  .center-content ul.tab-buttons{
    display: flex;
    justify-content: center;
  }
  .page-node .center-content ul.tab-buttons.galerie-buttons li a{
    width: inherit;
  }
}
@media only screen and (max-width : 480px) {

	.page-node .center-content .archives-button {
		margin: 0 0 -20px 0;
	}

 	.views-exposed-form input {
    	width: 100%;
	}

}