@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
/* === GENERAL === */
/* =============== */


::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #7c7f7d;
}

::selection {
    color: #ffffff;
    background: #7c7f7d;
}
*,*:before,*:after{
    box-sizing:border-box;
}
body {
    width: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    color: #3e3e3e;
	overflow-x: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
}
section {
  display: inline-block;
  float: left;
  width: 100%;
}
#main .region-content-home,
.container {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
#main {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
/*BTN*/
.btn {
  border-radius: 28px;
  display: inline-block;
  line-height: initial;
 /* padding: 15px 35px; modif pour reduire taille bouton tags */
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
}
/*bleu*/
.btn.bleu {
  background-color: #007cb0;
}
/*blanc border*/
.btn.border_blanc {
  border: 2px solid;
  color: #ffffff;
}
/*gris*/
.btn.gris{
    background-color: #3e3e3e;
}
/*blanc */
.btn.blanc {
  background-color: #ffffff;
  color: #007cb0 ;
}
.btn.gris:hover {
    color: #D7D7D7;
}
/*noir*/
.btn.noir{
    background-color: #000;
	color: #ffffff;
}
.btn.noir:hover {
    color: #D7D7D7;
}

.mr-0-5{
	margin-right: 0.5rem;
}
.btn.active{
    color: #333;
    text-decoration: none;
	cursor:initial;
}
.img-responsive{
	margin:auto;
}

.categorie.btn.bleu a {
    color: #FFF;
    text-decoration: none;
}
.categorie.btn.bleu a:hover,.categorie.btn.bleu a:focus {
    color: #333;
    text-decoration: none;
}

section.share {
	max-width: 1200px;
    padding: 0 25px;
    margin: auto !important;
    display: flex;
    justify-content: flex-end;
    float: none;
}
section.share .share_rs{
	float:right;
}
.path-frontpage section.share {
    display: none;
}

/*TITRE*/
#actus h2,
.titre, article h1.titre {
  color: #3e3e3e;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
  background-image: url(../img/border_bleu.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#actus h2,
.titre, article h1.titre {
	width: 100%;
}
.titre.bleu{
    color: #007cb0;
}
/*SOUS TITRE*/
.sous_titre {
    background-image: url("../img/border_bleu_left.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
/*HEADER*/
#header {
  background-color: #ffffff;
  height: 140px;
  padding: 10px 15px;;
}
#header > .container{
  position: relative;
  height: 100%;
}
.region-lang {
  display: inline-block;
}


#header #topbar ul {
  display: inline-block;
  margin-left: 10px;
}
#header #topbar ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
ul.menu.menu--account ul li{
	margin:0;
}
/*lang*/
#header #topbar {
    padding: 0 0 10px 0;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
#header #topbar .language-switcher-language-url a {
  color: #3e3e3e;
  font-size: 12px;
  text-transform: uppercase;
}

#header #topbar .language-switcher-language-url a:hover,
#header #topbar .language-switcher-language-url .is-active a {
    color: #007cb0;
}
/*rs*/
#header #topbar .rs_container li a {
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 25px;
}
#header #topbar .rs_container li a.facebook{
    background-image: url(../img/facebook.svg);
}
#header #topbar .rs_container li a.twitter{
    background-image: url(../img/twitter.svg);
}
#header #topbar .rs_container li a.linkedin{
    background-image: url(../img/linkedin.svg);
}
#header #topbar .rs_container li a.youtube{
    background-image: url(../img/youtube.svg);
}
#header #topbar .rs_container li a.flickr{
    background-image: url(../img/flickr.png);
}

/*login*/
.region-login {
  flex: 0 0 123px;
}
.navbar-right{
	margin:0 !important;
}
#header #topbar .menu--account a {
  color: #3e3e3e;
  font-size: 12px;
  text-transform: uppercase;
}

#header #topbar .menu--account a:hover,
#header #topbar .menu--account .is-active a {
    color: #007cb0;
}
#header a.is-active {
    color: #337ab7 !important;
	font-weight:bold;
}

#block-useraccountmenu li a {
	line-height: inherit;
}

/*logo*/
#header #logo {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
}
/*menu*/
.region.region-navigation-collapsible {
	display: block;
	float: right;
}
@media (max-width: 991px) {
	.navbar-toggle {
		display: block;
	}
	.region-we-mega-menu {
		background-color: #007cb0;
		padding: 0;
		margin: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		width: 43px;
		height:43px;
		float: right;
	}	
	body.toggled .btn-close {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	.navbar-we-mega-menu.navbar{
		line-height: 96px;
		display: inline-block;
		float: right;
		background-color: #eff0f1;
		border: 0 none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
		color: #666;
		font-size: .8125rem;
		font-family: "Quicksand",sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 0;
		text-shadow: none;
	}
	.navbar-we-mega-menu.navbar li a,
	.navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a, 
	.navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink{
		background-color: #eff0f1;
		border-top: 1px solid rgba(0,0,0,0.1);
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
		color: #666;
		font-size: .8125rem;
		font-family: "Quicksand",sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 1rem;
		text-shadow: none;
	}
	.navbar-we-mega-menu.navbar li a,
	.navbar-we-mega-menu.navbar .nav .open > a, 
	.navbar-we-mega-menu.navbar .nav .open > a:focus, 
	.navbar-we-mega-menu.navbar .nav .open > a:hover,
	.navbar-we-mega-menu.navbar .nav-tabs > li.active > a, 
	.navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus, 
	.navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover{
		background-color: rgba(0,0,0,0.1);
		color: #666 !important;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.we-mega-menu-col ul ul {
		padding-top: 0 !important;
	}
	.we-mega-menu-submenu li a {
		text-transform: none !important;
		padding-bottom: 0.5rem;
	}
	.navbar-we-mega-menu.navbar ul ul li a:focus, 
	.navbar-we-mega-menu.navbar ul ul li a:hover{
		color:#000 !important;
	}
}
@media (min-width: 992px) {
	.region.region-navigation-collapsible {
		width: calc(100% - 230px);
	}
	.navbar-toggle {
		display: none;
	}
	.region-we-mega-menu {
		background-color: transparent;
		width: 100%;
		height:0px;
		float: right;
	}
}
.navbar-nav > li > a {
 /* line-height: 62px;*/
  line-height: 76px;
  padding : 10px 4px;
}

#header #header_main nav {
  line-height: 96px;
  display: inline-block;
 /* mis en commentaire pour le megamenu car cela masquait le logo du WWC padding-left: 210px;*/
  float: right;
}
#header #header_main .menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#header #header_main .menu li a:hover,
#header #header_main .menu li.active {
    position: relative;
    background-color: transparent;
}
#header #header_main .menu li a:hover:after,
#header #header_main .menu li.active:after{
    content: '';
    display: block;
    height: 4px;
    background-color: #3e3e3e;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#header #header_main .menu li a {
  color: #3e3e3e;
  font-size: 16px;
  text-transform: uppercase;
}
/*search*/
/*20210517:suppression bouton recherche apres le dernier enfant de chaque menu[DEBUT]
/*#header #header_main .menu li:last-child a{
    background-image: url(../img/loupe.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    background-color: transparent;
    text-indent: -9999px;
}
#header #header_main .menu li:last-child.active:after,
#header #header_main .menu li:last-child a:hover:after {
    background-color: transparent;
    height: 0;
    width: 0;
}*/
/*20210517:suppression bouton recherche apres le dernier enfant de chaque menu[FIN]
/*HEADER PAGE*/
#header_page {
  display: inline-block;
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
#header_page img {
  min-width: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;

  height: 700px;
  width: 100%;
}
#header_page .container{
    height: 100%;
}
#header_page .header_page_content {
  bottom: 0;
  display: block;
  height: 100%;
  padding: 50px 110px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 5;
  right: 0;
}
#header_page .header_page_content h1 {
  color: #007cb0;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url(../img/border_bleu.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#header_page .header_page_content h1:before{
    content: '';
    display: block;
    background-image: url(../img/header_page_citation.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 34px;
    position: absolute;
    left: -50px;
    top:-5px;
}
#header_page .header_page_content > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
#header_page .header_page_content .btn {
  margin-top: 40px;
}
/*blanc*/
#header_page.blanc .container{
    position: relative;
}
#header_page.blanc .header_page_content {
  background-color: rgba(255, 255, 255, 0.7);
}
/*noir*/
#header_page.noir{
    position: relative;
}
#header_page.noir .header_page_content {
  background-color: rgba(0, 0, 0, 0.6);
}
#header_page.noir .header_page_content > p {
    color: #ffffff;
}
/*BANDEAU*/
#bandeau {
  background-position: center center;
  background-size: cover;
  /*height: 300px;*/
}
#bandeau #block-sousbandeauhome .field a,
#bandeau .region-sousbandeauhome {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#bandeau img {
    width: 100%;
}
/*CATEGORIES*/
.bloc.accueil.home{
   padding: 0px;
    max-width: 1200px;
    margin: auto;
	width:100%;
}
.bloc.accueil.home .view-content {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.bloc.accueil.home .views-row{
  border-radius: 5px;
  max-height: 100%;
  margin: 15px;
  position: relative;
  max-width: 370px;
  flex:1 1 50%;
}
.bloc.accueil.home .categories_container img {
    position: absolute;
    z-index: 1;
}
.bloc.accueil.home .categories_container:nth-child(3n){
    margin-right: 0;
}
.bloc.accueil.home .categories_container > div.content{
  display: inline-block;
  height: 460px;
    width: 100%;
  position: relative;
  z-index: 2;
}
.bloc.accueil.home .categories_container h2 {
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: initial !important;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bloc.accueil.home .categories_container > div:last-child{
  bottom: 45px;
  z-index: 2;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.bloc.accueil.home .categories_container:hover img{
    opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
}
/*ACTU UNE*/
#actus{
    /*background-image: url("../img/actus_bg.jpg");*/
    background-color: #D8D8D8;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#actus,
#block-views-block-news-home-carousel-block-1 {
    margin-bottom: 10px;
}

/*ajout pour configurer la 2eme ligne de 3 news sur la page home*/
#actus,
#block-views-block-news-home-carousel2-block-1 {
    padding: 30px;
}

/*#actus .form-group,
.block-views-blocknews-home-block-1 .form-group,*/
#block-views-block-news-home-carousel-block-1 .form-group {
    margin-bottom: 45px;
}
/*ajout pour configurer la 2eme ligne de 3 news sur la page home*/
#block-views-block-news-home-carousel2-block-1 .form-group {
    margin-bottom: 45px;
}

