/*LAYER SLIDER*/
/* .tp-bannertimer{ */
	/* display:none; */
/* } */
/* .layerslider-bannercontainer{ */
	/* max-width:540px; */
	/* margin: 32px 0px; */

/* } */
/* .block-dexp-layerslider{ */
	/* margin:auto auto; */
	/* max-width:540px; */
/* } */
/* .header-top.fixed, .header-top.intern{ */
	/* z-index:999; */
/* } */
/*CASE A COCHER*/
.caseacocher{
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
}
.caseacocher_satisfaction{
display: inline-flex;
}
/*FILTRES VIEWS*/
.views-exposed-form .views-exposed-widget {
	min-width:300px;
}
.views-exposed-form {
	padding:10px;
}
.views-exposed-form .views-exposed-widget .form-submit{
	margin-top:0.5rem;
}
.view-programmation-ete-marseillais .c-wysiwyg ul li::before {
	top:1rem;
	left:1rem;
}
/*VIEW PROGRAMMATION*/
.view-programmation-ete-marseillais h2, .view-programmation-ete-marseillais h3,.view-programmation-ete-marseillais div,.view-programmation-ete-marseillais p {
	font-family:Orkney;
}
.view-programmation-ete-marseillais .dexp-grid-items{
	padding:0 20px;
}
.view-programmation-ete-marseillais .dexp-grid-item{
	background:white;
	color:white;
	padding:0;
	border-radius:10px;
	box-shadow: 2px 2px 8px 0 #ddd;
}
.view-programmation-ete-marseillais .dexp-grid-item .views-field{
	color:#2e3c90;
	text-align:left;
}
.view-programmation-ete-marseillais .dexp-grid-item .views-field a{
	font-family:Orkney;
	text-decoration:none!important;
	/* color:#19B970; */
	font-size:1.5rem;
	font-weight:900;
}
 .views-field-title, .views-field-field-typologie, .views-field-field-date-prog-1, .views-field-field-duree, .views-field-field-lieu, .views-field-field-arrondissement, .views-field-field-op-rateur {
	padding:5px 20px;
}
.views-field-field-date-prog-1{
	margin-top:45px;
}
.view-programmation-ete-marseillais .dexp-grid-item .views-field-field-cat-gorie-programmation {
	margin-top: -18px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #000;
	position: absolute;
	padding: 8px;
	border-radius:8px;
	color:#FFF;
}
.view-programmation-ete-marseillais .dexp-grid-item {
	margin-bottom: 1.25rem;
}
.view-programmation-ete-marseillais .dexp-grid-item .views-field-field-op-rateur:before{content: "\f007";
    font-size: 0.9375rem;
	font-family: 'FontAwesome';
    position: relative;
    transform: translate(0, -20%);
    margin-right: 5px;
	color:#EF3A7C;
	float:left;
}
.view-programmation-ete-marseillais .programme-lieu:before{content: "\e947";
    font-size: 0.9375rem;
    font-family: 'icomoon';
    position: relative;
    transform: translate(0, -50%);
    margin-right: 2px;
	color:#EF3A7C;
}
.view-programmation-ete-marseillais .programme-time:before{content: "\e94e";
    font-size: 0.9375rem;
    font-family: 'icomoon';
    position: relative;
    transform: translate(0, -50%);
    margin-right: 5px;
	color:#EF3A7C;
}
.view-programmation-ete-marseillais .programme-date:before{content: "\f073";
    font-size: 0.9375rem;
    font-family: 'FontAwesome';
    position: relative;
    transform: translate(0, -50%);
    margin-right: 5px;
	color:#EF3A7C;
}
.view-programmation-ete-marseillais .dexp-grid-item .views-field-field-vignette a img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.view-programmation-ete-marseillais .dexp-grid-item .views-field-field-vignette a img:hover{
	opacity: .5;
}

/*NODE PROGRAMMATION*/
.node-programmation{
    width: 100%;
    padding: 3.125rem;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Orkney Regular';
    margin-bottom: 5rem;
	text-align:justify;
}
.node-programmation .pane-content{
	padding:0.5rem 0;
}

