.block-hidden {
  display:none;
}
.container.container-bg {
  width: 90%;
}

.hidden {
  display:none;
}

div.font-weight-normal label {
  font-weight: normal;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*********************************************************************************/
/***************               content not published                   ***********/
/*********************************************************************************/
.view-list-item.status-0 {
background:red;
font-weight: bold;
width:100%;
}
.view-list-item.status-0 a {
  color:white;
}

/*********************************************************************************/
/***************                SYMBIOSES							   ***********/
/*********************************************************************************/
div.symbioses-edito-tiny {
	background-color: #004556; 
	padding : 15px;
}
div.symbioses-edito-tiny h3 {
	color: white;
	font-weight: bold;
}
div.symbioses-edito-tiny p, div.symbioses-edito-tiny h1, div.symbioses-edito-tiny h2, div.symbioses-edito-tiny h3, div.symbioses-edito-tiny h4, div.symbioses-edito-tiny h5 {
    color: white;
}
div.symbioses-edito-tiny a {
	color: white;
}
a.symbioses-edito-all, a.symbioses-edito-all:hover, a.symbioses-edito-all:active {
  color: white !important;
  text-decoration: underline;
}
div.symbioses-text-box {
	background-color: #0090A2; 
	padding : 15px;
	margin-top: 5px;
}
div.symbioses-text-box p {
  margin-bottom: 0px;
  color: white;
}
div.symbioses-text-box h2, div.symbioses-text-box h3, div.symbioses-text-box h4{
	color: white;
	font-weight: bold;
}
div.symbioses-text-box a, div.symbioses-text-box a:hover, div.symbioses-text-box a:active {
  color: white !important;
  text-decoration: underline;
}

/*********************************************************************************/
/***************                breadcrumb MOBILITE DURABLE (view)     ***********/
/*********************************************************************************/
.inline-breadcrumb div ul {
    display: inline-flex;
}

.inline-breadcrumb div ul li.view-list-item {
  margin: 0 5px 0 0;
}

.inline-breadcrumb div.item-list {
    text-align: right;
}

.inline-breadcrumb div ul li.view-list-item:not(:first-child)::before {
  content: "/";
}

.inline-breadcrumb div ul li.view-list-item:first-child::before {
  content: "Raccourcis : ";
}
.margin-left-minus {
	margin-left: -13px !important;
}
.margin-right-malus {
	margin-right: 13px !important;
}
/*********************************************************************************/
/***************                accroche-liste-verticale               ***********/
/*********************************************************************************/
div.background-latest {
	background-color: #D1E4C2;
}
div.node--view-mode-accroche-liste-verticale h2.title{
  font-size: 16px;
  margin-top: 2px;
}

div.node--view-mode-accroche-liste-verticale div.main-desc{
  padding-bottom: 10px;
  line-height: 1.2;
}

div.node--view-mode-accroche-liste-verticale div.title{
  font-weight: bold;
  line-height: 1.2;
  margin-top: 6px;
}

div.node--view-mode-accroche-liste-verticale div.desc{
  line-height: 1.2;
  margin-top: 6px;
}

div.node--view-mode-accroche-liste-verticale div.field--name-body p {
  margin-bottom: 0px;
}

form#views-exposed-form-search-job-offer-block-1 div.form-item-sort-by {
  padding-top: 10px;
}

form#views-exposed-form-search-job-offer-block-1 div.form-item-sort-by label,
form#views-exposed-form-search-job-offer-block-1 div.form-item-sort-order label {
  display: none;
}

/*********************************************************************************/
/***************                simple list (formations-organismes)    ***********/
/*********************************************************************************/
.item-list ul.simple-list {
  padding: 10px !important;;
  list-style: none;
}

.item-list ul.simple-list li.view-list-item {
  margin: 0px;
  padding-left:20px;
}

.item-list ul.simple-list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #8EC44D; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/*********************************************************************************/
/***************                        facets                       *************/
/*********************************************************************************/
/** search by exposed form per view **/
div#block-formulaireexposesearch-organismeblock-1 div.js-form-item {
  padding-bottom: 10px;
}

.facet_summary_left_column ul {
  list-style-type: none;
  padding-left: 0px;
}

.gsc-block-drupal.facet-left-column input.ui-autocomplete-input, 
.gsc-block-drupal.facet-left-column input.form-text {
  width: 95%;
  max-width: 95%;
}

.gsc-block-drupal.facet-left-column input.ui-autocomplete-input::-webkit-input-placeholder, 
.gsc-block-drupal.facet-left-column input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: lightgrey;
}