#actus .actu_une_container, .actus .actu_une_container,
#block-views-block-news-home-carousel-block-1  .views-row {
  display: inline-block;
  vertical-align: top;
  /* width: 365px; */
  /* margin-left: 30px; */
  padding: 0 10px;
}
#block-views-block-news-home-carousel-block-1  .views-row {
  margin-bottom: 30px;
}
#actus .actu_une_container, .actus .actu_une_container {
  width: 365px;
  margin-left: 30px;
}
/*ajout pour configurer la 2eme ligne de 3 news sur la page home*/
#actus .actu_une_container, .actus .actu_une_container,
#block-views-block-news-home-carousel2-block-1  .views-row {
  display: inline-block;
  vertical-align: top;
  width: 365px;
  margin-left: 30px;
  padding: 0 10px;
}

#actus .grid_isotope .field--name-field-tags,
#actus .actu_une_container .field--name-body {
    display: none;
}

#actus .actu_une_container:first-child,
#block-views-block-news-home-carousel-block-1  .views-row:first-child{
    margin-left: 0;
}

/*ajout pour configurer la 2eme ligne de 3 news sur la page home*/
#actus .actu_une_container:first-child{
    margin-left: 0;
}

#actus .actu_une_container .header, 
.actus .actu_une_container .header{
  background-color: #ffffff;
  display: inline-block;
  float: left;
  max-height: 270px;
  height:auto;
  width: 100%;
  position: relative;
}

#actus .actu_une_container .header img, 
.actus .actu_une_container .header img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

#actus .actu_une_container .content, 
.actus .actu_une_container .content {
    background-color: #ffffff;
    display: inline-block;
    float: left;
    padding: 20px 20px 40px;
    width: 100%;
  position: relative;
  text-align: left;
}

#actus .actu_une_container  .cat{
    background-color: #007cb0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    left: 0px;
    padding: 10px 40px 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 40px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
}

#actus .actu_une_container .cat:before{
    /*border-color: rgba(0, 0, 0, 0) #20252d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 20px 16px 0;*/
    bottom: -16px;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

#actus .actu_une_container .content time, 
.actus .actu_une_container .content time {
  color: #949494;
  font-size: 14px;
}

#actus .actu_une_container a:hover, 
.actus .actu_une_container a:hover {
    text-decoration: none;
}


#actus .actu_une_container .content h3, 
.actus .actu_une_container .content h3 {
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 20px;
}

#actus .actu_une_container .content .extrait, 
.actus .actu_une_container .content .extrait{
  color: #797979;
  font-size: 16px;
  line-height: 21px;
}

#actus .actu_une_container .content .lien {
  position: absolute;
  /*right: 15px;*/
  top: -23px;
}

.actus .actu_une_container .content .lien {
    position: relative !important;
    top: 0px !important;
    float: right;
    display: block;
}
.actus .lien_all {
    text-align: center;
    margin: 20px 0 0 0;
}

#slick-views-news-page-latest-news-1-slider {
    padding: 0 35px;
}
.slick-next::before,
.slick-prev::before {
    content: "";
}
.slick-next,
.slick-prev {
    width: 35px;
    height: 35px;
}
.slick__arrow.visually-hidden {
    clip: auto;
    overflow: visible;
}

.slick-prev:hover,
.slick-prev {
    background-image: url("../img/slick-prev.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
}
.slick-next:hover,
.slick-next {
    background-image: url("../img/slick-next.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
}
.block-views-blocknews-home-block-1 .actu_secondaires_container .share,
#publications .publications_all_detail .content .share ,
#events .events_container .event_une .header .share ,
#block-views-block-news-home-carousel-block-1 .actu_une_container .header .share {
  display: inline-block;
  float: right;
  margin-top: 15px;
  width: 25px;
}

/*ajout pour configurer la 2eme ligne de 3 news sur la page home*/
.block-views-blocknews-home-block-1 .actu_secondaires_container .share,
#publications .publications_all_detail .content .share ,
#events .events_container .event_une .header .share ,
#block-views-block-news-home-carousel2-block-1 .actu_une_container .header .share {
  display: inline-block;
  float: right;
  margin-top: 15px;
  width: 25px;
}

/*ACTUS SECONDAIRES*/
#actu_secondaire .actu_secondaires_container,
.block-views-blocknews-home-block-1 .views-row {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: top;
  width: 280px;
  position: relative;
}
#actu_secondaire .actu_secondaires_container .header,
.block-views-blocknews-home-block-1 .actu_secondaires_container .header {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 185px;
  width: 100%;
}
#actu_secondaire .actu_secondaires_container .header {
  height: 170px;
}

.publications #actu_secondaire .actu_secondaires_container .header {
  height: auto;
}
#actu_secondaire .actu_secondaires_container .content,
.block-views-blocknews-home-block-1 .actu_secondaires_container .content {
  background-color: #ffffff;
  color: #3e3e3e;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 10px;
  /*padding: 30px;avant maj titre sur 4 lignes*/
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 150px;
}
#actu_secondaire > a > div.content.selectionShareable {
  height: 130px;
}
#actu_secondaire .actu_secondaires_container .content .cat,
.block-views-blocknews-home-block-1 .actu_secondaires_container .content .cat {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: -41px;
}
#actu_secondaire .actu_secondaires_container .content .cat span,
.block-views-blocknews-home-block-1 .actu_secondaires_container .content .cat span{
    background-color: #007cb0;
    padding:5px 20px;
    border-radius: 25px;
}
#actu_secondaire .actu_secondaires_container .content,
#actu_secondaire .actu_secondaires_container:hover .content,
.block-views-blocknews-home-block-1 .views-row .content,
.block-views-blocknews-home-block-1 .views-row:hover .content{
    background-color: #ffffff;
    color: #007cb0;
}
#actu_secondaire .actu_secondaires_container .content .cat span,
#actu_secondaire .actu_secondaires_container:hover .content .cat span,
.block-views-blocknews-home-block-1 .views-row .content .cat span,
.block-views-blocknews-home-block-1 .views-row:hover .content .cat span{
    background-color: #007cb0;
    color: #ffffff;
}
#actu_secondaire .actu_secondaires_container:hover .content,
.block-views-blocknews-home-block-1 .views-row:hover .content{
    background-color: #007cb0;
    color: #ffffff;
}
#actu_secondaire a:hover {
    text-decoration: none;
}
#actu_secondaire .actu_secondaires_container:hover .content .cat span,
.block-views-blocknews-home-block-1 .views-row:hover .content .cat span{
    background-color: #ffffff;
    color: #007cb0;
}
#actu_secondaire .actu_secondaires_container .views-row:last-child,
.block-views-blocknews-home-block-1  .views-row:last-child{
    margin-right: 0;
}
.path-notfrontpage #events  .container > div:last-child ,
#actus .container > div:last-child {
    clear: both;
    display: inline-block;
    margin: 20px 0 40px 0;
    text-align: center;
    width: 100%;
}
/*INFOS*/
#infos {
  padding: 80px 20px;
}
#infos .container > div {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}
.path-frontpage #publications > div,
.path-frontpage #events > div {
  display: inline-block;
  width: 100%;
}
#infos #events #block-eventhome > div {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
#events .events_container .event_une .header {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 310px;
  width: 100%;
  position: relative;
}
#events .event_une .content {
  background-color: #f5f4f0;
  padding: 20px 15px 40px 15px;
  position: relative;
}
#events .event_une .header img {
  height: 100%;
  width: 100%;
}
#events .event_une .content time{
  color: #007cb0;
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
}
#events .event_une .content time strong {
    margin-right: 10px;
  font-size: 32px;
  font-weight: bold;
}
#events .event_une .content > h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3e3e3e;
}
#events .event_une .content .lien {
  bottom: -20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