.node-programmation .pane-node-field-cat-gorie-programmation{
	background-color:rgb(0,0,0);
	color: #FFFFFF!important;
	padding:5px;
	border-radius: 8px;
	width: fit-content;
	margin-top: 10px;
}
.node-programmation h2 {
	/* color: #19B970; */
	color: #0097a7;
    font-size: 2.5rem;
    font-weight: 900;
	margin:5px;	
}
.node-programmation .col-md-3{
	background: #fff;
	border-radius:8px;
}
.node-programmation .field-name-field-arrondissement{
	margin-left:15px;
}
.node-programmation .pane-node-field-legende-photo{
	display: flex;
    font-style: italic;
    align-items: center;
    font-size: 0.8em;
}
.node-programmation .field-name-field-op-rateur div div:before{
content: "\f007";
    font-size: 0.9375rem;
	font-family: 'FontAwesome';
    position: relative;
    transform: translate(0, -20%);
    margin-right: 5px;
	color:#EF3A7C;
	float:left;
}
.node-programmation .field-name-field-date-prog div div:before{
	content: "\f073";
    font-size: 0.9375rem;
    font-family: 'FontAwesome';
    position: relative;
    transform: translate(0, -50%);
    margin-right: 5px;
	color:#EF3A7C;
}
.node-programmation .pane-node-field-duree .pane-content:before{
	content: "\e94e";
    font-size: 0.9375rem;
    font-family: 'icomoon';
    position: relative;
    transform: translate(0, -50%);
	color:#EF3A7C;
}
.node-programmation .field-name-field-lieu div div:before{
	content: "\e947";
    font-size: 0.9375rem;
    font-family: 'icomoon';
    position: relative;
    transform: translate(0, -50%);
    margin-right: 2px;
	color:#EF3A7C;
}

/*MEDIA QUERIES PROGRAMMATION*/
@media only screen and (min-width: 1400px){
.view-programmation-ete-marseillais .dexp-grid-item {
	max-width:32%;
	margin:10px 8px;	
}
.node-programmation {
    max-width: 77.625rem;
}
.node-programmation .pane-node-field-cat-gorie-programmation, .node-programmation .pane-node-field-typologie, .node-programmation .pane-node-field-public {
	font-weight:900;
	font-size:1.5rem;
}
}
@media (min-width: 992px) and (max-width: 1400px) {
.view-programmation-ete-marseillais .dexp-grid-item {
	max-width:32%;
	margin:10px 3px;
}
#popup-announcement-wrap{
  width: 40%!important;
  /* height: 400px; */
  left: 30%!important;
  top: 284px!important;
  }
.node-programmation {
    max-width: 1120px;
}
.node-programmation .pane-node-field-cat-gorie-programmation, .node-programmation .pane-node-field-typologie, .node-programmation .pane-node-field-public, .view-programmation-ete-marseillais .views-field{
	font-weight:900;
	font-size:1rem;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.view-programmation-ete-marseillais .dexp-grid-item {
	max-width:49%;
	margin:10px 3px;
	flex: 0 0 49%;
}
#popup-announcement-wrap{
  width: 40%!important;
  height: auto!important;
  left: 30%!important;
  top: 286px!important;
  }
.node-programmation {
    max-width: 700px;
}
.node-programmation .pane-node-field-cat-gorie-programmation, .node-programmation .pane-node-field-typologie, .node-programmation .pane-node-field-public, .view-programmation-ete-marseillais .views-field{
	font-weight:900;
	font-size:1rem;
}
}
@media (min-width: 576px) and (max-width: 768px){
.view-programmation-ete-marseillais .dexp-grid-item {
	max-width:49%;
	margin:10px 3px;
	flex: 0 0 49%;
}
.node-programmation {
    max-width: 540px;
}
.node-programmation .pane-node-field-cat-gorie-programmation, .node-programmation .pane-node-field-typologie, .node-programmation .pane-node-field-public, .view-programmation-ete-marseillais .views-field{
	font-weight:900;
	font-size:1rem;
}
}
/* popup */


/* #popup-announcement-wrap { */
    /* background: #0073be none repeat scroll 0 0; */
    /* color: #fff; */
/* } */

#popup-announcement a {
    color: #fff;
	font-weight:600;
}

#popup-announcement > div {
    line-height: normal;
    text-align: center;
}

#popup-announcement input.email {
	color: #1168ac;
	font-family: "Open Sans";
	font-size: 1em;
	text-align: center;
	width: 80%;
	display: inline-block;
}

#popup-announcement {
    padding: 0px !important;
}

#popup-announcement-wrap{
  /*width: 60%!important;*/
  height: auto!important;
  /*left: 20%!important;
  top: 200px!important;*/
}