.gsc-block-drupal.facet-left-column select {
  width: 95%;
  margin-bottom:10px
}

.gsc-block-drupal.facet-float-left {
  float: left;
}

.gsc-block-drupal.facet-float-left select {
  margin: 0px 20px 15px 0;
}

.facets-widget-checkbox ul {
  list-style-type: none;
  padding-left: 0px;
}
.facets-widget-checkbox ul li input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: top;
}
.facets-widget-checkbox ul li label {
  max-width: 85%;
}

span.facet-item__value:hover {
  cursor: pointer;
}

/**classname form_small_btn set in the block configuration **/
.form-small-btn a.btn-theme {
  padding: 0 12px;
  line-height: 30px;
  float: left;
  margin-right:5px !important;
}

.form-small-btn input.button {
  padding: 5px 24px;
  margin-top: 11px;
  /*margin-left: 5px;*/
  -webkit-border-radius: 3px;
  color: white;
  background: #008CA6;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  font-family: "SF Pro Display Regular";
  transition: all 0.3s;
}
.form-small-btn input.button:hover {
    background: #FF9900;
}

.facets-widget-dropdown option:disabled {
  font-style: italic;
  font-size: smaller;
}

div.form-item-field-tools-aggregated-desc-avis {
  padding-top: 10px;
}
/*********************************************************************************/
/***************                        formulaires                  *************/
/*********************************************************************************/
#views-exposed-form-recherche-outils-pedagogiques-recherche-interne-outils-peda div label {
  min-width: 150px;
}

.field--name-field-tools-review {
  padding-bottom: 15px;
}

.field--name-field-tools-review a.ec-toggle-link {
  font-size: smaller;
}

.field--name-field-tools-review div.ec-content {
  padding-bottom: 0;
}

.field--name-body div.ec-content {
  padding-bottom: 0;
}