#infos #events .events_container div#block-views-block-event-home-block-1 {
  margin-left: 10px;
}
#block-views-block-event-home-block-1 {
    margin-left: 10px;
}
#events #block-eventhome .event_all{
    margin-left: 10px;
}
.event.home {
    margin: 0 10px;
}
#block-eventinside .event_all {
	text-align: center;
}
#events #block-eventinside .views-row,
#events #block-eventhome .views-row,
.event.home .views-row,
#events #block-views-block-event-block-1 .views-row,
#events #block-views-block-event-home-block-1 .views-row {
  border: 1px solid #007cb0;
  display: inline-block;
  padding: 8px 30px 8px 10px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
#events #block-views-block-event-home-block-1 .event_all_detail:last-child{
    margin-bottom: 0;
}
#events #block-eventinside .event_all_detail h3,
#events #block-eventhome .event_all_detail h3,
.event.home .event_all_detail h3,
.event.home .event_all_detail h3 a,
#events #block-views-block-event-block-1 .event_all_detail h3,
#events #block-views-block-event-home-block-1 .event_all_detail h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color:    #3e3e3e;
  text-transform: uppercase;
}
#events #block-views-block-event-block-1 .event_all_detail > .lieu,
#events #block-views-block-event-block-1 .event_all_detail > time,
#events #block-eventinside .event_all_detail > .lieu,
#events #block-eventinside .event_all_detail > time,
#events #block-eventhome .event_all_detail > .lieu,
#events #block-eventhome .event_all_detail > time,
.event.home  .event_all_detail > .lieu,
.event.home  .event_all_detail > time,
#events #block-views-block-event-home-block-1 .event_all_detail > .lieu,
#events #block-views-block-event-home-block-1 .event_all_detail > time {
  color: #007cb0;
  display: inline-block;
  text-transform: uppercase;
}
#events #block-eventinside .event_all_detail > .lieu,
#events #block-eventhome .event_all_detail > .lieu,
.event.home .event_all_detail > .lieu,
#events #block-views-block-event-block-1 .event_all_detail > .lieu,
#events #block-views-block-event-home-block-1 .event_all_detail > .lieu{
    background-image: url("../img/lieu.svg");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 17px;
    padding: 5px 0 5px 20px;
}
#events #block-eventinside .event_all_detail > time,
#events #block-eventhome .event_all_detail > time,
.event.home .event_all_detail > time,
#events #block-views-block-event-block-1 .event_all_detail > time,
#events #block-views-block-event-home-block-1 .event_all_detail > time {
  font-size: 12px;
  margin-right: 5px;
}
#events #block-eventinside .event_all_detail > time strong,
#events #block-eventhome .event_all_detail > time strong,
#events #block-views-block-event-block-1 .event_all_detail > time strong,
#events #block-views-block-event-home-block-1 .event_all_detail > time strong {
  font-weight: bold;
}
.event.home  .event_all_detail a .lien {
    float: right;
    display: block;
}

#events #block-eventinside .event_all_detail .share,
#events #block-eventhome .event_all_detail .share,
#events #block-views-block-event-block-1 .event_all_detail .share,
#events #block-views-block-event-home-block-1 .event_all_detail .share{
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 25px;
}
#infos .container > div > div:last-child,
#infos .container div.lien_all,
.event.home .lien_all{
  text-align: center;
}
#events > div.lien_all {
  margin-top: 45px;
}
.event.home .lien_all {
    text-align: center !important;
    margin: 10px;
}
#publications > div.lien_all {
  margin-top: 56px;
}
/*PUBLICATIONS*/
#publications .views-row,
.latest.publications .views-row{
  border: 1px solid #007cb0;
  padding: 10px;
  margin-bottom: 10px;
}
#publications .views-row:last-child,
.latest.publications .views-row:last-child{
    margin-bottom: 0;
}
#publications .views-row .header,
.latest.publications .views-row .header {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 116px;
  vertical-align: top;
  width: 85px;
}
#publications .views-row .content,
.latest.publications .views-row .content {
  display: inline-block;
  /* float: right; */
  vertical-align: top;
  width: calc(100% - 100px);
  position: relative;
  margin: 0 0 0 10px;
}
#publications .views-row .content .meta{
  font-size: 13px;
  margin-bottom: 15px;
}
#publications .views-row .content > h3,
.latest.publications .publications_all_detail h3,
.latest.publications .publications_all_detail h3 a {
  font-size: 20px;
  color: #3e3e3e;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#publications .views-row .extrait,
.latest.publications .views-row .extrait {
  color: #797979;
  font-size: 16px;
}
#publications .views-row .extrait .lien,
.latest.publications .views-row .extrait .lien {
  color: #007cb0;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  margin-left: 5px;
  text-transform: uppercase;
}
.latest.publications a .lien {
    float: right;
}
#publications .views-row .content .share {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.latest.publications .lien_all {
    text-align: center !important;
    margin: 20px 0 0 0;
}
/*BLOC TEXTE*/
#bloc_texte {
    background-position: center center;
    background-size: cover;
    text-align: center;
}
#bloc_texte .content{
    margin-bottom: 80px;
}
#bloc_texte .content * {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
/*PAGE*/
.path-notfrontpage section {
  position: relative;
}
/*#contenu {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 70%;
    min-height: 1600px;
}

/*
#contenu {
  /*background-image: url(../img/bg_sidebar.jpg);
  background-repeat: repeat-y;
  background-size: 30% 100%;
  background-position: right top;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
*/
/*#contenu .container{
    display: inline-block;
    float: right;
    margin: 0;
    width: 885px;
    max-width: 100%;
    padding:20px 70px 100px 0;
}*/
.path-frontpage #contenu .container {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  margin:0 auto;
}
#contenu .container {
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
}
#contenu .header_content {
  margin-bottom: 60px;
  margin-top: 40px;
}
/* rajoute suite au deplacement des tags en bas des news */
#contenu .footer_content {
  margin-bottom: 0px;
  margin-top: 0px;
}
#contenu .share_rs {
  display: inline-block;
  float: right;
  margin-top: 25px;
  position: absolute;
  bottom: -40px;
  right: 0;
}
#contenu .share_rs li {
  display: inline;
  vertical-align: top;
}
#contenu article.full .content {
    width: 100%;
    word-wrap: break-word;
}
#contenu article.full .content .field--name-field-news-image img {
    max-width: 50%;
}
#contenu article.full .content .field--name-body p {
    margin: 10px 0;
}
#contenu .content .meta {
  color: #949494;
  font-size: 14px;
  margin-bottom: 40px;
}
#contenu .content h1 {
  font-size: 33px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 20px;
/*  text-transform: uppercase;desactivation des majuscules sur les titres des news*/
  color: #3e3e3e;
}
#contenu .content h1 a {
  color: #3e3e3e;
}
#contenu .content article.teaser h1 {
  margin-bottom: 15px;
  margin-top: 15px;
}
#contenu .content article.teaser {
  padding-bottom: 30px;
 /* border-bottom: 2px dotted #797979;*/
}
#sidebar .block-block-content,
#contenu .content {
  color: #797979;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
  position: relative;
}
#contenu .content{
  float: none;
  clear:both;
  width: 100% !important;
  padding: 0 15px;
  margin:0 auto;
  max-width: 1200px;
}
.path-press #contenu .content{
  width: 100%;
}
.path-press .intro_page .content h1 {
    text-align: center;
}
.path-press .intro_page .content {
    text-align: left;
}
#contenu .content div.header_content a {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
#contenu .content div.intro{
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 22px;
}
#contenu .content blockquote {
    background-image: url("../img/citation.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 4px 90%;
    margin-left: 40px;
    padding-left: 30px;
    position: relative;
    text-indent: 28px;
    margin: 40px 0;
}
#contenu .content p.debordement {
    width: calc(100% + 50px);
    position: relative;
    left: -50px;
}
#contenu .content p.debordement .align-left {
    float: none;
    margin-right: 50px;
}
#contenu .content div.citation:before,
#contenu .content blockquote:before{
    color: #3e3e3e;
    content: "‘‘";
    display: inline-block;
    font-size: 43px;
    font-weight: bold;
    left: 4px;
    position: absolute;
    top: 13px;
}
#contenu .content div.citation{
    display: inline;
    float: left;
    margin: 40px 75px 40px 0;
    padding-left: 30px;
    position: relative;
    text-indent: 28px;
    width: 50%;
}
#contenu article.page .content img {
  max-width: 100%;
  height: auto;
}
#contenu .content article.agenda .field {
	margin: 5px 0;
}
#contenu .content .agenda img,
#contenu .content .publication img,
#contenu .content .news img {
    display: inline;
    float: left;
    margin: 0px 40px 40px 0;
    position: relative;
}