#popup-announcement-close,#popup-announcement-close:hover {
	background: url("images/fermer.png");
	background-color: #2D3C90;
	top:10px;
	border-radius: 50%;
}
/*BOUTON NOUS CONTACTER*/
.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  z-index: 999999999;
}
.floatingButtonInner {
    position: relative;
}
.floatingButton {
	opacity: 1;
	transition: all 0.4s;
}
.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
	/*color: #006533;*/
}
.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(360deg);
}

.floatingMenu {
    position: absolute;
    bottom: 100px;
    right: 0px;
    display: none;
    font-family: "Orkney",sans-serif;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    padding: 8px 15px;
    display: inline-block;
    background: #1a489c;
    color: white;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
    /*background: #008300;*/
}
@media screen and (max-width: 767px) {
  .floatingButtonWrap {
    top: 1rem;
    right: 0.4rem;
    bottom:0px;
  }
  .floatingMenu {
      bottom: 0px;
      right: 0px;
      top:50px;
  }
  .floatingButton {
      width: 55px;
      height: 55px;
  }
  .floatingButton .fa {
      font-size: 25px;
  }
  div#texte_bouton_contact{
    display:none;
  }
}
/*LIEN WEBCAMS HEADER*/
div.c-webcams{
	display:none!important;
}
div.c-langue{
	margin-left: 3.15rem;
}
/*FOOTER*/
.footer_logo{
	margin-bottom:1.6rem;
}
@media only screen and (max-width: 1199px){
.footer_logo {
	margin-right:2rem;
}
}
/*MENU FOOTER*/
.footer_bottom-items:last-child::after{
	content:none;
}
/*PLACES DISPONIBLES*/
.nblibres {
	padding:25px 0;
	font-family: "Orkney Regular",sans-serif;
	font-size: 1.25rem;
	text-align:center;
	line-height: 2rem;
}
.nblibres label{
	font-weight: 700;
}

/*DATE DE PUBLICATION */
.submitted{
	padding:10px 0px 20px 0px;
	font-family:Orkney;
	font-style:italic;
	font-size:1rem;
}
/*ANTENNES RELAIS*/
#block-cmis-views-1,#block-cmis-views-2,#block-cmis-views-3,#block-cmis-views-4{
	width: 75.8rem;
    padding:1.875rem 3.125rem;
    margin-right: auto;
    margin-left: auto;
	font-family: 'Orkney Regular', sans-serif;
	background:white;
}
h3.block-title{
	padding: 15px;
    margin-top: 35px;
    margin-bottom: 10px;
    background: #00AF5E;
	font-weight: 600;
    color: white;
}
div.cmisdetails a{
	color:#00AF5E;
}
div.cmisdetails {
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}

.paragraphs-item-block-reference {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}

@media screen and (max-width: 1400px){
#block-cmis-views-1,#block-cmis-views-2,#block-cmis-views-3,#block-cmis-views-4 {
    width: 68.2rem;
}
}
@media screen and (max-width: 1200px){
#block-cmis-views-1,#block-cmis-views-2,#block-cmis-views-3,#block-cmis-views-4 {
    width: 58.2rem;
}
}
@media screen and (max-width: 992px){
#block-cmis-views-1,#block-cmis-views-2,#block-cmis-views-3,#block-cmis-views-4 {
    width: 42rem;
}
}
@media screen and (max-width: 768px){
#block-cmis-views-1,#block-cmis-views-2,#block-cmis-views-3,#block-cmis-views-4 {
    width: 32rem;
	padding:0;
}
}
@media screen and (max-width: 576px){
#block-cmis-views-1,#block-cmis-views-2,#block-cmis-views-3,#block-cmis-views-4 {
    width: 92%;
	padding:0;
}
a.cmislink img{
	max-width:45px;
}
}
/*CARTE INTEGREE MOBILE*/
@media only screen and (max-width: 767px){
.c-wysiwyg iframe {
	height: 30.75rem!important;
}
}
/*REVUES MARSEILLE*/
li#print.icon.icon-print.group2 {display: none!important;}
li#download.icon.icon-download.group2 {display: none!important;}

/*BOUTONS PARTAGE*/
@media screen and (min-width: 1200px) {
	.boutons-partage{
		display: flex!important;
		justify-content: center;
		align-items:center ;
		padding: 0 15rem;
	}
.boutons-partage p {margin: 0;}
.boutons-partage div {margin-top: -5px;}
}
.boutons-partage p {margin: 15px;}