/*********************************************************************************/
/***************                        links text                   *************/
/*********************************************************************************/
.gsc-image-content.skin-v2 .image img {
  max-height: 200px;
}
.gsc-image-content.skin-v2 {
  height: 350px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.gsc-image-content.skin-v2.green:hover {
  background-color: #FF9900;
}

.gsc-image-content.skin-v2.darkgreen:hover {
  background-color: #FF9900;
}

.gsc-image-content.skin-v2.blue:hover {
  background-color: #008CA6;
}

.gsc-image-content.skin-v2 .box-content {
  position: absolute;
}

.gsc-image-content.skin-v2 .box-content a {
  color: black;
}

.gsc-image-content.skin-v2:hover .box-content a {
  color: white !important;
}
.gsc-image-content.skin-v2:hover .box-content a:hover {
  color: white !important;
}
/* small arrow just after "read more"*/
.gsc-image-content.skin-v2:hover .box-content a:after {
  color: white !important;
}

.gsc-image-content.skin-v2:hover .box-content a:hover:after {
  color: white !important;
}

.gsc-image-content.skin-v2 .box-content {
  padding:10px;
}

@media (min-width: 992px) {
  .navigation .gva_menu li {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left:5px;
    padding-right:5px;
  }
  .navigation .gva_menu li a {
    color: #fff !important;
  }
  .navigation .gva_menu li a.is-active {
    color: #fff !important;
  }
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active, .navigation .gva_menu > li.menu-item--active-trail a {
    color: #fff !important;
    /*display: inline-block;*/
    border-bottom: 1px solid white;
  }
  .navigation .gva_menu > li > a {
    border-bottom: 1px solid #004556;
  }
  .navigation .gva_menu > li > a.is-active {
    color: #fff;
  }
  .navigation .gva_menu .sub-menu li a {
    color: #004556 !important;
  }
  .navigation .gva_menu .sub-menu li a:hover {
    color: #FF9900 !important;
  }
  a:hover, a:focus, a:active {
    outline: none !important;
    color: #FF9900;
  }
}
/*
a.blue:hover, a.blue:focus, a.blue:active {
  outline: none !important;
  color: #FF9900;
}
*/
a.btn-inline.green, a.btn-inline.green:after {
  outline: none !important;
  color: #FF9900 !important;
}

a.btn-inline.green:hover, a.btn-inline.green:hover:after {
  outline: none !important;
  color: #FF9900 !important;
}

a.btn-inline.darkgreen, a.btn-inline.darkgreen:after {
  outline: none !important;
  color: #FF9900 !important;
}

a.btn-inline.darkgreen:hover, a.btn-inline.darkgreen:hover:after {
  outline: none !important;
  color: white !important;
}
a.btn-inline.blue, a.btn-inline.blue-on-white-bg, a.btn-inline.blue-on-white-bg:after, a.btn-inline.blue:after {
  outline: none !important;
  color: #008CA6 !important;
}

a.btn-inline.blue-on-white-bg:hover, a.btn-inline.blue-on-white-bg:hover:after {
  outline: none !important;
  color: #FF9900 !important;
}

a.btn-inline.blue:hover, a.btn-inline.blue:hover:after {
  outline: none !important;
  color: white !important;
}

/*********************************************************************************/
/***************                        TEAM CONTENT                 *************/
/*********************************************************************************/

div .team-content a, div .team-content a:hover, div .team-content a:focus, div .team-content a:active {
  color: white;
}

/*********************************************************************************/
/***************                        slider                       *************/
/*********************************************************************************/
.gavias_sliderlayer {
  background-color: white !important;
}
.gavias_sliderlayer .btn-slide-white a {
  color: #008CA6 !important;
}
.gavias_sliderlayer .btn-slide-white a:hover, .gavias_sliderlayer .btn-slide-white a:active, .gavias_sliderlayer .btn-slide-white a:focus {
  color: #FF9900 !important;
}

.info_area_light {
  padding: 5px;
  background-color: #7cbf49;
  color: white;
  font-size: 70%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.info_area_light.green {
  background-color: #004556;
}

div.info_area_light + h2.title {
  margin-top: 10px;
}

.info_area_light.darkgreen {
  background-color: #7cbf49;
}

.info_area_light.blue {
  background-color: #008CA6;
}


.gsc-image-content.skin-v2 .box-content {
  -webkit-transition: none;
  transition: none;
}

.gsc-image-content.skin-v2:hover .box-content {
  background: none;
  color: none;
}

/*********************************************************************************/
/***************     BRANDING HEADER TOP LEFT (and login screen)     *************/
/*********************************************************************************/
header.header-default .header-main {
    background-image: url(/sites/default/files/images/Banner-top-photo-fond_light.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.site-branding-logo img {
	max-height: 130px;
	max-width: 130px;
    min-height: 130px;
    min-width: 130px;
}

header.header-default .header-main {
    padding: 15px;
}

div.branding {
  background: rgba(217, 234, 51, 0.4);
  background-size: auto;
  width: 160px;
  padding-top: 15px;
  padding-bottom: 8px;
}

div.site-branding__text {
    background: rgba(222, 116, 23, 0.65);
    color: white;
    font-size: 11px;
    width: 160px;
    padding: 10px;
    margin-left: -15px;
    margin-bottom: -8px;
    margin-top: 45px;
}

.page-user-pass .main div.branding,
.page-user-login .main div.branding {
  background: rgba(217, 234, 51, 1);
  background-size: auto;
  width: 160px;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-left: 33%;
}

.page-user-pass .main .branding div div.site-branding__text,
.page-user-login .main .branding div div.site-branding__text {
  background: rgba(222, 116, 23, 0.65);
  color: white;
  font-size: 11px;
  width: 160px;
  padding: 10px;
  margin-left: 0px;
  margin-bottom: -8px;
  margin-top: 45px;
}


@media (max-width: 768px) {
  div.site-branding__text {
        background: none;
        height: 0px;
        width: 0px;
        font-size: 0px;
        margin:0;
        padding:0;
    }
    
  .page-user-pass .main .branding div div.site-branding__text,
  .page-user-login .main .branding div div.site-branding__text {
    background: none;
    height: 0px;
    width: 0px;
    font-size: 0px;
    margin:0;
    padding:0;
  }
}
@media (max-width: 768px) {
    header.header-default .branding {
        width: 100%;
        text-align: center;
        padding-bottom: 38px;
    }
}


/**************************************************************/
/********************       SNAKE MENU       ******************/
/**************************************************************/
.snake-menu-container{
    width: auto;
    max-width: 500px;
    min-width: 150px;
  }
  .snake-menu-top {
    border-left: 2px solid white;
    padding-top: 10px;
    margin-top: -15px;
    margin-left: 50%;
  }
  .snake-menu-item {
    padding: 5px;
    border: 2px solid white;
    color:yellow;
  }
  .snake-menu-item-1 {
    background: rgba(146, 220, 252, 0.6);
    text-align: center;
  }
  .snake-menu-item-1 a {
    color: white;
  }
  .snake-menu-item-2 {
    background: rgba(165, 232, 23, 0.6);
    text-align: center;
  }
  .snake-menu-item-2 a {
    color: white;
  }
  .snake-menu-item-3 {
    background: rgba(252, 145, 15, 0.6);
    text-align: center;
  }
  .snake-menu-item-3 a {
    color: white;
  }
  .snake-menu-separator{
    border-left: 2px solid white;
    padding-top: 10px;
    margin-left: 50%;
  }
  .snake-menu-bottom {
    padding-top: 15px;
    border-left: 2px solid white;
    margin-bottom: -15px;
    padding-bottom: 10px;
    margin-left: 50%;
  }


  
/****************************************************************************/
/********************       FULL CONTENT SPEC                        ********/
/****************************************************************************/
.gsc-icon-box-new.style-2 .content-inner .desc.spec-validated ul li:after {
  content: "\f00c";
  padding-right: 10px;
  color: #8EC44D;
  display: block;
  font-size: 16px;
  font-family: FontAwesome;
  position: absolute;
  top: -4px;
  left: -3px;
  z-index: 1;
  font-weight: 900;
}


/****************************************************************************/
/********************       FULL CONTENT 1 COLUMN NO Display style   ********/
/****************************************************************************/
div.full_content_image {
  border-width: 3px;
  border-style: solid;
  border-color: #7cbf49 ;
  width: 30%;
  min-width: 160px;
  float: left;
  text-align: left;
  padding: 0 10px 10px 10px;
  -webkit-border-radius:6px;
  border-radius:6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
  margin-right: 25px;
  margin-bottom: 15px;
}


div.full_content_image.green {
  border-color: #7cbf49;
}

div.full_content_image.darkgreen {
  border-color: #7cbf49;
}

div.full_content_image.blue {
  border-color: #008CA6;
}

div.full_content_image img {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.full_content {
    vertical-align: top;
    margin-left:10px;
}


.field__label {
  font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */
}
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field__label::after {
  content: ':';
}

div.field__item div.item-image {
  text-align: center;
}

div.left-image div.field__item div.item-image {
  text-align: left;
}

div.no-bottom-padding {
  padding-bottom: 0px;
}

div.no-top-padding {
  padding-top: 0px;
}

.post-body-info {
  font-size: 70%;
  font-style: italic;
}

/***********************************************************************************/
/****************                full content page                  ****************/
/***********************************************************************************/

div.full-content div h3 a:hover {
  color: black;
}
div.full-content div a:hover {
  color: black;
}

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

.tools_field_title-inline {
  float:left;
  padding-right:5px;
  font-weight: bold;
}

.tools_field_title {
  font-weight: bold;
}

/***********************************************************************************/
/****************                homepage boxes		                ****************/
/***********************************************************************************/

.owl-stage div.gsc-column {
  padding-left: 0;
}

@media (min-width: 992px) {
	.title-teaser-boxed {
		min-height:120px;
	}
}

@media (max-width: 992px) {
	.title-teaser-boxed {
		min-height:60px;
	}
}


.field--name-field-eco-c-dossiers-peda table {
	border:0px;
}

.field--name-field-eco-c-supports-de-classe table {
	border:0px;
}

.field--name-field-eco-c-pour-aller-plusloin table {
	border:0px;
}

.field--name-field-eco-c-dossiers-peda table tr td {
	border:0px;
	vertical-align:middle;
}

.field--name-field-eco-c-supports-de-classe table tr td {
	border:0px;
	vertical-align:middle;
}

.field--name-field-eco-c-pour-aller-plusloin table tr td {
	border:0px;
	vertical-align:middle;
}

.field--name-field-eco-c-dossiers-peda table tr td:first-child {
	vertical-align:top;
	width:75%;
}

.field--name-field-eco-c-supports-de-classe table tr td:first-child {
	vertical-align:top;
	width:75%;
}

.field--name-field-eco-c-pour-aller-plusloin table tr td:first-child {
	vertical-align:top;
	width:75%;
}

.ec-content {
  padding-bottom:15px;
}

.ec-toggle-link {
  font-weight: bold;
}

.ec-toggle-link:active {
  color: #008CA6;
}

div.item-theme-title-list ul li {
  color: #0091a2;
}
div.item-theme-title-list ul {
  margin: 0;
  list-style-type: none;
  padding-left:5px;
}
div.item-theme-title-list ul > li {
  text-indent: -5px;
}
div.item-theme-title-list ul > li:before {
  content: "- ";
  text-indent: -5px;
}


/***********************************************************************************/
/****************                Modal box      		                ****************/
/***********************************************************************************/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/***********************************************************************************/
/****************                FOOTER         		                ****************/
/***********************************************************************************/
.footer-v2-sitemap-content ul{
  padding-inline-start: 16px;
  padding-left: 16px;
}