.page-node-type-publication .field--name-field-publication-fichier .field--item:not(:first-child) {
    display: none;
}

/* ajout d'un cadre gris pour les publications en mode détails [DEBUT]*/
#contenu .content .publication img {
    border-width: 1px;
    border-style: solid;
    border-color: grey;
}
/* ajout d'un cadre gris pour les publications en mode détails [FIN]*/

#contenu .content .news .field--name-field-news-image {
    display: inline;
    float: left;
    margin: 0px 40px 40px 0;
    position: relative;
    width: 40%;
}
/*maj le 11/12/2019 pour l'écartement de la legende : passage de margin-bottom:0 a 10px[DEBUT]*/
#contenu .content article.news .field--name-field-news-image span.img-caption,
#contenu .content article.news .field--name-field-news-image img {
    max-width: 100%;
    margin-bottom: 10px;
}
/*maj le 11/12/2019 pour l'écartement de la legende : passage de margin-bottom:0 a 10px[FIN]*/
#contenu .content .news .field--name-field-news-image span.img-caption {
    margin-bottom: 20px;
    font-size: 12px;
}

/*ajout pour legende images agenda[DEBUT]*/
#contenu .content article.agenda .field--name-field-agenda-image span.img-caption,
#contenu .content article.agenda .field--name-filed-agenda-image img {
	max-width:100%;
	margin-bottom: 0;
}

#contenu .content .agenda .field--name-field-agenda-image span.img-caption {
	margin-bottom: 20px;
	font-size:12px;
}
/*ajout pour legende images agenda[FIN]*/

/* désactive pour avoir le texte flottant sur la droite dans les publcations
#contenu .content .publication .field--name-body {
	float: left;
}*/

#contenu .content .publication .field--name-body img {
	display: inline-block;
	float: none;
}
#contenu .content div.citation {
    font-size: 27px;
    font-weight: 600;
    color: #3e3e3e;
    line-height: 35px;
}
#contenu .content article ol li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

#contenu .content article ol li::before {
  content: counter(step-counter);
  margin-right: 3px;
  font-size: 13px;
  color: #3e3e3e;
  font-weight: bold;
}
#contenu .content article ul li::before {
  content:'•';
  margin-right: 3px;
  font-size: 13px;
  color: #3e3e3e;
  font-weight: bold;
}
#contenu .content h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
/*  text-transform: uppercase;*/
 /* color: #3e3e3e;*/
  color: #007caf;
}
#contenu .content  h3 {
/*  color: #007caf;*/
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
#contenu .page .content h3 {
  padding: 10px 0;
}
/*table*/
.content .field > table {
  border: 1px solid #007caf;
  margin: 10px 0;
  max-width: 100%;
}
.content .field > table > tbody > tr > *,
.content .field > table > thead > tr > th {
  border-bottom: 1px solid #007caf;
  border-right: 1px solid #007caf;
}
.content .field > table > tbody > tr > *,
.content thead th {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
/*#contenu article img {
  float: left;
  margin: 0 20px 20px 20px;
}*/
#contenu article b,
#contenu article strong {
  font-weight: bold;
}
/*footer page*/
.path-notfrontpage #events,
.path-notfrontpage #actus {
  border-top: 1px solid #e7e7e7;
  padding: 60px 10px 10px;
}
.path-events > #events,
.path-news > #actus {
	display: none;
}
.path-notfrontpage #actus {
    background-image: url(../img/bg_actu.jpg);
}
.path-notfrontpage #events #block-eventinside .views-row,
.path-notfrontpage #events #block-views-block-event-block-1 .views-row {
  /*float: left;*/
  vertical-align: top;
  margin-right: 10px;
  min-height: 131px;
  text-align: left;
  width: 285px;
}

/*BREADCRUMB*/
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #337ab7;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #337ab7;
  text-decoration: underline;
}
footer p, div {
  font-size: 16px;
}
/*SIDEBAR
#sidebar {
  background-color: #e7e7e7;
  bottom: 0;
  display: inline-block;
  float: right;
  right: 0;
  top: 0;
  vertical-align: top;
  width: 30%;
}
/*#sidebar {
    background-color: #e7e7e7;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 30%;
}
#sidebar .search-block-form {
    padding-bottom: 25px;
}
.notfound_form_search #edit-keys {
    height: 49px;
}
#sidebar .sidebar_content{
  width: 315px;
  padding-bottom: 10px;
}
#sidebar h2:nth-child(1) {
  padding-top: 0px !important;
}*/
/*menu
#sidebar section,
#sidebar .navbar-nav {
    float: none;
}
#sidebar .menu a {
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    color: #007caf;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    //padding: 15px 50px 15px 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
#sidebar .menu a:hover,
#sidebar .menu a.is-active{
  background-color: #007caf;
  color: #ffffff;
}
#sidebar .menu a.is-active:before{
    background-image: url(../img/sidebar_menu_active.png);
    background-repeat: no-repeat;
    background-position: right center;
    width:8px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    height: 100%;
}*/
/*doc
#sidebar #block-afficheunblocderecherchedevents,
#sidebar .bloc_archives {
    display: none;
}
.path-news #sidebar .bloc_archives_news,
.page-node-type-news #sidebar .bloc_archives_news {
    display: block;
}
.path-events #sidebar #block-afficheunblocderecherchedevents,
.path-events #sidebar .bloc_archives_events,
.page-node-type-agenda #sidebar #block-afficheunblocderecherchedevents,
.page-node-type-agenda #sidebar .bloc_archives_events {
    display: block;
}
#sidebar #block-afficheunblocderecherchedevents  {
	margin: 27px 0px 0px 0px;
}
#sidebar #block-afficheunblocderecherchedevents form {
	padding: 0px 0px 0px 30px;
}
#sidebar #block-afficheunblocderecherchedevents label {
	display: none;
}
#sidebar #block-afficheunblocderecherchedevents .form-wrapper,
#sidebar #block-afficheunblocderecherchedevents .form-group {
	width: 49%;
	display: inline-block;
}
#sidebar #block-afficheunblocderecherchedevents button {
	padding: 6px 12px;
}
#sidebar #block-afficheunblocderecherchedevents .form-inline .form-control {
    width: 100%;
}
#sidebar .bloc_sidebar {
    padding: 0px 0px 0px 20px;
}
#sidebar .block-block-content > div {
    padding: 0px 0px 0px 5px;
}
#sidebar .block-block-content h2,
#sidebar .bloc_sidebar h2 {
  display: inline-block;
  margin-top: 10px;
  padding-left: 0;
  width: 100%;
}
#sidebar .block-block-content h2 {
    padding-top: 0px;
}
#sidebar .bloc_sidebar .content {
    width: 100%;
}
#sidebar .bloc {
    padding: 40px 0px 0px 0px;
}
#sidebar  h2 {
    color: #3e3e3e;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-left: 25px;
    text-transform: uppercase;
}
#sidebar .bloc > div{
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-left: 25px;
    width: 100%;
}
#sidebar .doc .doc_container{
    background-image: url("../img/pdf.svg");
    background-position: left 25px top 25px;
    background-repeat: no-repeat;
    padding-left: 75px;
    padding-bottom: 25px;
    padding-top: 25px;
}
#sidebar .doc .doc_container > h3 {
  color: #007caf;
  font-size: 13px;
  font-weight: bold;
    margin-bottom: 5px;
  text-transform: uppercase;
}
#sidebar .doc .doc_container > p {
  color: #797979;
  font-size: 13px;
  font-weight: 400;
    margin-bottom: 15px;
}
#sidebar .doc .doc_container .meta * {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
#sidebar .doc .doc_container .meta * strong {
  font-weight: bold;
}
#sidebar .doc .doc_container .pdf {
    background-image: url("../img/pdf_lien.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #007caf;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
    text-decoration: underline;
    width: 100%;
}
#sidebar li {
  min-width: 100%;
}*/
/*pages
#sidebar .block-publications-block .publications_container .meta {
  margin-bottom: 0;
}
#sidebar .block-publications-block .publications_container,
#sidebar .pages .pages_container{
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
#sidebar .block-publications-block .publications_container .header,
#sidebar .pages .header {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 125px;
  width: 115px;
}
#sidebar .block-publications-block .publications_container .content,
#sidebar .pages .content {
  display: inline-block;
  float: right;
  hyphens: auto;
  overflow-wrap: break-word;
  padding-right: 45px;
  width: calc(100% - 125px);
}
#sidebar .pages .content > h3 {
  color: #007caf;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#sidebar .block-block-content ul,
#sidebar .block-wwc-surcharge ul {
	list-style: disc inside;
}
#sidebar .block-block-content ul li,
#sidebar .block-wwc-surcharge ul li {
    /*margin: 5px 12px;*/
    /*padding: 0px 5px;
    line-height: initial;
}
#sidebar .block-publications-block .publications_container  .content > p,
#sidebar .pages .content > p {
  color: #797979;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline;
  position: relative;
}
#sidebar .block-publications-block .publications_container  .content > p:after,
#sidebar .pages .content > p:after{
  content: '...';
  display: inline;
  width: 20px;
}
#sidebar .block-publications-block .publications_container .content .lien ,
#sidebar .pages .content .lien {
  bottom: 10px;
  position: absolute;
  right: 0;
}
/*#sidebar .sidebar_content {
    padding: 5px;
}

#block-sidebaraboutus > div > ul > li > a,
#block-sidebarpublication > div > ul > li > a,
#block-sidebarmembership > div > ul > li > a {
  font-size: 15px;
}
    /*publications
#sidebar .block-publications-block .publications_container .content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  color: #3e3e3e;
}
#sidebar .block-publications-block .publications_container .content .meta * {
  color: #007cb0;
  font-size: 13px;
}
#sidebar .block-publications-block .publications_container .content .meta * strong{
    font-weight: bold;
}
#sidebar .block-publications-block .publications_container .share {
  position: absolute;
  right: 0;
  top: 10px;
}
/*bloc rajouté
#sidebar .sidebar_content section.block-block-content {
  padding: 0 0 0;
}*/
.file>span {
    border: none !important;
    //padding-bottom: 20px;
}
/*FOOTER*/
footer{
    background-color: #007cb0;
    float: left;
    padding-top: 40px;
    width: 100%;
	margin-top:100px;
}
.path-frontpage footer{
	margin-top:0;
}