/*VOEUX 2022
.boutton_acces-rapides:hover span {
    background: #26348c;
}
.boutton_acces-rapides:hover {
    color: #26348c;
}
.boutton_acces-rapides{
	color: #1a489c;
}
.boutton_acces-rapides span{
	background: #195D9C;
}
.c-webcams a:hover {
    color: #26348c;
}
.c-rs ul li a:hover i, .c-rs ul li a:focus i {
    color: #26348c !important;
}
.btn-menu {
	background:#1a489c;
}
.header-top.fixed .logo .slogan{
	color: #1a489c;
}
.section_title {
    color: #1a489c;
}
.bouton_niv2, a.bouton_niv2, .bouton_niv3  {
    color: #1a489c;
}
*/

/*LEGENDES MOBILES*/
@media screen and (max-width: 600px) {
	sub{font-size:0.5em!important;}
}
/*LISTES DRAG AND DROP WEBFORM*/
tr.even, tr.odd{
background-color: unset;
border:none;
font-family: 'Orkney Regular';
}
tr.even td, tr.odd td{
padding: 10px;
border: 1px solid #0047a3;
}
/*Largeur WEBFORM*/
.c-contact{
max-width:65.75rem;
}
/*LABEL WEBFORM*/
.form-item label{
/* font-size:1em; */
}
.form-item .description{
margin-bottom:10px;
}
/*Fieldset WEBFORM*/
.fieldset-legend {
font-family: 'Orkney Regular', sans-serif;
font-weight:bold;
margin: 20px 0px;
font-size: 1.5rem;
}
}
.fieldset-description {
font-size:0.9375rem;
font-family: 'Orkney Medium', sans-serif;
font-style:italic;
}
/*Cases a cocher*/
.form-item .form-type-radio {
display:block;
}
/*RESULTAT WEBFORM*/
.links {
    margin: 20px auto;
    text-align: center;
}
/*HEURE WEBFORM*/
.webform-container-inline div, .webform-container-inline div.form-item {
	diplay:inline-block!important;
}
/*PAGE CONFIRMATION FORMULAIRE*/
.webform-confirmation {
    text-align: center;
    font-family: 'Orkney Regular';
}
.links {
	text-align: center;
	margin-bottom: 10px;
}
/*ESPACES FORMULAIRES ITEMS*/
.form-item {
    padding-bottom: 10px;
}

/*BUG PUCE DANS SLIDER*/
.actus_slider-items .content_them-list li:not(:last-child)::after{
display:none;
}
/*BOUTONS*/
.c-wysiwyg .bouton_niv1{
white-space: normal;
height: auto;
}
/*TABLEAUX*/
.c-wysiwyg table tbody tr td{
font-family: 'Orkney Regular', sans-serif;
}
/*GRAS DANS LISTES A PUCES*/
.c-wysiwyg ul li strong {
font-weight: 900!important;
}
/*Hauteur LISTES A PUCES*/
.c-wysiwyg ul {
padding-bottom:10px;
}

/*SLIDERS*/
.poster-image {
  max-height:364px!important;
}
/*OFFRES AZUR*/
p.views-label {
  color:#287DE9;
  font-weight: bold;
}
.view-offres-azur .ui-widget{
  font-family: "Open Sans";
}
h3.views-accordion-offres_azur-page-header{
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
.liste-offres .ui-state-default{
  background: #FFF;
  border-bottom: 1px solid #aaa;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 0px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: relative;
  top: 50%;
  margin-top: 8px;
  float: right;
}
.ui-icon-triangle-1-e {
  background-position:-48px -192px;
}
.ui-icon-triangle-1-s {
  background-position:-64px -192px;
}
.ui-accordion .ui-accordion-icons{
  padding-left:0;
}
a.btn_offres{
  color: #fff;
  background-color: #287DE9;
  padding: 10px 15px;
  margin-top: 10px;
}
a.btn_offres:hover{
  color: #287DE9;
  background-color: #FFF;
  border: 1px solid #287DE9;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
a.btn_offres_spontanee {
    font-size: 14px!important;
}
}
a.btn_offres_spontanee {
    color: #fff;
    background-color: #287DE9;
    padding: 20px 15px;
    margin: 50px 0;
    font-size: 18px;
    font-weight: bold;
}
a.btn_offres_spontanee:hover{
  color: #287DE9;
  background-color: #FFF;
  border: 1px solid #287DE9;
}
input#edit-submit-offres-azur.btn.form-submit{
   color: #fff;
   background-color: #287DE9;
   margin-top: 30px;
   padding:0.69em;
}
input#edit-submit-offres-azur.btn.form-submit:hover{
  color: #287DE9;
  background-color: #FFF;
  border: 1px solid #287DE9;
}
select#edit-filiere,select#edit-cat{
  padding:0.69em;
}