footer > .container{
    padding-bottom: 40px;
}
footer > .container > * {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  margin-right: 40px;
  font-size: 13px;
}
footer h3,
footer h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
footer .menu a {
    /*background-image: url(../img/menu_footer.svg);*/
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 0 4px;

}
footer .menu a:focus,
footer .menu a:hover{
    color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
footer > .container > .bloc_texte {
  width: 245px;
}
footer > .container > .bloc_texte div {
  line-height: 18px;
}
footer .contact > div {
  line-height: 18px;
  margin-bottom: 10px;
}
footer  .contact > div a{
    color: #ffffff;
}
footer .contact > div:last-child:after{
    display: none;
}
footer .contact > div:after {
  content: '_';
  color: #012c3c;
  font-size: 13px;
  display: inline-block;
}
footer .rs_container li{
  display: inline-block;
  vertical-align: top;

}
footer .rs_container li a{
  display: inline-block;
  height: 30px;
  width: 30px;
}
footer .rs_container .facebook{
    background-image: url(../img/facebook_footer.svg);
}
footer .rs_container .twitter{
    background-image: url(../img/twitter_footer.svg);
}
footer .rs_container .linkedin{
    background-image: url(../img/linkedin_footer.svg);
}
footer .rs_container .youtube{
    background-image: url(../img/youtube_footer.svg);
}

#copyright{
    background-color: #ffffff;
    padding:10px 0;
}
#copyright * {
  color: #979797;
  font-size: 11px;
  text-align: center;
}
/*Suite du css pour les pages articles , press, et publications*/


/*HEADER*/
#header {
  /*border-bottom: 1px solid #3e3e3e;*/
  /*mis en commentaire pour visualiser les sous-menus du menu deroulant principal[DEBUT]*/
  /*overflow: hidden;*/
  /*mis en commentaire pour visualiser les sous-menus du menu deroulant principal[FIN]*/
}
#header #header_main .menu li.active::after {
  background-color: #007cb0;
}
#header #header_main .menu li.active a {
  font-weight: bold;
  color: #007cb0;
}
#header #header_main .menu li:last-child a {
  background-size: 100% auto;
}
/*HOME*/
#actu_une .actu_une_container .header {
  background-repeat: no-repeat;
  background-size: cover;
}
#actu_une .actu_une_container .content {
  text-align: left;
}
.rs_container li a {
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 25px;
}
/*.rs_container li a.facebook{
    background-image: url(../img/facebook.svg);
}
 .rs_container li a.twitter{
    background-image: url(../img/twitter.svg);
}
 .rs_container li a.linkedin{
    background-image: url(../img/linkedin.svg);
}
 .rs_container li a.youtube{
    background-image: url(../img/youtube.svg);
}*/
#actu_secondaire {
  display: inline-block;
  /*text-align: center;*/
  width: 100%;
}
/*PAGE CONTENU*/
#contenu .content div ul li {
  //margin-bottom: 10px;
}
/* FIN MODIFICATION DE styles.css*/

/*HEADER*/
/*menu*/
#header #trigger-overlay {
  display: none;
}
/*ALL NEWS - ALL PUBLICATIONS*/
.path-notfrontpage #actus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding-top: 0;
}
.path-news #actus .titre, .actus .titre,
.path-events #actus .titre,
.path-publications #actus .titre {
  color: #3e3e3e;
  font-size: 43px;
}
.path-news #contenu #actus #actu_secondaire,
.actus #actu_secondaire,
.path-publications #contenu #actus #actu_secondaire {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.path-news #contenu #actu_secondaire .actu_secondaires_container,
#actu_secondaire .actu_secondaires_container,
.path-publications #contenu #actu_secondaire .actu_secondaires_container {
  margin-bottom: 20px;
  margin-right: 12px;
  width: 250px;
}
.path-news #contenu #actu_secondaire .actu_secondaires_container:nth-child(3n),
.path-publications #contenu #actu_secondaire .actu_secondaires_container:nth-child(3n) {
  margin-right: 0;
}

#actu_secondaire .actu_secondaires_container .link{
	position: absolute;
    left: 0px;
    top: 0px;
}
.path-news #contenu #actu_secondaire .header,
#actu_secondaire .header,
.path-publications #contenu #actu_secondaire .header {
  margin: 0;
}
.path-news #contenu #actu_secondaire .actu_secondaires_container .content,
#actu_secondaire .actu_secondaires_container .content,
.path-publications #contenu #actu_secondaire .actu_secondaires_container .content {
  background-color: #ececec;
  padding: 10px;
  /*padding: 20px;avant maj titre sur 4 lignes*/
}
.path-publications #contenu #actu_secondaire .actu_secondaires_container .content,
.publications #actu_secondaire .actu_secondaires_container .content {
	background-color: rgba(236, 236, 236, 0.7);
	padding: 10px;
	/*padding: 20px;avant maj titre sur 4 lignes*/
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	overflow:hidden;
}
.path-news #contenu #actu_secondaire .actu_secondaires_container:hover .content,
#actu_secondaire .actu_secondaires_container:hover .content,
.path-publications #contenu #actu_secondaire .actu_secondaires_container:hover .content {
  background-color: #007cb0;
}
.path-news #contenu #actu_secondaire .actu_secondaires_container:hover .content *,
#actu_secondaire .actu_secondaires_container:hover .content *,
.path-publications #contenu #actu_secondaire .actu_secondaires_container:hover .content *{
  color: #ffffff;
}
.path-news #contenu #actu_secondaire .content > time,
.path-publications #contenu #actu_secondaire .content > time,
#actu_secondaire time {
  color: #949494;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  /*margin-bottom: 10px;;avant maj titre sur 4 lignes*/
  text-transform: none;
  width: 100%;
}
.path-news #contenu #actu_secondaire .content > h3,
#actu_secondaire h3,
.path-publications #contenu #actu_secondaire .content > h3 {
  color: #3e3e3e;
}
/*ALL NEWS*/
.path-news #actu_une, #actu_une  {
    margin-bottom: 60px;
    text-align: center;
}
.path-news #actu_une .actu_une_container, 
#actu_une .actu_une_container {
  margin-left: 0;
  margin-right: 10px;
  width: 390px;
}
.path-news #actu_une .actu_une_container:last-child {
  margin-left: 0;
  margin-right: 0px;
}
.path-news #actu_une .actu_une_container .content,
#actu_une .actu_une_container .content {
  background-color: #ececec;
  min-height: 250px;
}
.path-news #actu_une .actu_une_container .header,
#actu_une .actu_une_container .header {
  margin: 0;
}
.block-views-blocknews-home-block-1 h3,
#actu_secondaire h3 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
}
/*ALL PUBLICATIONS*/
/* .path-press #actus .container > div, */
/* .path-press #block-views-block-news-home-block-1 { */
    /* display: none; */
/* } */
/* .path-press #actus .container > div.region-news-home { */
    /* display: block; */
/* } */
#press_center .cat,
.press_center .cat,
.path-publications .cat{
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#press_center .cat > a,
.press_center .cat > a,
.path-publications .cat > a {
  border: 1px solid;
  border-radius: 25px;
  color: #3e3e3e;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
#press_center .cat > a:hover,
.press_center .cat > a:hover,
#press_center .cat > a.active,
.path-publications #actu_secondaire .cat > a:hover,
.path-publications #actu_secondaire .cat > a.active{
  background-color: #3e3e3e;
  color: #ffffff;
}
.path-publications h1 {
  display: none;
}
.path-press #contenu {
  background-image: none;
}
/*PAGINATION*/
.pager-nav {
  margin-top: 20px;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.pagination > li > a, .pagination > li > span {
  display: inline-block;
  font-size: 17px;
  padding: 0 5px;
  vertical-align: middle;
  border: none;
  color: #797979;
  line-height: 18px;
  float: none;
  margin: 0;
}
/*.pagination > li:first-child > a, .pagination > li:first-child > span,*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border: 2px solid;
  border-radius: 50% !important;
  color: #007cb0;
  height: 30px;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
  background-color: transparent;
}
/*SIDEBAR PAGE*/
#sidebar .sidebar_content #block-searchform .form-item > .input-group {
  display: inline-block;
}
#sidebar .sidebar_content #block-searchform .form-item > .input-group .input-group-btn {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
#search-form input,
#sidebar #block-searchform input {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/loupe_gris.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  border: 2px solid #3e3e3e;
  border-radius: 25px;
  color: #3e3e3e;
  font-size: 15px;
  margin: 10px 0 10px 30px;
  padding: 5px 15px;
  height: 19px;
  width: auto;
}
#search-form input[type="checkbox"] {
	margin: 0 0 0 -20px;
	padding: 0;
}
#search-form #edit-advanced .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.meta_type { display: none; }
.path-search .meta_type { display: inline; }
.highlight { background-color: #007cb0; color: #fff; }
#search-form .form-checkboxes .control-label {
	margin: 0;
	padding: 0;
	text-indent: 25px;
}
#search-form input[type="text"],
#search-form input[type="search"],
#sidebar #block-searchform input[type="search"] {
   -webkit-appearance: textfield;
   -webkit-box-sizing: content-box;
}
#search-form .btn:active,
#search-form .btn.active,
#sidebar #block-searchform .btn:active,
#sidebar #block-searchform .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-form .input-group .form-control:focus,
#sidebar #block-searchform .input-group .form-control:focus {
  z-index: 1;
}
#sidebar.sidebar_page h2 {
  margin: 30px 0;
  padding-left: 30px;
}
#sidebar .filter a {
  background-image: url(../img/pagination_right.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  border-bottom: 1px solid #ffffff;
  color: #3e3e3e;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 50px 15px 30px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
#search-form .glyphicon-search::before,
#sidebar #block-searchform .glyphicon-search::before {
    content: "";
}
#search-form .btn-primary,
#sidebar #block-searchform .btn-primary {
    background-color: transparent;
    border-color: transparent;
}
/*SIMILAR PAGES*/
.similar-page h2 {
    margin: 20px 0;
}
.similar-page li {
    border: 1px solid #007cb0;
    margin-bottom: 10px;
    padding: 15px;
}
.similar-page h1.titre {
    font-size: 20px !important;
    text-align: left !important;
    text-transform: none !important;
	background: none !important;
	margin: 0!important
}
.similar-page .content {
    padding: 0 !important;
}
.similar-page .postedon {
    display: none;
}
.similar-page a.more-link {
    background-image: url(/themes/wwc/img/fleche_lien.png);
    background-repeat: no-repeat;
    color: transparent;
    height: 25px;
    display: block;
    float: right;
}
/*PAGE PRESS*/
#contenu.intro_page {
  min-height: auto;
  width: 100%;
}
#contenu.intro_page .container {
  display: block;
  float: none;
  margin: 0 auto;
  width: 1200px;
}
.intro_page .content {
  text-align: center;
}
#contenu .rs > p {
  color: #007caf;
  display: inline-block;
  font-size: 17px;
  text-decoration: underline;
  vertical-align: middle;
  margin-right: 10px;
}
.rs .rs_container {
  display: inline-block;
  vertical-align: middle;
}
.rs .rs_container li {
  display: inline-block;
  vertical-align: top;
}
.rs .rs_container li:before{
  display: none;
}
.intro_page .info {
  margin-top: 40px;
}
.intro_page .info > * {
  display: inline;
  vertical-align: middle;
  font-size: 15px;
}
#contenu.intro_page .content .info > a {
  border: 1px solid #157cb1;
  border-radius: 5px;
  color: #157cb1;
  padding: 5px;
  display: inline-block;
}
 .path-press #actus{
  background-color: #eeeeee;
  background-image: url("../img/bg_blanc.jpg");
  background-position: center top;
  background-size: 100% 200px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
 }
 .path-press #actu_une .actu_une_container:nth-child(3) {
  margin-right: 0;
}
.slider .slider_content .actu_une_container:first-child .header,
.slider .slider_content .actu_une_container:nth-child(3) .header{
  position: relative;
}
.slider .slider_content .actu_une_container:first-child .header:before,
.slider .slider_content .actu_une_container:nth-child(3) .header:after{
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}
.slider .slider_content .actu_une_container:first-child .header:before{
  background-image: url(../img/gradient_left.png);
}
.slider .slider_content .actu_une_container:nth-child(3) .header:after{
  background-image: url(../img/gradient_right.png);
}
 .path-press #pagination_slider{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin:35px 0;
 }
 .path-press #pagination_slider > a {
  background-color: #3e3e3e;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
}
 .path-press #pagination_slider > a.active{
  width: 20px;
  height: 20px;
  background-color: #007cb0;
 }
.path-press #pagination_slider > a:hover{
  background-color: #007cb0;
 }
 .slider .slider_content {
  position: relative;
}
 .slider .slider_content .navigation a{
  position: absolute;
  top: 140px;
}
.slider .slider_content .navigation a.prev {
  left: 0;
}
.slider .slider_content .navigation a.next {
  right: 0;
}


/*PRESS CENTER*/
#press_center {
  background-color: #eeeeee;
  padding-bottom: 40px;
}
#press_center #press_center {
  padding-left: 10px;
  padding-right: 10px;
}
#press_center .press_center_content > div {
  display: inline-block;
  float: left;
  margin: 4px;
  vertical-align: top;
  width: 385px;
  max-width: 100%;
}
#press_center .press_center_content > div img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
#press_center .press_center_content > div.videos div.picto_video {
  background-image: url("../img/video.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
#press_center .press_center_content .header {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 160px;
  position: relative;
  width: 100%;
}
#press_center .press_center_content .content,
.press_center .press_center_content .content {
    background-color: #eeeeee;
    padding: 15px !important;
    float: none !important;
    margin: auto !important;
    width: 100% !important;
    max-width: 800px !important;
}
#press_center .press_center_content .content time,
.press_center .press_center_content .content time {
  color: #cacaca;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#press_center .press_center_content .content h3,
.press_center .press_center_content .content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #3e3e3e;
}
#press_center .press_center_content .lien ,
.press_center .press_center_content .lien {
  display: inline-block;
  text-align: right;
  width: 100%;
}

.press .row {
    display: flex;
    flex-wrap: wrap;
}

.press .col-lg-4 {
	padding: 0;
	background-color: #eeeeee;
	margin: 15px;
}
@media (min-width: 576px){
	.press .col-lg-4 {
		max-width: calc(50% - 30px);
		flex: 0 0 calc(50% - 30px);
	}
}
@media (min-width: 1200px){
	.press .col-lg-4 {
		flex: 0 0 calc(33.33333333% - 30px);
		max-width: calc(33.33333333% - 30px);
	}
}

.press .flexslider {
    margin: 0;
	width:auto !important;
	max-height: 300px;
    border: none;
	background-color: #eeeeee;
}
.press .flexslider .slides img{
	width:auto;
	height:auto;
	max-height: 300px;
}
.press .flex-direction-nav a:before{
	font-size:22px;
}

.press-link{
    display: flex;
    justify-content: center;
    margin: 1rem auto 2rem;
    flex-wrap: wrap;
}

.press-link a{
	margin: 0.5rem;
}

.press.releases .view-content ul {
    display: inline-block
}
.press.releases .view-content li{
	display: inline-flex;
    padding: 0 10px;
    flex: 0 0 100%;
}
/*flexslider photo content*/
.flexslider {
    margin-left: auto;
    margin-right: auto;
}
.flexslider .slides img{
	width:auto;
	height:auto;
}
.flexslider li::before{
	display:none;
}