input#edit-submit-offres-azur-feeds.btn.form-submit{
   color: #fff;
   background-color: #287DE9;
   margin-top: 30px;
   padding:0.69em;
}
input#edit-submit-offres-azur-feeds.btn.form-submit:hover{
  color: #287DE9;
  background-color: #FFF;
  border: 1px solid #287DE9;
}

select#edit-field-filieresoffres-value,select#edit-field-categorie-value{
  padding:0.69em;
}

select#edit-filiere, select#edit-cat {
    padding: 0.69em;
}

select#edit-field-filieresoffres-value,
select#edit-field-categorie-value,
select#edit-field-domaine-offre-tid{
  padding:0.69em;
}

#views-exposed-form-offres-azur-feeds-default .views-exposed-widget {

    width: 45%;
    margin: 5px;
    display: inline-table;
    float: none !important;

}
#views-exposed-form-offres-azur-feeds-default .views-exposed-widget select {

    width: 80%;

}

@media screen and (max-width: 600px) {
	#views-exposed-form-offres-azur-feeds-default .views-exposed-widget {

    width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.resetformbtn a.btn_offres_spontanee {
		position:relative;
		top:0;
		left:0;
		max-width:100%;
	}
	.offres-emplois input#edit-submit-offres-azur-feeds.btn.form-submit{
		margin-top:10px;
	}
}

.view-offres-azur-d-tails,.view-offres-azur-d-tails h2{
  font-family: "Open Sans";
}
div.views-field.views-field-text-12{
  margin-top: 20px;
}
div.offre_mession{
	text-align:justify;
}
.views-widget-filter-field_dgarh_tid .selectric-items {
    min-width: 300px;
  }

  .views-widget-filter-field_dgarh_tid .selectric-items .selectric-scroll {
    min-width: 300px;
  }

  .form-item.form-type-select.form-item-field-dgarh-tid {
    min-width: 300px;
  }

  .views-field.views-field-field-libelle small {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
  }

  .fa.fa-17001::after {
    background-color: #1a1aff;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }


  .fa.fa-10001::after {
    background-color: #fc4366;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-08001::after {
    background-color: #9590BF;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-07001::after {
    background-color: #A32384;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-06001::after {
    background-color: #EF7D06;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-05001::after {
    background-color: #693113;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-04001::after {
    background-color: #259584;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-03001::after {
    background-color: #4C255E;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-02001::after {
    background-color: #24387F;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }

  .fa.fa-01001::after {
    background-color: #1A612E;
    display: block;
    width: 10px;
    height: 10px;
    content: " ";
    margin-right: 5px;
  }


  .offres-emplois .liste-offres .toggleOffresEpmlois .libelle, .offres-emplois .views-field-field-libelle .toggleOffresEpmlois .libelle {
    padding: 1.05rem 1.875rem;
    }


  .form-item-field-dgarh-tid .selectric span.label {
    text-transform: capitalize;
  }

  .selectric-items {
    text-transform: capitalize;
  }

  .views-field-field-delegationmob .field-content {
    text-transform: capitalize;
  }


  .views-field.views-field-field-dgaimg.dgaimg {
    width: 50%;
    text-align: right !important;
  }

  .views-field.views-field-field-dgaimg .field-content {
    text-align: right;
  }

  .offres-emplois .dgaimg img {
    display: inline-block;
    height: 430px;
    border: 0px !important;
    width: auto !important;
  }




.bouton_niv1 .fa.fa-linkedin-square {
    font-size: 20px;
    vertical-align: text-bottom;
  }


  .view-id-offres_azur_d_tails .bouton_niv1 .fa.fa-linkedin-square {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-left: 2px
  }

  .views-field.views-field-field-dgaimg.dgaimg {
    float: right;
  }

  .views-exposed-widget.views-widget-filter-field_dgarh_tid {
    min-width:300px !important;
  }

  @media screen and (max-width: 1280px) {
    .offres-emplois .dgaimg img {
        height:auto;
    }
    }

/*FORMULAIRE POSTULER*/
form#webform-client-form-4274,form#webform-client-form-4274 h1,form#webform-client-form-4274 h2{
  font-family:"Open Sans";
}
/* input#edit-submitted-curriculum-vitae-upload-button--2,input.btn.form-submit.ajax-processed{
  display:none!important;
}
input#edit-submitted-lettre-de-motivation-upload-button--2,input.btn.form-submit.ajax-processed{
  display:none!important;
} */
input.webform-next.button-primary.btn.form-submit,input.webform-previous.btn.form-submit,input.webform-submit.button-primary.btn.form-submit{
  color: #fff;
  background-color: #287DE9;
}
input.webform-next.button-primary.btn.form-submit:hover,input.webform-previous.btn.form-submit:hover,input.webform-submit.button-primary.btn.form-submit:hover{
  color: #287DE9;
  background-color: #FFF;
  border: 1px solid #287DE9;
}
input.webform-previous.btn.form-submit{
  margin-right: 32px;
}
/*RECHERCHE INTITULE*/
/* span.field-content span,input#edit-titre.form-text{
  text-transform: lowercase;
} */
/*FIN OFFRES AZUR*/

/*SLIDE INACTIVE*/
.slide_inactive{
  display: none!important;
}

/*TWITTER IFRAME*/
#brand{
  display: none!important;
}