.flex-control-nav{
	top: 10px;
    position: relative;
}
a.flex-prev, a.flex-next{
    line-height: 40px !important;
}

/*photo*/
#press_center .press_center_content > div.grid-item {
    margin-bottom: 10px;
}
#press_center .press_center_content > div.photos .content{
  background-image: url(../img/presse_center_photo.png);
}
/*doc*/
#press_center .press_center_content > div.documents .content{
  background-image: url(../img/presse_center_doc.png);
  padding-bottom: 10px;
}
#press_center .press_center_content > div.press_releases .content{
  background-image: url(../img/presse_center_doc.png);
  padding-bottom: 10px;
}
#press_center .press_center_content > div.press_reviews .content{
  background-image: url(../img/presse_center_doc.png);
  padding-bottom: 10px;
}
#press_center .press_center_content .doc .lang {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  display: inline-block;
  padding:  10px;
  width: 100%;
}
#press_center .press_center_content .doc .lang > div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
}
#press_center .press_center_content .doc .lang  div a {
  color: #589bc1;
  font-size: 11px;
  text-transform: uppercase;
}
#press_center .press_center_content .doc .lang > .lien {
  width: auto;
  vertical-align: middle;
}
/*video*/
#press_center .press_center_content .videos .content {
  padding: 15px;
}

.page-node-type-page #block-searchform,
.path-search #edit-advanced .form-item-type-blocs-accueil,
.path-search #edit-advanced .form-item-type-bandeau,
.path-search #edit-advanced .form-item-language-und,
.path-search #edit-advanced .form-item-language-zxx,
.path-search #edit-help-link,
.path-search .tabs {
    display: none;
}
p.image_pleine_largeur img {
	width: 100%;
  height: auto;
}
p.image_alignee_gauche img {
	width: 50%;
  height: auto;
  margin-right: 10px;
	float: left;
}
p.image_alignee_droite img {
	width: 50%;
  height: auto;
	float: right;
}
/*p.image_vignette img {
	width: 25%;
	float: left;
}*/
p.image_vignette {
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  max-width: 200px;
}
div.image_vignette_legende {
  display: inline-block;
  margin: 20px 5px;
  vertical-align: top;
  width: calc(100% - 215px);
}
article.embedded-entity {
    display: inline-block;
}
div.image_vignette_legende{
    display: inline-block;
    vertical-align: top;
}
figcaption {
	font-size: 14px;
    line-height: 1.2em;
	font-style:italic;
}
div.image_vignette_test{
    display: inline-block;
    vertical-align: top;
}
div.text_justify {
    text-align: justify;
    text-justify: inter-word;
}

#contenu .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#views-exposed-form-search-page-1 .form-item-langcode {
    display: none;
}
#views-exposed-form-search-page-1 .form-control,
#views-exposed-form-search-page-1 .form-item-keys {
    width: 100%;
}
#views-exposed-form-search-page-1 .form-item-type,
#views-exposed-form-search-page-1 .form-item-language {
    width: 49%;
    margin: 10px 0;
}
#advancedsearch-form .panel .panel {
    width: 49%;
    display: inline-block;
    margin: 0 1% 0 0;
}
#advancedsearch-form .panel #edit-advanced-language {
    margin: 0;
}

.related-recent-content-news-image.selectionShareable {
	display: block;
	float: left;
}

/* ajout d'un cadre gris pour les publications en mode liste [DEBUT]*/
#contenu .content .field--name-field-publication-image .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img,
.actus .publication-image {
    border-width: 1px;
    border-style: solid;
    border-color: grey;
}
/* ajout d'un cadre gris pour les publications en mode liste [FIN]*/

/* ajout d'un cadre gris pour les publications en mode liste sur la page d'accueil[DEBUT]*/
.actus .publication-image {
    border-width: 1px;
    border-style: solid;
    border-color: grey;
	height:356px;
}
/* ajout d'un cadre gris pour les publications en mode liste sur la page d'accueil [FIN]*/

.file_item {
    font-size: 12px;
    color: #337ab7;
	height:32px;
}

/* Mise en forme legende sur enlarge image[DEBUT]*/
.mfp-title {
	margin-top: 5px;
    font-style: normal;
    line-height: 20px;
}
/* Mise en forme legende sur enlarge image [FIN]*/

/* Mise en forme legende image sur les news[DEBUT]*/
.field--type-image a:hover, a:focus {
    color: #337ab7;
    text-decoration: none;
}
/* Mise en forme legende image sur les news[FIN]*/

/* Mise en forme legende image sur les news[DEBUT]*/
.field--type-image a {
    color: #797979;
	line-height: 10px;
}
/* Mise en forme legende image sur les news[FIN]*/

/* centre le bouton All publications en bas de la page detail d'une publication[DEBUT]*/
.all_publications_center {
    text-align: center;
	margin: 20px 0 0 0;
}
/* centre le bouton All publications en bas de la page detail d'une publication[FIN]*/

/* Mise en forme vue/bloc Related News (about xx World Water Forum[DEBUT]*/
/* mise en forme de la date: grise et centree*/
.related-recent-content-news-date {
    color: #949494;
    display: inline-block;
    font-size: 13px;
    text-transform: none;
    width: 100%;
    text-align: center;
}

/* mise en forme du titre*/
h3.field-content.related-recent-content-title{
    font-weight: bold;
    Text-transform: uppercase;
	text-align: center;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
	color: #000;
}

/*séparation entre les news en ligne*/
/*.views-col {
    padding: 5px;
}*/



/* Mise en forme vue/bloc Related News (about xx World Water Forum[FIN]*/

/* Mise en forme vue/bloc Related News 3 (about xx World Water Forum[DEBUT]*/
/*fond gris pour chaque bloc*/
.related-column-news-3.views-col.col-1.selectionShareable {
    /* background-color: white; */
    background-color: #ececec;
 /*7   padding: 10px;*/
}

/* Mise en forme vue/bloc Related News 3 (about xx World Water Forum[DEBUT]*/
/*fond gris pour chaque bloc*/
.related-column-news-3.selectionShareable {
    background-color: #ececec;
}

.related-news-3-time.selectionShareable {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.related-news-3-title.selectionShareable h4 {
	color: #3e3e3e;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
/* Mise en forme vue/bloc Related News 3 (about xx World Water Forum[FIN]*/

/* Espace entre la premiere et la 2eme ligne de 3 News*/
.related-row-news-3.views-row.clearfix.row-1.selectionShareable {
    margin-bottom: 30px;
}

/* Mise en forme vue/bloc Related News 3 (about xx World Water Forum[FIN]*/


/*bordure evenements sur la page events */
.agenda {
    border: 1px solid #007cb0;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding: 8px 8px 8px 10px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
	text-align: left;
	width:100%;
}


/* texte de la date en bleu et en majuscule */
.field.field--name-field-agenda-date.field--type-daterange.field--label-hidden.field--item.selectionShareable,
.agenda-date {
    color: #007cb0;
    display: block;
    text-transform: uppercase;
}

/* logo du lieu en bleu et en majuscule */
.field.field--name-field-agenda-lieu.field--type-string.field--label-hidden.field--item.selectionShareable,
.agenda-lieu {
    background-image: url(../img/lieu.svg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 17px;
    padding: 5px 0 5px 20px;
	color: #007cb0;
    display: inline-block;
    text-transform: uppercase;
}

.news_title h3 {
    color: #3e3e3e;
}

/*Suppression des fleches haut et bas dans les champs de type nombre[DEBUT]*/
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}
/*Suppression des fleches haut et bas dans les champs de type nombre[FIN]*/

/*lien icone email pour lien vers Receive our news[DEBUT]*/
a.receive_our_news {
    color: #fff;
    margin-top: 18px;
    margin-left: 1px;
	display: inline-block;
    font-weight: bold;
	font-size:12px;
}
/*lien icone email pour lien vers Receive our news[FIN]*/

a.receive_our_news a:focus,
a.receive_our_news a:hover{
	text-decoration: underline;
}

img.receive_our_news {
  width : 100px;  
  vertical-align:middle;
}

.flotte {
float:left;
}

p#receive_our_news_txt {
    font-size: 16px;
    margin-left: 32px;
    line-height: 28px;
}


/*vue des organisations membres[DEBUT]*/
.field-content-college {
    text-align: center;
    padding: 17px;
    height: 160px;
    border: solid 1px gray;
    vertical-align: center;
}
/*vue des organisations membres[FIN]*/

/*taille des chiffres sur la page membre[DEBUT]*/
.pictoBigText {
    font-size: 40px;
    margin: 20px;
    text-align: center;
    font-weight: bold;
}
/*taille des chiffres sur la page membre[FIN]*/

/*alignement des 3 picto sur la page membres[DEBUT]*/
.picto_col {
    width: 30%;
    float: left;
    text-align: center;
	color: #000;
}
/*alignement des 3 picto sur la page membres[FIN]*/

/*alignement des 3 picto sur la page join us[DEBUT]*/
.picto_col2 {
    width: 32%;
    float: left;
	margin: 5px;
    text-align: center;
	color: #000;
}
/*alignement des 3 picto sur la page join us[FIN]*/

/*arret du float left[DEBUT]*/
.clearleft{
	clear: left;
}
/*arret du float left[FIN]*/

/*presentation du block become a member sur la page des membres[DEBUT]*/
#block-becomeamember p {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 20px;
}
/*presentation du block become a member sur la page des membres[FIN]*/

/*texte paragraphe en blanc[DEBUT]*/
#block-process p {
    color: #fff;
}
/*texte paragraphe en blanc[FIN]*/

/*texte centre[DEBUT]*/
#block-process centre {
    text-align: center;
}
/*texte centre[FIN]*/

/*taille des images 1,2 et 3 sur la page join us[DEBUT]*/
#block-process img {
    width: 32px;
}
/*taille des images 1,2 et 3 sur la page join us[FIN]*/

/*fond bleu du tableau des fees[DEBUT]*/
tr.backBlue {
    background-color: #D9E2F3;
    /* border-left: none; */
}
/*fond bleu du tableau des fees[FIN]*/

/*Affichage trombinoscope[DEBUT]*/

/*ligne par organisation elue*/
.trb_org_row {
    display: block;
    height: 250px;
    border: 5px outset #D9E2F3;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
}


/*colonne organisation*/
.trb_org_column {
    display: block;
    float: left;
	width:22%;
}

/*colonne gouverneur*/
.trb_gov_column {
    display: block;
    float: left;
	width:28%;	
}

/*colonne alternate*/
.trb_alt_column {
    display: block;
    float: left;
	width:28%;	
}

/*colonne alternate*/
.trb_assistant_column {
    display: block;
    float: left;
	width: 22%;	
}

/*colonne titre regroupement par college*/
.trb_college_group {
	margin-bottom: 5px;
}

/*colonne pour affichage des images des gouverneurs et alternates*/
.trb_gov_img, .trb_alt_img {
	display: block;
	float:left;
	padding-top: 42px;
    padding-right: 5px;
}

/*Affichage trombinoscope[FIN]*/

/*Affichage board member[DEBUT]*/

/*ligne par organisation elue*/
.bm_org_row {
    display: block;
    height: 60px;
    border: 1px solid #1B78B0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
}

/* coloration syntaxique paire et impaire a tester */
li.bm-college-group:nth-child(odd) {
    background: #FFF;
}
li.bm-college-group:nth-child(even) {
    /*background: #D0D1D1;*/
}


/*colonne organisation*/
.bm_org_column {
    display: block;
    float: left;
    padding-left: 8px;
    padding-top: 8px;
	width:30%;
	font-weight: bold;
}

/*colonne acronym*/
.bm_acro_column {
    display: block;
    float: left;
    padding-left: 8px;
    padding-top: 8px;		
	width:12%;	
}

/*colonne gouverneur*/
.bm_gov_column {
    display: block;
    float: left;
    padding-left: 8px;
    padding-top: 8px;		
	width:20%;	
}

/*colonne alternate*/
.bm_alt_column {
    display: block;
    float: left;
    padding-left: 8px;
    padding-top: 8px;	
	width:20%;	
}

/*colonne regional scope*/
.bm_regional_scope_column {
    display: block;
    float: left;
    padding-left: 8px;
    padding-top: 8px;		
	width:12%;	
}

/*colonne titre regroupement par college*/
.bm_college_group {
	margin-bottom: 5px;
}

/*ligne de titre du tableau des organisations elues*/
.bm_org_row_title {
    display: block;
    height: 24px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
	font-weight: bold;
    font-style: oblique;
	color: #1B78B0;
    background: #DCDCDC;
    border: 1px solid #1B78B0;
}
/*colonne organisation*/
.bm_org_column_title {
    display: block;
    float: left;
	width:30%;
}

/*colonne acronym*/
.bm_acro_column_title {
    display: block;
    float: left;
	width:12%;	
}

/*colonne gouverneur*/
.bm_gov_column_title {
    display: block;
    float: left;
	width:20%;	
}

/*colonne alternate*/
.bm_alt_column_title {
    display: block;
    float: left;
	width:20%;	
}

/*colonne regional scope*/
.bm_regional_scope_column_title {
    display: block;
    float: left;
	width:12%;	
}

/*colonne titre regroupement par college*/
.bm_college_group {
	margin-bottom: 5px;
}

/*ecartement entre chaque tableau de college*/
ol.bm-list {
    margin-bottom: 15px;
}

/*Affichage board member[FIN]*/

/*desactivation de l'affichage des url entre parenthese apres l'intitule du lien lors de l impression*/
@media print {
    a[href]::after {
        content: none !important;
    }
}

/*Nouveau menu principal: menu deroulant horizontal a 3 niveaux[DEBUT]*/
section#block-mainnavigation-3 {
    margin-left: 200px;
}
/*Nouveau menu principal: menu deroulant horizontal a 3 niveaux[FIN]*/

ul.sf-menu, ul.sf-menu li {
	background: #fff;
}

/*slider page d'accueil */
.slider_home {
/*    width: 1200px;mis en commentaire pour avoir la pleine largeur*/
    margin: auto;
}

.slider_home_body {
    display: block;
    height: 100%;
    padding-left: 100px;
    padding-right: 450px;
    padding-top: 45px;
    position: absolute;
    padding-bottom: 50px;
    top: 0;
    width: 50%;
    z-index: 5;
    right: 0;
    color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}

/*bouton more slider */
.btn-more {
    border-radius: 28px;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding: 4px 6px;
}

/*bleu*/
.btn-more.bleu {
  background-color: #007cb0;
}

/*ecartement entre le texte et le bouton more*/
.slider_home_body p {
    margin-bottom: 10px;
}

/*titre slider*/
span.slider_home_title {
    font-size: 40px;
    font-weight: bold;
}

div.slider_home_title {
    font-size: 40px;
    font-weight: bold;
    background-image: url(../img/border_bleu.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    line-height: 20px;
}

/*titre slider homepage [DEBUT]*/
h1.slider_h1 {
    color: #007cb0;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url(../img/border_bleu.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
/*titre slider homepage [FIN]*/

/*contenu slider homepage [DEBUT]*/
.slider_home_body p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    line-height: 26px;
}
/*contenu slider homepage [FIN]*/

@media (min-width: 992px)
.we-mega-menu-ul>.we-mega-menu-li>a {
    padding: 1rem !important;
}

/*image bandeau du haut contenus type pages*/
.page_bandeau_haut_img {
    width: 100% !important;
}

/*cadre gris clair logo [DEBUT]*/
.members-logo {
    text-align: center;
    padding: 17px;
    height: 180px;
    border: solid 1px #ccc;
}
/*cadre gris clair logo [FIN]*/

h2.members-name-org {
	font-size: 18px !important;
	font-weight: bold;
    line-height: 22px !important;
    display: block; 
    margin-top: 10px;
	margin-bottom: 3px;
}
	
h3.members-name-acronym {
    font-size: 16px !important;
}
	
.members-logo img {
    height: 140px;
    width: 260px;
    object-fit: contain;
}

/* suppression pour éviter le decalage sur le mobile
.js-form-item-field-college-value {
    margin-left: 0px;
}*/

/*Bloc Become a member[DEBUT]*/
#bloc_become_a_member {
	margin-bottom: 30px;
}
/*Bloc Become a member[FIN]*/

/*Bloc Become a member home[DEBUT]*/
#bloc_become_a_member_home {
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 50px 20px;
}

#bloc_become_a_member_home .content{
    margin-bottom: 30px;
}

#bloc_become_a_member_home .content * {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

/*Bloc Become a member home[FIN]*/

/*Bloc Become a member home footer[DEBUT]*/


#text_become_a_member_home_footer{
	/*pointer-events:none*/
}

.text_become_a_member_home_link_footer{
	color:#fff;
}

.text_become_a_member_home_link_footer:hover{
	color:#fff;
}
/*Bloc Become a member home footer[FIN]*/

/* decalage a droite des contenus figurant a droite  pour members directory*/
.select-wrapper {
    margin-right: 15px;

}

.members-college {
    color: #333;
    font-size: 14px;
}

h3.members-name-acronym {
    color: #3e3e3e;
}

/* bouton clear choices */
.btn-default {
    /* color: #333; */
    background-color: #5bc0de !important; 
    border-color: #46b8da;
}

.form-item-field-continent-value {
    margin-bottom: 8px !important;
}

.members-background-map h3 {
    color: #007caf;
    font-weight: 500;
    font-size: 20px;
}

#block-wwc-video {
    display: block;
	width:100%
    align-content: center;
    text-align: center;
}

em {
    font-style:italic;
}