/*TITRES SINISTRES*/
.titre_sinistres {
color:#787E6c;
text-transform:uppercase;
font-weight: 600;
}
.titre_sinistres_social {
color:#fa7268;
text-transform:uppercase;
font-weight: 600;
}

/*STYLES LISTES PHARES*/
.phare:before {
content: url('/sites/default/files/pictos/icons8-lighthouse-100.png')!important;
}

/*STYLES LISTES*/
ul.list-1, ul.list-2, ul.list-3, ul.list-4 {
padding: 0 0 5px 0;
}
/*STYLES TITRES DANS ONGLETS*/
.tab-content .clearfix {
height:5px;
}
.brd-headling {
margin:0;
}
/*
@import url('https://fonts.googleapis.com/css?family=Montserrat:800,900');
 */
/* custom icons font-awesome */

/* @font-face {
  font-family: 'FontAwesome';
  src: url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */
.fa-map::before {
	content: "\f279";
}

.btnhugh {
 /* background: #2c96c7;
  background-image: -webkit-linear-gradient(top, #2c96c7, #2980b9);
  background-image: -moz-linear-gradient(top, #2c96c7, #2980b9);
  background-image: -ms-linear-gradient(top, #2c96c7, #2980b9);
  background-image: -o-linear-gradient(top, #2c96c7, #2980b9);
  background-image: linear-gradient(to bottom, #2c96c7, #2980b9);*/
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: helvetica,Arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 22px 42px 22px 42px;
  text-decoration: none;
}

.btnhugh:hover {
 /* background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}

.print-content .col-md-9.radix-layouts-content.panel-panel {
    width: 100% !important;
}


.print-content .radix-layouts-sidebar, .print-content #widgets-element-widgets_service_links-default, .print-links {
    display: none !important;
}


/* style bouton culture */
body.culture .form-submit {
background: #F04E98  none repeat scroll 0 0;
color: #fff;
}

body.not-logged-in #widgets-element-service_links_printmail {
    display: none;
}

/* style bulle */
body.sportsloisirs #section-header .container .row, body.mer .hgradient, body.sportsloisirs .pane-plain-box-home-page h2,
.tag60.hgradient {
background: linear-gradient(to right, #02B5A6 0%, #01E5D3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style bulle */
body.sportsloisirs #section-header .container .row, body.mer .hgradient, body.sportsloisirs .pane-plain-box-home-page h2,
.tag46.hgradient {
background: linear-gradient(to right, #5eb8db 0%, #62c9cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style bulle */
.tag47.hgradient {
background: linear-gradient(to right, #b540f8 0%, #8b24c6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style bulle */
.tag48.hgradient {
background: linear-gradient(to right, #1168AC 0%, #008ED3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style page presse bloc droite */
.pane-plain-box-home-page .epresse h4{
color: #FFF;
}
/* style bulle */
.tag49.hgradient {
background: linear-gradient(to right, #01489C 0%, #0569E4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* style bulle */
.tag50.hgradient {
background: linear-gradient(to right, #B98937 0%, #F0BE42 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style couleur culture */
body.culture #section-header .container .row, body.culture .hgradient, body.culture .pane-plain-box-home-page h2, .tag19.hgradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #E00893  0%, #F04E98 100%) repeat scroll 0 0;
}
body.culture .pane-plain-box-home-page .pane-content {
    background: #E00893 none repeat scroll 0 0;
    border-color: #E00893 !important;
}
body.culture .region-top button[type="submit"] {
    background: #E00893 none repeat scroll 0 0 !important;
    border: 0 none !important;
}

body.culture .region-top input[name="search_block_form"] {
    border-color: #E00893 !important;
}
body.culture .region-socials .block .content .social-icons a, body.culture .home-icon a {
    background: #E00893 none repeat scroll 0 0 !important;
}
body.culture #section-tagline, body.culture .view-fil-info .bx-wrapper .bx-controls-direction a {
    background: #E00893 none repeat scroll 0 0 !important;
}
body.culture .region-extra-bottom .block:nth-child(1) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #E00893 0%, #E31594 100%) repeat scroll 0 0;
    border: 0 none;
}
body.culture .region-extra-bottom .block:nth-child(2) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #E31594 0%, #E72895 100%) repeat scroll 0 0;
    border: 0 none;
}
body.culture .region-extra-bottom .block:nth-child(3) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #E72895 0%, #EA3496 100%) repeat scroll 0 0;
    border: 0 none;
}
body.culture .region-extra-bottom .block:nth-child(4) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #EA3496 0%, #EE4697 100%) repeat scroll 0 0;
    border: 0 none;
}
body.culture .block-remotetrad label::after {
    background: #E00893 none repeat scroll 0 0 !important;
    color: #fff !important;
}


/* newsletter */
.newsletter-signup {
    position: fixed;
    z-index: 1000;
    background: #277ae9;
    width: 400px;
    padding: 10px 20px;
    color: #fff;
	right:10%;
	bottom:-140px;
}

.newsletter-signup .form-item.form-type-textfield.form-item-mergevars-EMAIL > label {
    margin-top: 10px;
}
.newsletter-signup .newsletter-signup-close {
    display: table;
    font-size: 0.9em;
    float: left;
	cursor:pointer;
}

.newsletter-signup .newsletter-signup-closeall {
	font-size: 0.9em;
    float: right;
	cursor:pointer;
}

.newsletter-signup .form-item.form-type-textfield.form-item-mergevars-EMAIL {
    margin: 0;
}
.newsletter-signup #edit-mergevars-email {
    float: left;
}

.newsletter-signup #edit-mergevars-email {
    float: left;
}

.newsletter-signup #edit-submit {
    vertical-align: middle;
    line-height: 26px;
}

.newsletter-signup #edit-actions {
    float: right;
    margin: 0;
    padding: 0;
}
/* custom icons font-awesome */

/* @font-face {
  font-family: 'FontAwesome';
  src: url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('http://fontawesome.io/assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */
.fa-map::before {
	content: "\f279";
}

.btnhugh {
 /* background: #2c96c7;
  background-image: -webkit-linear-gradient(top, #2c96c7, #2980b9);
  background-image: -moz-linear-gradient(top, #2c96c7, #2980b9);
  background-image: -ms-linear-gradient(top, #2c96c7, #2980b9);
  background-image: -o-linear-gradient(top, #2c96c7, #2980b9);
  background-image: linear-gradient(to bottom, #2c96c7, #2980b9);*/
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: helvetica,Arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 22px 42px 22px 42px;
  text-decoration: none;
}

.btnhugh:hover {
 /* background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}

.print-content .col-md-9.radix-layouts-content.panel-panel {
    width: 100% !important;
}


.print-content .radix-layouts-sidebar, .print-content #widgets-element-widgets_service_links-default, .print-links {
    display: none !important;
}

/* style bouton culture */
body.culture .form-submit {
background: #F04E98  none repeat scroll 0 0;
color: #fff;
}

body.not-logged-in #widgets-element-service_links_printmail {
    display: none;
}

/* style bulle */
body.sportsloisirs #section-header .container .row, body.mer .hgradient, body.sportsloisirs .pane-plain-box-home-page h2,
.tag46.hgradient {
background: linear-gradient(to right, #5eb8db 0%, #62c9cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style bulle */
.tag47.hgradient {
background: linear-gradient(to right, #b540f8 0%, #8b24c6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style bulle */
.tag48.hgradient {
background: linear-gradient(to right, #1168AC 0%, #008ED3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style page presse bloc droite */
.pane-plain-box-home-page .epresse h4{
color: #FFF;
}
/* style bulle */
.tag49.hgradient {
background: linear-gradient(to right, #01489C 0%, #0569E4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* style bulle */
.tag50.hgradient {
background: linear-gradient(to right, #B98937 0%, #F0BE42 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* style couleur social */
/*HEADER*/
body.social #section-header .container .row, body.social .hgradient, body.social .pane-plain-box-home-page h2 {
    background: linear-gradient(to right, #fa7268  0%, #f6a1a0 100%) repeat scroll 0 0!important;
}
body.social .pane-plain-box-home-page .pane-content {
    background: #fa7268 none repeat scroll 0 0!important;
    border-color: #fa7268 !important;
}
body.social .region-top button[type="submit"] {
    background: #fa7268 none repeat scroll 0 0 !important;
    border: 0 none !important;
}
body.social .region-top input[name="search_block_form"] {
    border-color: #fa7268 !important;
}
body.social .region-socials .block .content .social-icons a, body.social .home-icon a {
    background: #fa7268 none repeat scroll 0 0 !important;
}
body.social #section-tagline, body.social .view-fil-info .bx-wrapper .bx-controls-direction a {
    background: #fa7268 none repeat scroll 0 0 !important;
}
/*MENU SOCIAL*/
body.social #section-header .dexp-dropdown > ul > li.active ,
body.social #section-header .dexp-dropdown > ul > li:hover ,
body.social #section-header .dexp-dropdown > ul > li:hover > a,
body.social #section-header .dexp-dropdown > ul > li.active > a ,
body.social #section-header .dexp-dropdown ul ul li a.active:hover,
body.social #section-header .dexp-dropdown ul ul li:hover,
body.social #section-header .dexp-dropdown ul ul li.active,
body.social #section-header .dexp-dropdown ul ul li a.active
{
  background-color: #f6a1a0;
}
body.social #section-header .dexp-dropdown ul ul li{
  background: #fa7268;
}
/*Style bulle social*/
.tag32.hgradient {
    background: linear-gradient(to right, #fa7268  0%, #f6a1a0 100%) repeat scroll 0 0!important;
}
/*FOOTER SOCIAL*/
body.social .region-extra-bottom .block:nth-child(1) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fa7268 0%, #f6a1a0 100%) repeat scroll 0 0;
    border: 0 none;
}
body.social .region-extra-bottom .block:nth-child(2) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6a1a0 0%, #fa7268 100%) repeat scroll 0 0;
    border: 0 none;
}
body.social .region-extra-bottom .block:nth-child(3) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fa7268 0%, #f6a1a0 100%) repeat scroll 0 0;
    border: 0 none;
}
body.social .region-extra-bottom .block:nth-child(4) .dexp-shortcodes-box.box-circle .box-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6a1a0 0%, #fa7268 100%) repeat scroll 0 0;
    border: 0 none;
}
body.social .block-remotetrad label::after {
    background: #fa7268 none repeat scroll 0 0 !important;
    color: #fff !important;
}
/*LISTES SOCIAL*/
body.social .list-1 li::before, body.social .list-2 li::before, body.social .list-3 li::before, body.social .list-4 li::before,body.social .pane-page-title .pane-content H2 {
    color: #fa7268;
}


/*detail offres*/
.offres-emplois-detail table.views-view-grid td.col-1 {
    max-width: 100% !important;
}

/* newsletter */
.newsletter-signup {
    position: fixed;
    z-index: 1000;
    background: #277ae9;
    width: 400px;
    padding: 10px 20px;
    color: #fff;
	right:10%;
	bottom:-140px;
}

.newsletter-signup .form-item.form-type-textfield.form-item-mergevars-EMAIL > label {
    margin-top: 10px;
}
.newsletter-signup .newsletter-signup-close {
    display: table;
    font-size: 0.9em;
    float: left;
	cursor:pointer;
}

.newsletter-signup .newsletter-signup-closeall {
	font-size: 0.9em;
    float: right;
	cursor:pointer;
}

.newsletter-signup .form-item.form-type-textfield.form-item-mergevars-EMAIL {
    margin: 0;
}
.newsletter-signup #edit-mergevars-email {
    float: left;
}

.newsletter-signup #edit-mergevars-email {
    float: left;
}

.newsletter-signup #edit-submit {
    vertical-align: middle;
    line-height: 26px;
}

.newsletter-signup #edit-actions {
    float: right;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 450px) {
.isotope-element {
    padding: 0px;
}

.caption-image img {

    width: 100% !important;

}
}

/*ONGLETS*/
.dexp_tab_wrapper .nav-tabs li a {
  padding:0 15px;
}

/*BOUTONS*/
a.dexp-shortcodes-button.btn {
  padding: 8px 16px!important;
}