	@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';

/*===== Fonts =====*/

@font-face {
	font-family: 'din_regular';
	src: url('../fonts/DIN-Regular.eot');
	src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DIN-Regular.woff2') format('woff2'),
		url('../fonts/DIN-Regular.woff') format('woff'),
		url('../fonts/DIN-Regular.ttf') format('truetype'),
		url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('../fonts/DIN-Regular.eot');
	src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DIN-Regular.woff2') format('woff2'),
		url('../fonts/DIN-Regular.woff') format('woff'),
		url('../fonts/DIN-Regular.ttf') format('truetype'),
		url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'din_light';
  src: url('../fonts/DIN-Light.eot');
  src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DIN-Light.woff') format('woff'),
    url('../fonts/DIN-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'din_medium';
  src: url('../fonts/DIN-Medium.eot');
  src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DIN-Medium.woff') format('woff'),
    url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/*===== Fonts =====*/

/* =Reset
-------------------------------------------------------------- */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #494949;
  font-family: 'Open Sans';
}

body {
  line-height: 1;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  color: #494949;

  background: url('../images/body-bg.png');
  background-position: 110% 290px;
  background-color: #d8d8d6;
  background-repeat: no-repeat;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /*max-width: 100%; */
}

a {
  color: #339746;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover, a:focus {
  color: #339746;
  text-decoration: none;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* Layout style typography , sections , buttons , blocks , components  */
/*====== Reset CSS ======*/
/*====== CMS page ====== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans';
  font-weight: 600;
  color: "#339746";
  margin: 15px 0;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

h1, .h1 {
  font-size: 35px;
  /*Maximum size of the design*/
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  color: #494949;
  font-size: 13px;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

section {
  clear: both;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  line-height: 1;
  list-style: disc;
  margin: 0 0 5px 20px;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

ol li {
  list-style: decimal;
}

ol li ul,
ul li ul {
  margin-top: 5px;
}

ol li ul li,
ul li ul li {
  list-style: circle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}

table td, table th {
  border: 1px solid #cccccc;
  color: #494949;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

table th {
  color: #339746;
}

b {
  font-weight: bold;
  color: #339746;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

.checkboxBtn,
.radioBtn {
  margin: 10px 0;
}

select,
textarea,
input {
  width: 100%;
  padding: 7px 20px 7px 12px;
  border: 1px solid #b19b85;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #494949;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}	
*::-webkit-input-placeholder {
  color: #494949;
  opacity: 0.8;
}

*::-moz-placeholder {
  color: #494949;
  opacity: 0.8;
}

.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
}

/*====== End CMS page ====== */

.loader{
  background: #fff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

.overFlowHide {
  overflow: hidden;
}

.main-wrapper {  
  float: left;
  position: relative;
  width: 100%;  
}


.container {
  max-width: 1300px;
  width: auto;
}

.bg-place-holder {
  background-position: 0 0 !important;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bg-place-holder {
    background-position: center !important;
  }
  .contactne {
    margin: 0 auto;
    width: 100% !important;
}
}
@media (max-width: 767px) {
  .bg-place-holder {
    background-position: center !important;
  }
  .contactne {
    margin: 0 auto;
    width: 100% !important;
}
.webform-client-form-239 .col-md-6,.webform-client-form-240 .col-md-6{ padding:0px;}
}

.desktop {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

/*====== Header ====== */
.header{
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;  
  z-index: 10;

  position: fixed;
  top: 0;
  left: 0;

  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.header.fixed{
  background: rgba(255,255,255,0.9);
}

.header .top-header{
  background: #453a2e;
  width: 100%;
  float: left;
  padding: 7px 0;
  position: relative;

  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.header.fixed .top-header{
  margin: -100% 0 0 0;
}
.logo img{
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; 
}
.header.fixed .logo img{
	max-width: 50%;
}
.top-menu {
  width: auto;
  float: left;
  margin: 6px 0;
}
.top-menu ul{
  margin: 0;
  padding: 0;
}
.top-menu ul li{
  margin: 0;
  padding: 0; 
  width: auto;
  float: left;
  list-style: none;
}
.top-menu ul li a{
  padding: 0 8px;
  color: #b19b85;
  font-size: 12px;
  position: relative;
}
.top-menu ul li a:after{
  width: 2px;
  background: #b19b85;
  height: 13px;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
}
.top-menu ul li:last-child a:after{
  width: 0;
}

.language-bar{
  width: auto;
  float: right; 
}
.search-area{
  width: auto;
  float: left;
  margin: 0 0 0 12px;
}
.search-area span{
  float: right;
  width: 27px;
  height: 27px;
  background: #685546;
  padding: 4px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.search-area span img{
  max-width: 20px;
}
.search-area span{
  max-width: 100%;

}
.social-icon{
  width: auto;
  float: left; 
  margin: 0 0 0 0;
}
.language-bar ul {
  margin: 0;
  padding: 0;
}
.language-bar ul li{
  margin: 0;
  padding: 0;  
  
  border-radius: 3px;    
  list-style: none;  
}
.social-icon ul li{
  padding: 2px 0 0;
  margin: 0 0 0 12px;
  font-size: 20px;
  text-align: center;
  background: #685546;
  float: left;
  width: 27px;
  height: 27px;
}
.social-icon i{  
  color: #fff;
}
.social-icon a:hover i{
  color: #fff;
}
.language-swicher{
  width: auto;
  float: left;
}
.language-swicher ul li{
  float: left;
  width: 27px;
  height: 27px;
  margin: 0 0 0 12px;
}
.language-swicher ul li a{
  display: inline-block;
  text-indent: -10000px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.language-swicher ul li.active{
  display: none;
}
.language-swicher ul li.en a{
  background-image: url("../images/en-flag.png");
}
.language-swicher ul li.fr a{
  background-image: url("../images/fr-flag.png");
}
.language-swicher img{
  max-width: 100%;
}

.bottom-header .logo{
  padding: 23px 15px;
}
.bottom-header .logo img{
 /* max-width: 100%; */
}
.bottom-header .navigation-text {
  margin: 23px 0 0;
  /* max-width: 47%; */
  width: 610px;
}
.header.fixed .bottom-header .navigation-text {
  display: none;
}
.bottom-header .navigation-text span{
  color: #453a2e;
  display: inline-block;
  font-family: "din_medium";
  font-size: 16.8px;
  font-weight: 500;
  margin: 0 0 3px;
}
.bottom-header .navigation-text p{
  font-size: 16px;
  color: #453a2e;
  font-family: 'din_light';
  font-weight: 300; 
}
.bottom-header .navigation
{
  margin: 20px 0 0px;
  float: left;
}
.fixed .bottom-header .navigation
{
  margin: 27px 0 0px;
}
.bottom-header .navigation ul{
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.bottom-header .navigation ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  float: left;
  position: relative;
  background: transparent;
  border: none;
}
.bottom-header .navigation ul li:hover{
  background: transparent; 
}
.bottom-header .navigation ul li.first a
{
	padding-left:0;
}
.bottom-header .navigation ul li a{
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px 20px 20px;
  color: #c8a800;
  font-size: 17px;
  display: inline-block;
}
.bottom-header .navigation ul li a:hover,
.bottom-header .navigation ul li a:focus,
.bottom-header .navigation ul li.active-trail a{
  color: #685546;
}
.bottom-header .navigation ul li a:hover,
.bottom-header .navigation ul li a:focus{
  background: transparent;
}
.bottom-header .navigation ul li .caret {
  border: none;
  background: url("../images/caret-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 5px;
  margin-left: 2px;
  margin: -4px 0 0 4px;
  vertical-align: middle;
  width: 10px;
  position: absolute;
  top: 20px;
  right: 2px;
  cursor: pointer;
}
.bottom-header .navigation ul ul{
  background: #fff;
  padding: 12px 20px;
  position: absolute;
  top: 50px;
  left: 20px;
  width: 240px;
  display: none;
  border-top: 1px solid #c8a800;

  /* -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s; */

}
.bottom-header .navigation ul li.le-ceps ul{
  border-color: #499298;
}
.bottom-header .navigation ul li.le-ceps ul li a.active,
.bottom-header .navigation ul li.le-ceps ul li a:hover{
  color: #499298;
}
.bottom-header .navigation ul li.actions-cercles ul{
  border-color: #8bc9ba;
}
.bottom-header .navigation ul li.actions-cercles ul li a.active,
.bottom-header .navigation ul li.actions-cercles ul li a:hover{
  color: #8bc9ba;
}
.bottom-header .navigation ul li.publications ul{
  border-color: #0092c7;
}
.bottom-header .navigation ul li.actualites ul{
  border-color: #91283c;
}
.bottom-header .navigation ul li.adherersoutenir ul{
  border-color: #c79c8f;
}
.bottom-header .navigation ul li.publications ul li a.active,
.bottom-header .navigation ul li.publications ul li a:hover{
  color: #0092c7;
}
.bottom-header .navigation ul li.actualites ul li a.active,
.bottom-header .navigation ul li.actualites ul li a:hover{
  color: #91283c;
}

.bottom-header .navigation ul li.adherersoutenir ul li a.active,
.bottom-header .navigation ul li.adherersoutenir ul li a:hover{
  color: #c79c8f;
}
.mobile-icon{
  display: none;
}
@media(min-width: 1025px){
  .bottom-header .navigation ul li:hover > ul
  {
    top: 43px;
    display: block;
  }
}
.bottom-header .navigation ul ul li
{
  width: 100%;
  float: left;
}
.bottom-header .navigation ul ul li a{
  color: #000000;
  font-size: 15px;  
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1;
}
/*====== End Header ====== */

/*====== Full Slider ====== */
#full-slider{
  margin: 0px 30px 0 0; 
  width: 70%;
  float: left;
}
.small-slider{
  margin: 0 0 30px 0;
}
.slider-wrapper{

}
#full-slider ul{
  margin: 0;
  padding: 0;
}
#full-slider ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-content{
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  float: left;
}
.slide-content span{
  width: auto;
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  font-family: 'din_medium';
  font-weight: 500;
  font-size:24px;
  float:left;
  margin-left:0px;

}
.slide-content span.yellow{
  background: #c8a800;
}
.slide-content .dark-content{
  width: 100%;
  float: left;   
  padding: 15px 10px 15px 15px;
  background: rgba(0,0,0,0.5);
  border-radius: 0 0 5px 5px;
}
.slide-content .dark-content h3{
  font-family: 'din_medium';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: #c8a800;
}
.slide-content .dark-content p{
 /* font-family: 'din_medium';*/
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #fff;
  line-height:14px;
}
.slide-content .dark-content p a{ 
  color: #fff;   
}
.slide-content .dark-content.fond.fonce p a{ 
	color:#FF8C00;
}
.slide-content .dark-content.fond.clair p a{ 
	color:#660099;
}

.slide-content .dark-content span{
  font-family: 'din_medium';
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  color: #fff;
}
.slide-img img{
  max-width: 100%;
  border-radius: 5px;
  width: 100%;
}
.slider .owl-buttons > div {
  position: absolute;
  top: 50%;
  text-indent: -10000px;
  width: 46px;
  height: 46px;
  background-size: 100% auto;

  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);

}
.slider .owl-buttons .owl-prev{
  background-image: url('../images/slider-prv-img.png');
  left: 15px;
}
.slider .owl-buttons .owl-next{
  background-image: url('../images/slider-next-img.png');
  right: 15px;
}
/*====== End Full Slider ====== */


/*====== Prises de position Block ====== */
.inner-content{
  padding: 30px 0 30px 0;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
}
.left-content-area{
  width: 65%;
  margin: 0px 30px 0 0;
  max-width: 884px;
  float: left;
}
.prises-block{
  border-radius: 4px;
  /*border-top: 10px solid #efd95d;*/
  background: #fff;
  width: 412px;  
  float: left;
  /* margin: 0 55px 50px 0; */
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: 0;
  height: auto;
  float: left;
  /* position: relative; */
}
#block-views-prises-de-position-block{
	border-radius: 4px;
  	border-top: 10px solid #efd95d;
	}
.prises-block ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.prises-block h2{
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  color: #c8a800;
  font-size: 17px;
  padding: 15px 65px 15px 10px;
  margin: 0;
}
.prises-block h2 a{
	color: #c8a800;
}
.prises-block-img img{
  width: 100%;
  max-width: 100%;
}
.prises-block-text{
  padding: 10px;
}
.prises-block-text h3{
  font-family: 'din_medium';
  font-size: 15px;
  color: #000;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.prises-block-text h3 a{
  color: #000;
}
.prises-block-text .prises-date{
  font-size: 12px; /*13px;*/
  color: #c8a800;
  font-family: 'din_medium';
  font-weight: 500;
  margin:0 0 10px 0;
}
.prises-block-text .prises-theme,
.prises-block-text .prises-disc p{
  font-size: 14px;
  color: #000;
  font-family: 'din_medium';
  font-weight: 300; 
  line-height: 1.1em;
}
.prises-block-text .prises-theme{
  margin: 10px 0 5px;
}
/* .prises-block .owl-carousel {
  position: inherit;
} */
.prises-block .owl-buttons {
  background: #f6f9fd;
  border-left: 1px solid #dcdee2;
  padding: 8px;
  position: absolute;
  right: 0;
  top: -48px;
}
.prises-block.les-cercles .owl-buttons{
  top: -48px; 
  padding: 8px;
}
.prises-block .owl-buttons .owl-prev{  
  background: url("../images/prv-slide.png");
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;  
  display: inline-block;
  float: left;
  height: 32px;
  text-indent: -10000px;
  width: 18px;
  margin: 0 10px 0 0;
}
.prises-block .owl-buttons .owl-next{  
  background: url("../images/next-slide.png");
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;  
  display: inline-block;
  float: left;
  height: 32px;
  text-indent: -10000px;
  width: 18px;  
}
.gutter-sizer{
  margin: 0 55px 50px 0;
}
/*====== End Prises de position Block ====== */

/*====== Chiffres Clés Block ====== */
#block-views-chiffres-cl-s-block{  border-top: 10px solid #a98f00;border-radius: 4px;}
.chiffres h2{
  color: #a98f00;
}
/*====== End Chiffres Clés Block ====== */

/*====== les cercles du ceps ====== */
#block-views-les-cercles-du-ceps-block{
  border-top: 10px solid #786600;
   border-radius: 4px;
}
.les-cercles h2{
  color: #786600;
}
/*====== End les cercles du ceps ====== */

/*====== ZOOM SUR ====== */
#block-views-zoom-sur-block{
  border-top: 10px solid #c8a800; 
  border-radius: 4px;
}
.zoom-sur h2{
  color: #c8a800;
}
/*====== End ZOOM SUR ====== */

/*====== Publications ====== */
#block-views-publications-block{
  border-top: 10px solid #efd95d; 
   border-radius: 4px;
}
.publications h2{
  color: #c8a800;
}
.publications .prises{
  padding: 0 10px 10px;
  display: inline-block;
}
.publications .prises-block-img{
  float: left;
  margin-right: 5%;
  width: 45%;
}
.publications .prises-block-img img{
  max-width: 100%;
}
.publications .prises-block-text{
  width: 50%;
  float: left; 
  padding: 0;
}
/*====== End Publications ====== */


/*====== Right Sidebar ====== */
.sidebar{
  width: 32.5%;
  /* max-width: 350px; */
  float: right;
}

.right-sidebar{
  width: 100%;
  float: right; 
}
.sidebar .widget{
  width: 100%;
  float: left;  
  margin: 0 0 18px 0;
}
.left-side.sidebar .widget{
  margin: 0 0 9px 0; 
}
.left-side.sidebar .widget.open{
 margin: 0 0 18px 0; 
}
.sidebar .widget h2
{
  background: #c8a800 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.sidebar .widget h2:hover
{
  background: #a98f00;
}
.sidebar .widget.open h2
{
  border-radius: 4px 4px 0 0; 
}
.sidebar .widget h2 a
{
  color: #fff;
}
.widget-content{
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  display: none;
  width: 100%;
  float: left;
  position:relative;
}
.sidebar .widget.open .widget-content{
  display: inline-block;
}
.slide-img {
  background-position: center top;
  background-size: cover;
  border-radius: 5px;
  min-height: 390px;
}

.agenda-list {
  float: left;
  padding: 0px 0;/*25px 0px*/
  width: 100%;
  max-width: 100%;
}
.agenda-list ul li{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100px !important;
}
.view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-clip-vertical {
    height: 435px;
    overflow: hidden;
}
.agenda {
  width: 100%;
  float: left; 
  margin: 0 0 20px !important;
  max-width: 100%;
  padding-right: 8px;
}

.agenda .agenda-img {
  float: left;
  width: 26%;
  margin-right: 5%;
}
.agenda .agenda-img img{
  max-width: 100%;
}
.agenda .agenda-disc {
  width: 68%;
  float: left;
}
.agenda .agenda-disc h3{
  color: #000;
  font-family: "din_regular";
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px;
  line-height:18px;
  text-transform: uppercase;
}
.agenda .agenda-disc a
{
	line-height:11px;
}
.agenda .agenda-disc h3 a:focus,
.agenda .agenda-disc h3 a:hover,
.agenda .agenda-disc h3 a{
  color: #000;  
}
.agenda .agenda-disc span{
  font-family: "DIN";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #c8a800;  
  display: inline-block;
  margin: 0 0 5px;
}
.agenda .agenda-disc p{
  font-family: "DIN";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-transform:uppercase;
}
.widget .widget-content > a {
    display: inline-block;
    float: left;
    height: 13px;
    text-align: center;
    width: 100%;
    text-indent: -10000px;
}
.view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-container-vertical,
.view-sidebar-agenda-list .jcarousel-skin-default .jcarousel-container-vertical
{
	 width: 100%;
	 padding:0;
	 height:auto;
	 position:inherit !important;
	 padding-top:20px;
}
.view-le-ceps-agenda-list  .jcarousel-skin-default .jcarousel-item,
.view-sidebar-agenda-list  .jcarousel-skin-default .jcarousel-item
{
	float:none;
	width:100%;
	border:none;
	overflow:hidden;
	text-align:left;	
}
.view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-prev,
.view-sidebar-agenda-list .jcarousel-skin-default .jcarousel-prev
{
	background: url("../images/agenda-prv.png");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  margin: 10px 0 10px;	
	left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
	/*top: 0px;*/
}

.view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-next,
.view-sidebar-agenda-list .jcarousel-skin-default .jcarousel-next
{
	background: url("../images/agenda-next.png");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  margin: 20px 0 10px;
	left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
	/*bottom: 0px;*/
}
.logged-in .view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-prev,
.logged-in .view-sidebar-agenda-list  .jcarousel-skin-default .jcarousel-item
{
		top: -20px;
	}

.logged-in .view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-next,
.logged-in .view-sidebar-agenda-list .jcarousel-skin-default .jcarousel-next
{
	bottom: -30px;
	}

.view-le-ceps-agenda-list .jcarousel-skin-default .jcarousel-item-vertical,
.view-sidebar-agenda-list .jcarousel-skin-default .jcarousel-item-vertical {
	/*min-height:100px;*/
}

#ui-carousel-prev{
  background:none;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  margin: 0 0 10px;
}
#ui-carousel-next{
  background:none;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  margin: 20px 0 10px;
}

/*====== End Right Sidebar ====== */

/*====== End Left Sidebar ====== */
.left-side{
  float: left;
}
.left-sidebar-menu{
  width: 100%;
  margin: 0 0 18px;
}
.left-sidebar-menu h2{
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 15px 15px 12px;
  border-radius: 4px 4px 0 0;
}
.left-sidebar-menu.le-ceps h2{background: #499298;}
.action-circle h2{background:#00a788;}
.publica h2{background:#0092c7;}	
.leceps h2 {   background: #499298 none repeat scroll 0 0;}
.actualites h2{ background:#91283c; border-radius: 4px 4px 0 0;}
#block-views-notes-d-tonnement-block h2{ background:#fff;}
.adherersoutenir h2{background:#c79c8f;}

.page-node-496 .right-content-area h1,.page-node-139 .right-content-area h1,.page-node-148 .right-content-area h1,.page-node-149 .right-content-area h1,.page-node-150 .right-content-area h1,.page-agenda-mois .right-content-area h1,.page-agenda-mois-1 .right-content-area h1,.page-agenda-mois-2 .right-content-area h1,.page-agenda-precedent .right-content-area h1,.page-quatre-mois-avant .right-content-area h1,.page-notes-dans-la-presse .right-content-area h1,.page-agenda-mois--1 .right-content-area h1{
    color: #91283c;
    letter-spacing: 6px;
}

.page-node-145 .right-content-area h1,.page-node-146 .right-content-area h1,.page-node-147 .right-content-area h1, .page-partenaires-institutionnels .right-content-area h1 {
   color: #c79c8f;
    letter-spacing: 5px;
    line-height: 40px;
}
.page-node-146 .right-content-area h2{ font-size:15px;}
.left-sidebar-menu ul{
  margin: 0;
  padding: 0;
}
.left-sidebar-menu ul li{        
  list-style: none;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 17px;    
  text-transform: uppercase;  
  margin: 0;  
  padding-right: 0;
  padding-top: 0;
}
.left-sidebar-menu ul li a{
  color: #fff;
  padding: 15px 15px 12px;
  display: inline-block;
  background: #c8a800;
  position: relative;
  width: 100%;
}
.left-sidebar-menu ul li:last-child a{
  border-radius: 0 0 4px 4px;
}
.left-sidebar-menu ul li a:focus,
.left-sidebar-menu ul li a:hover,
.left-sidebar-menu ul li a.active{
  background: #a98f00;
  color: #685546;
}
.left-sidebar-menu ul li a:focus:after,
.left-sidebar-menu ul li a:hover:after,
.left-sidebar-menu ul li a.active:after{
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #a98f00;
  position: absolute;
  right: -20px;
  top: 13px;
}
.desktop-left-sidebar{
  
}
.mobile-left-sidebar{
  display: none;
}

/*====== End Left Sidebar ====== */

/*====== Footer ====== */
#footer{
  width: 100%;
  float: left;
  background: #453a2e;
  padding: 35px 0;
}
#footer h2{
  color: #b19b85;
  font-size: 13px;
  font-family: "DIN";
  font-weight: 500;
}
#footer ul{
  margin: 0;
  padding: 0;
}
#footer ul li{
  margin: 0;
  padding: 0; 
  font-family: "DIN";
  font-weight: 300;
  font-size: 13px;
  list-style: none;
}
#footer ul li a{
  color: #b19b85;
  line-height: 1.3em;
}
#footer p{
  font-family: "DIN";
  font-weight: 300;
  font-size: 13px;
  color: #b19b85;
  line-height: 1.3em;
}
#footer p a{  
  color: #b19b85;
}
/*====== End Footer ====== */

.prises-date{
	text-transform:uppercase;
}
.widget h2,
.block h2{
	letter-spacing:1px;
}
.prises-block-text h3{
	font-weight:700;
}

/*====== Right Content Area ======*/
.page-node-80 .right-content-area,.page-node-123 .right-content-area,.page-taxonomy-term- .right-content-area{
	padding-left: 30px;
    padding-right: 0;
	}
.page-node-80 .en_ce_moment_block .en_ce_moment
{
	margin-left: -30px;
    margin-right: 0;
    padding-right: 0;
	}	
.page-node-80 .node-page p img{ margin-left: 15px; margin-right:-30px;padding-bottom: 10px;}	
.right-content-area{
  width: 65%;
  margin: 0px 0 0 30px;
  max-width: 884px;
  float: right;
  background: #fff;
  border-radius: 4px;
  padding: 20px 30px;
}
.right-content-area h1{
  color: #499298;
  font-family: "Open Sans";
  font-size: 47px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.right-content-area.le-ceps h1{
  color: #499298;
}
.right-content-area.actions-cercles h1{
  color: #00a788;
}
.right-content-area.actions-cercles .region-content a{color:#00a788; text-decoration:underline;}
.right-content-area.publication_page h1,.page-node-184 .right-content-area h1,.page-node-185 .right-content-area h1{
  color: #0092c7;
  letter-spacing: 6px;
}
.page-taxonomy-term .right-content-area h1{
  color: #0092c7;
  letter-spacing: 6px;
}

.right-content-area h2{
  color: #a98f00;
  font-family: "din_medium";
  font-size: 31px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 30px;
}
#block-views-actualites-block h2{ font-size:31px;}
.right-content-area.le-ceps h2{
  color: #a98f00;
  margin: 0 0 14px;
}

.poles-strategiques .region-poles-strategiques h2 {
  color: #a98f00;
  font-family: "din_medium";
  font-size: 21px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.poles-strategiques .view-poles-strategiques h2 {
	color:#fff;
  font-family: "din_medium";
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
	margin-bottom: 0;
}
.mac .poles-strategiques .view-poles-strategiques h2 {
  padding: 10px 10px 4px;
}
.page-node-80 .right-content-area h2{  
	/*padding-right: 30px;*/
    text-align: justify;
    text-transform: none;
	letter-spacing: 0;
	line-height: 17px !important;
	font-size:15px;
}
.page-node-80 .right-content-area h2 img{ padding-left:15px;}
.en_ce_moment_block {
    margin-top: 50px;
}	
.right-content-area h3 strong,
.right-content-area h3{
  color: #000;
  font-family: "din_medium";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 20px;
}
.right-content-area h3{
	color:#c8a800;
	text-transform:uppercase;
}
.right-content-area.le-ceps  h3{
  text-transform: inherit;
}
.node-type-clubs .remove_right_p p{
	padding-right:30px;
	}
.page-node-80 .right-content-area.publication_page p{
	padding-right:30px;
	}	
.right-content-area p{
  color: #000;
  font-family: "din_light";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 15px;
  text-align: justify;
}
.right-content-area.publication_page p{
  margin: 0 0 18px;
  font-size: 16px;
}
.right-content-area.publication_page p a{
  font-size: 12px;
  font-weight: 500;
  float: right;
  color: #0092c7;
  text-transform: uppercase;
}
/*====== End Right Content Area ======*/

/*====== INTERVIEWS DE NOS MEMBRES ======*/
.interview-wrapper{
  margin: 20px 0 0 0;
}
.right-content-area.le-ceps .region-notre-reseau-interview-list h2,
.region-notre-reseau-interview-list h2{
  margin: 0;
}
.interview-wrapper .view-header{
  margin-bottom: 40px;
}
.notre-reseau-wrapper {
  border-radius: 3px 3px 0 0;
  border-top: 10px solid #c8a800;
  padding-top: 10px;
  padding-bottom: 20px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  height:415px;
  position:relative;
}
#block-views-home-interview-list-block .view-content {
  margin: 0 -30px;
  padding: 0px;
}
.view-home-interview-list .views-row{
  padding: 0 30px;
}
.notre-reseau-date {
  color: #499298;
  font-size: 18px;
  font-weight: 600;
  margin: 3px 0;
  text-align: center;
  width: 100%;  
  text-transform: uppercase;
  line-height:20px;
  padding-bottom:5px;
}
.mac.safari .notre-reseau-date{ margin-bottom:7px;}
.mac.safari .notre-reseau-title{ margin-top:5px; display:inline-block;}
.view-actualites .notre-reseau-date {color: #91283c;}
.notre-reseau-image {
  padding: 0 17px 20px;
  text-align: center;
  width: 100%;
}
.notre-reseau-title {  
  font-family: "DIN";
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;  
  line-height:15px;
}
.view-actualites .notre-reseau-title a {
     color: #c8a800;
    font-family: din_light;
    font-size: 15px;
    line-height: 17px;
    text-transform: unset;
}
.view-actualites .notre-reseau-quote{
	 color: #c8a800;
    font-family: din_medium;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
	}
.notre-reseau-title a{
  color: #000;
  line-height:5px;
}
.view-le-ceps-agenda-list .notre-reseau-clubname{ text-align:left;font-family: "DIN";}
.view-le-ceps-agenda-list .notre-reseau-clubname span{ text-align:left;font-family: "DIN"; font-weight:600;}
.notre-reseau-clubname{  
	color: #000;
	font-family: "DIN";
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 100%;
	margin-top: 5px;}
.notre-reseau-discreption p,
.notre-reseau-discreption{
  font-family: "din_light";
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  width: 100%;  
  color: #000;  
}
.notre-reseau-quote,.notre-reseau-quote p{
  font-family: "DIN";
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
  width: 100%;  
  color: #c8a800;
  text-transform: uppercase;
  line-height: 1.2em;
}
.notre-reseau-read-more{
  text-align: center;
  margin-bottom: 0;
}
.saparate-page{
  float: left;
  margin: 0;
  text-align: right;
  width: 100%;
}
.saparate-page a{
  display: inline-block;  
  text-transform: uppercase;
  padding: 4px 6px 6px;
  color: #fff;
  font-size: 13px;
  font-family: "DIN";
  font-weight: 500;
  background: #a98f00;
  border-radius: 3px;
  line-height: 1;
}
.saparate-page a:hover{
  background: #c8a800;
}

/*====== End INTERVIEWS DE NOS MEMBRES ======*/

/*====== Partenaires Logo ======*/
.form-type-item{
  display: none;
}
.view-partenaires{
  width: 100%;
  float: left; 
}
.partenaires-wrapper {
    float: left;
    margin: 45px 0 0;
    width: 100%;
}
.partenaires-wrapper .saparate-page{
  margin: 20px 0 20px 0;
}
.right-content-area.le-ceps .partenaires-wrapper h2{
  margin: 30px 0 25px;
  width: 100%;
  float: left;
}
.view-partenaires ul li{
  list-style: none;
  margin: 0 0 20px;
  text-align: center;  
}
.view-partenaires ul li div{
  display: inline-block;
  padding: 15px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  width: 80%;
  text-align: center;
}
.view-partenaires ul li div span{
  display: inline-block;
}
.view-partenaires ul li div img{
  max-width: 100%;
}
.view-partenaires .view-header{
  color: #000;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0 0 50px;
}

/*====== End Partenaires Logo ======*/

/*====== Pôles & clubs ======*/
.notes-detonnement {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
.notes-detonnement .prises-block{
  width: 100%;
}

/*====== End Pôles & clubs ======*/

/*====== Pôles stratégiques ======*/
.taxonomy-wrapper h2{
  background: #a98f00 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "din_medium";
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 6px 10px 8px;
}
.taxonomy-wrapper .taxonomy-info {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: inline-block;
	width: 100%;
}
.taxonomy-wrapper .taxonomy-image {
  width: 27%;
  max-width: 215px;
  float: left;  
  margin: 0;
}
.taxonomy-wrapper .taxonomy-image img{
  max-width: 100%;
}
.taxonomy-wrapper .taxonomy-disc {
  color: #453a2e;
  float: left;
  font-family: "din_light";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  padding: 15px 20px;
  text-align: justify;
  width: 73%;
}
.taxonomy-disc p{
  margin: 0;
  font-family: "din_light";
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  color: #453a2e;
  text-align: left;
}
.pdf-link{
  width: 73%;
  float: right;  
  padding: 0 20px 0 0;
  text-align: right;   
  line-height: 50px;

}
.pdf-link a{
  font-family: "din_light";
  font-size: 11px;  
  color: #00a788;  
  position: relative;
  padding-right: 45px;
  text-transform:uppercase;
}
.pdf-link a:after{
  background:rgba(0, 0, 0, 0) url("../images/pdf-pin.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  width: 41px;
  height: 43px;
  position: absolute;
  top: -1 6px;
  right: 0;
}
.taxonomy-node h3{
  font-family: "din_medium";
  font-size: 15px;  
  color: #453a2e;
  font-weight: 500;
  margin: 0 0 3px;
}
.taxonomy-node {
  width: 100%;
  margin: 10px 0 50px;
  display: inline-block;
}
.taxonomy-node ul{
  margin: 0;
  padding: 0;
}
.taxonomy-node ul li{
  margin: 0 10px 5px 0;
  padding: 0;
  list-style: none;
  float: left;
  padding: 0 10px 0 0;
  position: relative;
  font-size: 15px;
  font-family:"din_regular";
  font-weight: 500;
  margin-top:0;
}
.mac .taxonomy-node ul li{
  
}
.mac .taxonomy-node ul li:after{
  top: 0px;
  height: 60%;
}
.taxonomy-node ul li:after{
  height: 100%;
  width: 1px;
  background: #453a2e;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.taxonomy-node ul li:first-child{
  padding-left: 0;
}
.taxonomy-node ul li:last-child:after{
  padding-left: 0;
  display: none;
}

.taxonomy-node ul li a{
  color: #00a788;
  font-weight: 700;
  font-family:"din_light";
}
@media(max-width: 767px){
  .right-content-area h2 {
    font-size: 20px;
  }
  .taxonomy-wrapper .taxonomy-image{
    width: 100%;
    max-width: 100%;
  }
  .taxonomy-wrapper .taxonomy-image img{
    width: 100%;
  }
  .taxonomy-wrapper .taxonomy-disc {
    width: 100%;
    padding: 20px 0;
  }
}
/*====== End Pôles stratégiques ======*/


/*====== Publications ======*/
.right-content-area.publication_page{

}
.right-content-area.publication_page .en_ce_moment_block h2{
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 600;
  color: #a98f00;
  text-transform: uppercase;
}
.en_ce_moment_block .en_ce_moment{
  background: #fdf9e7 none repeat scroll 0 0;
  margin: 0 -30px;
  padding: 0 30px;
  float: left;
}
.en_ce_moment .en_ce_moment_img {
  float: left;
  max-width: 165px;
  width: 42%;
}
.en_ce_moment .en_ce_moment_disc{
  float: left;
  margin: 0;
  padding: 0 15px 0 25px;
  width: 79%;
}
.en_ce_moment_img img{
  max-width: 100%;
}
.en_ce_moment_date{
  color: #0092c7;
  font-family: "din_medium";
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 5px;
  text-transform: uppercase;
}
.en_ce_moment h3{
  color: #c8a800;
  font-family: "din_medium";
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin:0 0 5px 0;
  text-transform: uppercase;
}
.en_ce_moment h3 a{
  font-family: "din_medium";
  font-weight: 500;
  color: #c8a800;
}
.en_ce_moment_content,
.en_ce_moment_content p{
  color: #453a2e;
  font-family: "din_medium";
  font-size: 14px;
  font-weight: 500;
  margin:0 0 10px;
  text-transform: uppercase; 
  text-align:left;
  line-height:14px;
  max-width: 90%;
}
.en_ce_moment_disc .link{
  margin: 20px 0 0 0;
} 
.en_ce_moment_disc .link a{
  font-family: "din_medium";
  font-weight: 500;
  color: #0092c7;
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 0 7px 50px;
  background: url("../images/eye.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  float: none;
  height:26px;
}
.extra-info {
  background: #c8a800 none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  margin: 26px 0 0;
  padding: 7px 8px 8px;
  width: auto;
  max-width: 80%;
}
.mac .extra-info {
  padding: 9px 8px 7px;
}
.right-content-area.publication_page .extra-info p{
  color: #786600;
  font-family: "din_medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.right-content-area.publication_page .extra-info p a{
 	 color: #fff;
    float: none;
    font-family: "din_medium";
    font-size: 14px !important;
    font-weight: 600;
    text-decoration: underline;
    text-transform: lowercase;
}
.page-node-80 .right-content-area.publication_page .extra-info p a{
	color: #786600;
  font-family: "din_medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-decoration:none;
	}
.derniers_numeros_block{
  width: 100%;
  float: left;
  margin: 50px 0 50px;
}
.right-content-area.publication_page .derniers_numeros_block h2{
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 600;
  color: #a98f00;
  text-transform: uppercase;
}
.derniers_numeros_block .views-row{
  width: 50%;
  float: left;
  margin: 0 0 40px;  
  min-height:250px;
}
.derniers_numeros_block .en_ce_moment_img img{
  max-width: 100%;
}
.derniers_numeros_block .en_ce_moment .en_ce_moment_disc{
  margin: 0;
  padding: 0 15px 0 16px;
  width: 58%;
}
.derniers_numeros_block .en_ce_moment_date{
  margin: 0;
  /* font-size: 15px; */
}
.derniers_numeros_block .en_ce_moment h3{
  /* font-size: 15px; */
  margin: 3px 0 19px;
}
.derniers_numeros_block .en_ce_moment_content,
.derniers_numeros_block .en_ce_moment_content p{
  /*line-height: 1;*/
  /* font-size: 13px; */
}
.derniers_numeros_block .link{
  margin: 12px 0 0;
}
@media(max-width: 1212px){
  .en_ce_moment .en_ce_moment_img {
    float: left;
    max-width: 115px;
    width: 42%;
  }
  .en_ce_moment .en_ce_moment_disc {
    width: 78%;
  }
  .en_ce_moment_content,
  .en_ce_moment_content p{
    max-width: 100%;
  }
  .derniers_numeros_block .en_ce_moment h3{
    font-size: 16px;  
  }
  .extra-info {
    max-width: 100%;
  }
  .extra-info br{
    display: none;
  }
}
@media(max-width: 960px){
  .derniers_numeros_block .en_ce_moment .en_ce_moment_img{
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .derniers_numeros_block .en_ce_moment .en_ce_moment_disc{
    padding: 0 15px;
    width: 100%;
  }
  .derniers_numeros_block .en_ce_moment h3{
    font-size: 16px;  
  }
  .en_ce_moment .en_ce_moment_disc {
    width: 72%;
  }
}
@media(max-width: 767px){
  .en_ce_moment_block .en_ce_moment_img{
    margin: 0 0 25px;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .en_ce_moment .en_ce_moment_disc{
    width: 100%;
    padding: 0;
  }
  .derniers_numeros_block .views-row{
    width: 100%;
    float: left;
    margin: 0 0 40px;  
  }
  .serch-box .region-top-serch-form{ width:200px !important;}
  .serch-box .region-top-serch-form{
	  left:0px;
	  right: 0px;
	  }
  .serch-box .region-top-serch-form::before{
	  left:15px;
	}	  
 .serch-box .region-top-serch-form .form-submit {
    padding: 5px 0 0 !important;
    width: 20% !important;
	  margin: 0 0 0 -5px !important;
  } 
}
@media(max-width: 767px) and (orientation:landscape){
  .en_ce_moment_block .en_ce_moment_img{
    width: 50%;
  }
  .en_ce_moment .en_ce_moment_disc{
    width: 50%;
    padding-left: 25px;
  }
  .derniers_numeros_block .views-row{
    width: 50%;
  }

}


/*====== End Publications ======*/

.view-sidebar-agenda-list .jcarousel-skin-default .jcarousel-clip-vertical
{
	position:static !important;
	height:650px;
}


/*===== Search Box =====*/
.margintop{ margin-top:144px !important;}


.search-form .form-text{
  width: 80%;
  font-family: din_medium;
}
.search-form .form-submit{
  color: #fff;  
  margin-left: -5px;
  text-transform: uppercase;
  width: 20%;
  background: #c8a800;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
}
.search-form .form-submit:hover{
  background: #a98f00;
}
.search-form label{ margin-bottom:10px;display: inline-block; display:none;}  
.search-result .title{ margin-bottom: 2px !important;}
.search-result .title a{ color:#c8a800;}
.search-result .search-snippet {
    margin-bottom: 0;
}
.search-result .search-info{
  display:none;
}

.serch-box{ position: relative; z-index: 111; display:none;}
.serch-box.expanded{ display:block;}
.serch-box .region-top-serch-form{ 
	display: inline-block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #b19b85;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 4px medium medium;
    box-shadow: 0.9px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
    right: 0;
    padding: 0;
    top: 40px;
    width: 279px;
    position: absolute;
    padding: 15px;
	

}
.serch-box .region-top-serch-form:before {
    border-color: transparent transparent #b19b85;
    border-style: solid;
    border-width: 0 5.5px 6px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: -9px;
    width: 0;
}
.serch-box .form-text{
    border: 1px solid #b19b85;
    color: #494949;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 7px 20px 7px 10px;
    transition: all 0.5s ease-in 0s;
    width: 80%;
	vertical-align: top;
	line-height:30px;
	height:30px;
}
.serch-box .region-top-serch-form .form-submit {
     background: #efefef none repeat scroll 0 0;
    border: 1px solid #b19b85;
    margin: 0 0 0 -4px;
    padding: 5px;
    width: 38px;
}
.chrome .serch-box .form-text{
	    padding: 2px 20px 7px 10px;
	}
.serch-box .region-top-serch-form h2.element-invisible{ display:none;}
.removepadding-left
{
	padding-left:0;
	border-radius: 0;
}
.rbr {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rbr2{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding-top: 0;
	}
/*===== End Search Box =====*/

/*===== Contact Page =====*/
.webform-client-form-128 .webform-component-number,
.webform-client-form-128 .webform-component-email,
.webform-client-form-128 .webform-component-textfield {
    float: left;
    margin: 0;
    margin-right: 3%;
    width: 48.5%
}
.webform-client-form-128 .webform-component--sujet{
  width: 100%;
  margin-right: 0;
}
.webform-client-form-128 .webform-component--telephone,
.webform-client-form-128 .webform-component--nom,
.webform-client-form-128 .webform-component--nom-et-prenom,
.webform-client-form-128 .webform-component-email{
  margin-right: 0;
}
.form-actions .webform-submit{
  background-color: #c8a800;
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  width: auto;
}
.webform-client-form-128 label{
  font-size: 13px;
  font-weight: 600;
  margin: 15px 0 10px
}
.webform-client-form-128 .form-text{
  margin: 0;
}
.webform-client-form-128 .form-actions .webform-submit:hover{
  background-color: #a98f00;
}

.webform-client-form-128 .form-item,
.webform-client-form-128 .form-actions {
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px){
  .webform-client-form-128 .webform-component-number,
  .webform-client-form-128 .webform-component-email,
  .webform-client-form-128 .webform-component-textfield {
    width: 100%;
    margin: 0;
  }
}
@media(max-width: 767px) and (orientation: landscape){
  .webform-client-form-128 .webform-component-number,
  .webform-client-form-128 .webform-component-email,
  .webform-client-form-128 .webform-component-textfield {
    margin-right: 3%;
    width: 48.5%
  }
  .webform-client-form-128 .webform-component--telephone,
  .webform-client-form-128 .webform-component--nom,
  .webform-client-form-128 .webform-component--nom-et-prenom,
  .webform-client-form-128 .webform-component-email{
    margin-right: 0;
  }
}
/*===== End Contact Page =====*/


.bottom-header .navigation ul li.first ul{ left:0px;}
.page-node-72 .view-partenaires .views-row .field-content img{margin: 0; width: auto; float:none;}

.mac.safari .saparate-page a{ color:#fff !important;  font-size:12px !important; z-index:999 !important; display: block !important; width:auto !important; float:right !important; }
.pager{
	
	}
.pager li {
    margin: 0 !important;
    padding: 5px !important;
}
.pager li > a{
	color:#a98f00 !important;
	 text-transform: uppercase;
     font-family: din_medium;
	}

.mac .agenda .agenda-disc h3
{
	line-height:23px;
}
.agenda-disc .agenda-title
{
	color: #000;
    font-family: "din_light";
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
	line-height:17px;
}
.view-club-strat-giques .taxonomy-wrapper h2{
	color: #fff;
	margin: 0;
	}
.agendafilters {
    display: inline-block;
	width:100%;
}
.agendalink {
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 5px 10px;
	text-transform:uppercase;
}	
.agendalink:hover{ color:#fff !important;}
.red{
	 background: #91283c none repeat scroll 0 0;
	}	
.yellow{
	 background: #a98f00 none repeat scroll 0 0;
    float: right;
    margin-left: 9px;
	}
.view-actualites .col-md-4 {
    min-height: 355px;
	position: relative;
	padding-left: 0;
    padding-right: 30px;
}
.view-actualites .notre-reseau-wrapper{
	width: 90%;
}
.view-actualites .notre-reseau-read-more {
    bottom: 30px;
    margin: 0 auto;
    position: absolute;
    right: 0;
	left:0;
    width: 50px;
}
.view-actualites .modal-dialog .modal-header{ 
	border-bottom: 0 none;
	padding-bottom: 0;
	padding-left: 20px;
    padding-top: 30px;
}
.view-actualites .modal-dialog .modal-body{
	padding-left:20px;
	padding-top: 10px;
	}
.modal-dialog .notre-reseau-quote {
    padding: 0;
}
.view-actualites .modal-dialog .modal-header .modal-title{
	 color: #91283c;
    font-family: din;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
	}
.view-actualites .modal-dialog .modal-header .modal-title> span {
    color: #c8a800;
    display: inline-block;
    font-family: din;
    font-size: 18px;
	padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.view-actualites .modal-dialog .modal-body .notre-reseau-clubname{ text-align:left;}	
.view-actualites .modal-dialog .modal-body .textbody{ font-family:din; font-size:14px; color:#000000;  margin-top: 20px; width:94%; }
.view-actualites .modal-dialog .modal-body .notre-reseau-quote p,.view-actualites .modal-dialog .modal-body .notre-reseau-quote{
	 color: #c8a800;
    font-family: din_light;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0;
    text-align: left;
    text-transform: uppercase;
    width: 94%;
	}
	
.view-actualites .modal-dialog .modal-header .close {
   color: #91283c;
    float: right;
    font-family: din_light;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -10px;
}	
.view-actualites .modal-dialog .modal-body h3{
	 color: #000;
    font-family: din;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
	width: 82%;
	}
.view-actualites .modal-dialog .modal-footer{ border-top:0px none;}
.webform-client-form.webform-client-form-144{ padding-right:60px;}
.webform-client-form-144 .agendawrapper{ margin: 0; } 	
.webform-client-form-144 .agendawrapper label {
    color: #000;
    display: inline-block;
    font-family: din;
    font-weight: 500;
    text-align: right;
    width: 28%;
}
.webform-client-form-144 .agendawrapper .form-textarea-wrapper {
    display: inline;
}
.view-actualites .modal-dialog .modal-body .textbody p{
	margin: 0 0 20px;
	}
.webform-client-form-144 .agendawrapper .textinput {
     border: 1px solid #a6a6a6;
    box-shadow: 0 -1px 0 0 #ddd;
    display: inline-block;
    width: 65%;
	margin-bottom: 5px;
    margin-top: 5px;
	 padding: 4px 20px 4px 12px;
}

.webform-client-form-144 .webform-submit{  
	background: #91283c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    float: right;
    font-family: din_light;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;}
.textinput.form-textarea{
    resize: none;
}
.webform-component-textarea .grippie {
    display: none;
}
.node-type-clubs .right-content-area .title{
	color: #e19d95;
    display: inline-flex;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
	margin: 0 0 5px;
	}
.clubname {
     color: #e19d95;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 11px;
    text-transform: uppercase;
    vertical-align: bottom;
	font-size:18px;
	float:right;
}	
.node-type-clubs .topdescriptiontext p{
    color: #c8a800;
    font-family: din_medium;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
}
.node-type-clubs .right-content-area .field-name-field-objective {
    border: 1px solid red;
    display: inline-block;
    width: 40%;
}
.node-type-clubs .right-content-area .field-name-field-image {
    border: 1px solid red;
    display: inline-block;
    width: 60%;
}
.nopadding{ padding:0px;}
.board h3{ margin-bottom:5px;}
.node-type-clubs .col-md-8.nopadding .img-responsive {
    float: right;
}
.remove_right_p { padding-right:0px; border-radius: 0; padding-top:0px;}
.right-content-area.rbr {
    padding-bottom: 0;
}
.remove_right_p .col-md-4 h4{
	font-family: din_medium;
    font-weight: 500;
   margin: 0 0 15px;
    transition: all 0.5s ease-in 0s;
	}
.remove_right_p .col-md-4 p{
	
    margin: 0 0 0px;
	}	
.board h2,#block-views-les-rendez-vous-du-club-block h2{
	font-size:30px;
	}
.board h5{
	text-transform:uppercase;
	color: #a98f00;
	}	
.node-type-clubs .right-content-area .board p{ margin-bottom:20px;}	
.leftzero{ padding-left:0px;}
.nopadding .img-responsive {
    float: right;
    text-align: right;
}
.node-type-clubs .nopadding .img-responsive {margin-left: 15px; margin-top:5px;}
.node-type-clubs .right-content-area p{ margin-bottom:10px;}
.node-type-clubs .board h5{margin-bottom: 2px;
    margin-top: 15px;}
.node-type-clubs .right-content-area .body{ padding-top:0px;margin-bottom: 60px;}
.node-type-clubs .right-content-area .body h3{ color:#e19d95;}
.view-les-rendez-vous-du-club .notre-reseau-title a{ 
	 color: #c8a800;
    font-family: din_medium;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;}
.view-les-rendez-vous-du-club .notre-reseau-quote,.view-les-rendez-vous-du-club .notre-reseau-quote p{
	font-size:12px;
	}
.region-triptych-middle h2{ text-transform:uppercase;}	

.view-les-rendez-vous-du-club .notre-reseau-date {
    color: #e19d95;
    font-family: din_medium;
    font-size: 18px;
    font-weight: 300;
    margin: 3px 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.view-les-rendez-vous-du-club .notre-reseau-date a
{
	color: #005887;
    font-family: din_medium;
    font-size: 18px;
    font-weight: 300;
	text-transform: uppercase;
}
.view-partenaires-institutionnels .logopartner{}
.views-field-field-partenaires-logo.col-md-4{ padding-left:0px; padding-right:0px; height: 150px; line-height:150px; text-align:center;}
.view-partenaires-institutionnels .views-row {
    border: 2px solid #f3f3f3;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.view-partenaires-institutionnels h2 {
    color: #c8a800;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.view-partenaires-institutionnels h2 a,.view-partenaires-institutionnels h2{color: #c8a800 !important; text-transform:uppercase;}
.view-partenaires-institutionnels .partnertext,.view-partenaires-institutionnels .partnertext p{    color: #000;
    font-family: "din_medium";
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2em;
    margin: 0 0 35px;
	}
.pmore {
    background: rgba(0, 0, 0, 0) url("../images/viewicon.png") no-repeat scroll 0 0 / 26% auto;
    color: #c79c8f;
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    width: 130px;
	font-family: din_medium;
}
.pertnerlink a:hover{color: #c79c8f;}
.clubends {
    display: inline-block;
    margin-top: 100px;
    width: 100%;
}
.clubconact{
	 background: rgba(0, 0, 0, 0) url("../images/icard.png") no-repeat scroll 0 0;
    color: #00a788;
    display: table-cell;
    font-weight: 500;
    height: 42px;
    padding-bottom: 4px;
    padding-left: 53px;
    text-transform: uppercase;
    vertical-align: bottom;
	}
.clubcontacttxt{
	padding-top:10px;
	}
.clubcontacttxt	p{ margin:0px !important;}
.clubcontacttxt	p a{ color:#000; }
.attachment a {
    color: #00a788;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 85px;
	    font-family: din_light;
}
.node-type-prospectivestrategique .attachment a {width: auto;color: #fff;
    font-family: "din_medium";
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;}
.node-type-prospectivestrategique .attachment{
 background: #c8a800 none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    margin: 26px 0 0;
    max-width: 80%;
    padding: 7px 8px 8px;
    width: auto;
}
.attachment {
    display: inline-block;
}
.iconattach {
    background: rgba(0, 0, 0, 0) url("../images/attachment.png") no-repeat scroll center center;
    color: #00a788;
    display: table-cell;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 53px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 85px;
}
.contactform {
    display: inline-block;
}

.contactform a {
    color: #00a788;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 85px;
	    font-family: din_light;
}

.iconcf {
    background: rgba(0, 0, 0, 0) url("../images/compose.png") no-repeat scroll center center;
    color: #00a788;
    display: table-cell;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 53px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 85px;
}

.textright {
    text-align: right;
}

.popagenda .modal-dialog .modal-header{
	border-bottom:0 none;
	}
.popagenda .modal-dialog .modal-header .modal-title {
    color: #91283c;
    font-family: din_medium;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
	 line-height: 20px;
	 
}
.popagenda .modal-dialog .modal-header .close{
	 color: #91283c;
    font-family: din_light;
    font-size: 50px;
    font-weight: 900;
    margin-right: -5px;
    margin-top: 0px;
    opacity: 1;
	}
.popagenda .modal-dialog .modal-header .modal-title span{
    color: #c8a800;
    font-family: din_medium;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
	display: inline-block;
}
.popagenda .modal-dialog .modal-body{ padding-top:0px;}
.popagenda .modal-dialog .modal-body .notre-reseau-clubname{
	text-align:left;
	margin-bottom:15px;
	}
.popagenda .modal-dialog .modal-body .textbody p,.popagenda .modal-dialog .modal-body,.popagenda .modal-dialog .modal-body .textbody{ color:#000;}
.popagenda .modal-dialog .modal-body .notre-reseau-quote{
	text-align:left;
	}
.popagenda .modal-dialog .modal-body h3{
	 color: #000;
    font-family: din_medium;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
	width: 85%;
	}	
.popagenda .modal-dialog .modal-footer{  border-top: 0 none;}	
.popagenda .notre-reseau-quote{  height: auto !important; margin-bottom: 30px;}
.link-wrapper{ display:none;}
.page-node-123 .col-md-6,.page-taxonomy-term- .col-md-6{ padding:0px;}
.page-node-123 .right-content-area .col-md-6 h2,.page-taxonomy-term- .right-content-area .col-md-6 h2{
	text-transform:uppercase;
	width:90%;
	color:#c8a800;
	}
.view-notes-des-clubs-du-p-le .views-row{ margin-bottom:20px;}	
.view-notes-des-clubs-du-p-le .views-row .taxonomy-disc ul li{ list-style:none; margin-left: 0;}
.view-notes-des-clubs-du-p-le .views-row .taxonomy-wrapper .taxonomy-disc{
	padding: 15px;
		}
.ttitle p{
	color: #c8a800;
    font-family: "din_medium";
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 6px;
    text-align: left;
    text-transform: uppercase;
    width: 90%;
	}		
.view-notes-des-clubs-du-p-le .views-field-tid h2 a{ color:#fff;}		
.view-notes-des-clubs-du-p-le .views-row .taxonomy-disc ul li a{ 

	color: #0092c7;
    font-size: 16px;
    font-weight: 500;
    font-family: din_medium;}
.ovtitle{
 	color: #0092c7;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 47px;
    font-weight: 300;
    letter-spacing: 6px;
    line-height: 1.2em;
    margin: 0 0 20px;
    text-transform: uppercase;
	}
.node-type-notesdactualites .ovtitle{
 		color: #91283c;
	}	
.ovdate{
	color: #0092c7;
    font-family: "Open Sans";
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
	}
.node-type-ouvragesenquetes .right-content-area .title{
	color: #a98f00;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 31px;
	font-weight: 500;
	text-transform: uppercase;
	}
.node-type-ouvragesenquetes .field-name-body,.node-type-ouvragesenquetes .field-name-body p {
	color: #453a2e;
    display: inline-block;
    font-family: din_light;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    width: 100%;
	}	
.node-type-ouvragesenquetes	.field-name-field-prix .field-items .field-item,.node-type-notesdactualites	.field-name-field-prix .field-items .field-item{
	background: rgba(0, 0, 0, 0) url("../images/price-tag.png") no-repeat scroll left center;
    color: #0092c7;
    display: inline-block;
    font-family: din_medium;
    font-size: 12px;
    height: 55px;
    padding-left: 55px;
    padding-top: 15px;
    text-transform: uppercase;
	}	
.ouvragesenquetesbottom{
	background: rgba(0, 0, 0, 0) url("../images/plus-publication.png") no-repeat scroll left center;
    color: #0092c7;
    display: inline-block;
    font-family: din_medium;
    font-size: 12px;
    height: 55px;
    padding-left: 55px;
    padding-top: 15px;
    text-transform: uppercase;
	}
.ouvragesenquetesbottom p{
	color: #0092c7;
	font-family: din_medium;
    font-size: 12px;
	text-transform: uppercase;
	}	
.ouvragesenquetesbottom p a{
	color: #0092c7;
	font-family: din_medium;
    font-size: 12px;
	text-transform: uppercase;
	text-decoration:underline;
	}		
.node-type-ouvragesenquetes .field-name-body{ margin-top:20px;}
.node-type-ouvragesenquetes .field-name-body strong,.node-type-ouvragesenquetes .field-name-body p strong{
	font-family: din_medium;
	}	
.view-taxonomy-term .views-row .notewrap{
	border: 1px solid #f7f7f7;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
   border-radius: 6px;
   display: inline-block;
   margin-bottom: 20px;
   width: 100%;
	}	
.view-taxonomy-term .views-row .notewrap {
    border-left: 10px solid #c8a800;
    border-radius: 6px;
    min-height: 70px;
    padding-left: 0px;
	padding-top: 10px;
}
.view-taxonomy-term .views-row .notewrap .notedate{
	font-size:18px;
	font-family: din_medium;
	color:#0092c7;
	display: inline-block;
	text-transform: uppercase;
	}
.view-taxonomy-term .views-row .notewrap .notename{
	color: #c8a800;
    display: inline-block;
    font-family: din_medium;
    font-size: 18px;
    margin-left: 9px;
	text-transform: uppercase;
	}
.notedownload{
	color: #0092c7;
    display: inline-block;
    font-family: din_medium;
    font-size: 11px;
    margin-left: 9px;
	line-height: 25px;
	text-transform:uppercase;
	}
.notedownload:hover{color: #0092c7;}	
.iconattachblue {
    background: rgba(0, 0, 0, 0) url("../images/notedownload.png") no-repeat scroll center center;
    color: #00a788;
    display: inline-block;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 53px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 50px;
}			
.notetxt > p {
   color: #000;
    font-family: din_medium;
    font-size: 12px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
	 display: inline;
}
.notetxt {
    margin-top: 5px;
}
.clubpole > span {
      color: #313469;
    display: inline-block;
    font-family: din;
    margin-top: 10px;
    text-transform: uppercase;
}

.activemenu a{
	 background: #a98f00 none repeat scroll 0 0 !important;
    color: #685546 !important;
	}
	
.activemenu a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #a98f00;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 13px;
    width: 0;
}
.notesdetonnement {
    display: inline-block;
    margin-bottom: 20px;
}
.page-taxonomy-term- .feed-icon{ display:none;}
.page-node-125 .right-content-area h2,.page-node-150 .right-content-area h2{ text-transform:uppercase;padding: 0 30px; font-size:15px;}
.page-node-125 .rtejustify{ padding-left:30px; padding-right:30px;}
.page-node-125 .right-content-area,.page-node-150 .right-content-area{ padding-left:0; padding-right:0; padding-top:0px;}
.page-node-125 h1,.page-node-150 h1{
	padding: 20px 30px;
}
.paraitre {background: #fdf9e7;display: inline-block;padding: 0px 30px;margin-bottom: 40px;}
.paraitre .col-md-4{ padding:0px;}
.paraitre .title{ 
	color: #c8a800;
    font-family: din_medium;
    font-size: 18px;
    line-height: 1em;
   margin-bottom: 5px;
   display:inline-block;
   width:100%;
}
.paraitre .body p,.paraitre .body {
	color: #453a2e;
    font-family: din_medium;
    font-size: 14px;
    line-height: 1em;
	text-transform:uppercase;
	margin-bottom: 5px;
    }
.paraitre .contactlink{
	background: #c8a800 none repeat scroll 0 0;
    border-radius: 6px;
    color: #786600;
    display: inline-block;
    font-family: din_medium;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 3px 30px 5px 15px;
    text-transform: uppercase;
	}
.paraitre .contactlink a{ color:#fff; text-decoration:underline;font-family: din_medium; font-size: 12px;}	
#block-views-derni-res-publications-block-1 h2,#block-views-derni-res-publications-block h2,#block-views-notes-d-actualit-s-block-1 h2,#block-views-notes-d-actualit-s-block h2{ 
 	color: #a98f00;
    font-family: "Open Sans";
    font-size: 31px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 30px;
	padding: 0px 30px;
}
#block-views-derni-res-publications-block-1 h3,#block-views-notes-d-actualit-s-block-1 h3{ 
 	color: #0092c7;
    font-family: din_medium;
    font-size: 18px;
    line-height: 1em;
    margin: 5px 0 5px;
}
#block-views-derni-res-publications-block h2{ padding:0px;}
#block-views-derni-res-publications-block{
	padding: 0px 30px;
	}
.dpublications {
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}	
.dpublications .col-md-4 img {
    float: right;
}
.dpublications .date{
	color: #0092c7;
    font-family: din_medium;
    font-size: 18px;
    line-height: 1em;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	}
.dpublications .title a,.dpublications .title a {
	color: #c8a800;
    font-family: din_medium;
    font-size: 18px;
    line-height: 1em;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	}
.dpublications .body{
	color: #453a2e;
    font-family: din_medium;
    font-size: 14px;
    line-height: 1em;
	display:inline-block;
	width:100%;
	margin-top:20px;
	}	
.dpublications .body p{
	color: #453a2e;
    font-family: din_medium;
    font-size: 14px;
    line-height: 1em;
	display:inline-block;
	width:100%;
	}		
.dpublications .pmore{ float:left; margin-top:10px;}
.resourcearchive .col-md-4{ text-align:center;}
.resourcearchive .col-md-4 img{ display:inline;}

.resourcearchive h2,.resourcearchive h2 a{
	color: #a98f00;
    font-family: din_medium;
    font-size: 19px;
    line-height: 1em;
	margin: 0 auto 10px; width: 80%;min-height: 57px;
	}
.resourcearchive .dateyear
{
	background: rgba(0, 0, 0, 0) url("../images/calquebox.png") no-repeat scroll center center;
    color: #0092c7;
    display: inline-block;
    font-family: din_medium;
    font-size: 12px;
    height: 85px;
    padding-top: 75px;
    width: 100%;
	text-transform:uppercase;
	}	
.resourcearchive .wraper {
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}	
#block-views-f5da073c5e1b02144c3775d1fd02e384 h2,#block-views-e7b4ba88d4e321a54d637ffb1e46e0a8 h2,#block-views-b16032c3593d1588e14440af1706a9b2 h2{
	color: #c8a800;
    font-family: din_medium;
    font-size: 30px;
    line-height: 1em;
	text-transform:uppercase;
	}
.view-id-num_ros_revue_prospective_strategique_ .views-row span a
{	color: #0092c7;
    font-size: 16px;
	text-transform:uppercase;
	line-height:16px;
	font-family: "din_medium";
	width:100%;	
	font-weight:400;
}
.page-node-45 .qui{
	 font-family: din_light;
    font-weight: 500;
    text-transform: uppercase;
	 font-size: 15.5px;
	}	
.page-node-45 .qui span{ font-weight:400;}
.page-node-45 .right-content-area .content span{ font-weight:400;}	
.page-node-45 .right-content-area {
	padding:20px 0px;
	}
.page-node-45 .right-content-area p,.page-node-45 .right-content-area h1,.page-node-45 .right-content-area h2,.page-node-45 .right-content-area .ulli,.page-node-45 .right-content-area ul{
	 padding: 0 30px;
	}
.page-node-45 .right-content-area ul li{
	list-style:none;
	font-size: 16px;
	}	
.page-node-45 .right-content-area ul li:before{
	background-color: #a98f00;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    left: -10px;
    position: relative;
    top: -3px;
    width: 4px;
	}	
.page-node-45 .right-content-area h2{
	color: #a98f00;
    font-family: din_medium;
    font-size: 31px;
    font-weight: 500;
	}		
.loictribot {
    background: #fdf9e7 none repeat scroll 0 0;
    display: inline-block;
	 margin-bottom: 30px;
}
.loictribot .col-md-3,.loictribot .col-md-3{ padding:0px;}
.loictribot .col-md-9 p{
	color: #499298 !important;
    font-family: din_medium;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
	 padding-left: 0;
	}
.loictribot .col-md-9 p em{color: #499298;}	
.rteright{ float:right;}
.rteright em{ color: #453a2e !important;
    font-family: din_medium;
    font-size: 14px;}
b, strong{
	font-family: din_medium;
	 font-weight: 500;
	 color:#000;
	}	
.quilinks {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
}
.quilinks .col-md-8{ text-align:right;}
.qlinkfr{
	background: rgba(0, 0, 0, 0) url("../images/qattachment.png") no-repeat scroll 35px top;
    color: #499298;
    display: inline-block;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-top: 55px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 105px;
	text-align:center;
	font-weight:400;
		}
.qlinkfr:hover{
	color: #499298;
	}
.qlinkplay:hover{
	color: #499298;
	}		
.qlinkplay{
	background: rgba(0, 0, 0, 0) url("../images/qplay.png") no-repeat scroll 35px top;
    color: #499298;
    display: inline-block;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-top: 55px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 105px;
	text-align:center;
	font-weight:400;
	}		
.page-node-46 .right-content-area .region-content img{ height:auto; width:100%;}
.partnerlinks{
	display: inline-block;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
	}
.partnerlinks .col-md-8{ text-align:right;}	

.plike{
	background: rgba(0, 0, 0, 0) url("../images/like.png") no-repeat scroll 35px top;
    color: #c79c8f;
    display: inline-block;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 1px;
    padding-top: 55px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 105px;
	text-align:center;
	font-weight:400;
	}	
.pheart{
	background: rgba(0, 0, 0, 0) url("../images/heart.png") no-repeat scroll 35px top;
    color: #c79c8f;
    display: inline-block;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 1px;
    padding-top: 55px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 105px;
	text-align:center;
	font-weight:400;
	}
.adherer{
	 background: rgba(0, 0, 0, 0) url("../images/adherer_soutenir1.png") no-repeat scroll center top;
    color: #c79c8f;
    display: inline-block;
    font-weight: 400;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 1px;
    padding-top: 90px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 105px;
	}			
.adherer:hover{
	color: #c79c8f;
	}
.plike:hover{
	color: #c79c8f;
	}	
.page-taxonomy-term .right-content-area h2{
	color:#a98f00;
	font-weight:600;
	font-size:30px;
	text-transform:uppercase;
	font-family:din_medium;
	}
.view.view-taxonomy-term {
   padding-right: 30px;
}	
/*organization*/

.page-node-238 .region-content,.page-node-46 .region-content{
	/*background: rgba(0, 0, 0, 0) url("../images/network.png") no-repeat scroll 132px 40px;
    display: inline-block;
    min-height: 800px;
    width: 100%;
	position: relative;*/
	}
	
.organization h2{
	color: #a98f00;
    font-family: din_medium;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 10px;
	}
.organization .col-md-8,.organization .col-md-5,.organization .col-md-7,.organization .col-md-4{ padding:0px;}
.organization h3{
	color: #000000;
    font-family: din_medium;
    font-size: 16px;
    text-transform: none;
	}
	
.Conseillers{display: inline-block; margin-top: 160px;}		
.Conseillers p{
    color: #000;
    font-family: "din_medium";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 35px;
	width: 67%;
	text-align:left;
	}
.delegations{
	margin-top: 225px;width: 80%;
	}	
.delegations span {
    display: inline-block;
    font-family: "din_medium";
    font-size: 16px;
    line-height: 18px;
    width: 100%;
}
.conseil_admin{ margin-top:40px;}
/*.page-node-238 .right-content-area .col-md-4 span {
    display: inline-block;
    font-family: "din_medium";
    font-size: 14px;
    line-height: 18px;
 }*/
.page-node-238 .right-content-area .col-md-4 span a,.page-node-46 .right-content-area .col-md-4 span a {
 	color:#499298;
 }
.page-node-238 .right-content-area p,.page-node-46 .right-content-area p{ margin-bottom: 10px; text-align: left;}
/*Action International*/
.page-node-120 .right-content-area{ padding-left:0; padding-right:0px;}
.page-node-120 h1.title{ padding-left:30px;}
.page-node-120 b,.page-node-120 strong{
	font-weight:600;
	}
.page-node-120 .right-content-area .region-content h2{
	font-size:31px;
	color:#a98f00;
	text-transform:uppercase;
	font-family: "din_medium";
	letter-spacing: 2px;
	}	
.page-node-120 .right-content-area .region-content	.nospartners .col-md-3 img{
	width:100%; height:auto;
	}
.page-node-120 .right-content-area .region-content	.nospartners .col-md-9 p{ margin-bottom:1px;}	
.page-node-120 .right-content-area .region-content	.nospartners .rl {
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
   
}
.left30{ padding-left:30px; padding-right:30px;}
.tremplin{
	display:inline-block;
	width: 100%;
	margin-bottom: 40px;
	}
.tremplin .col-md-5{ padding:0}
.tremplin .col-md-5 img,.tremplin .col-md-7 img{ width:100%; height:auto;}	
.tremplin .col-md-7 p{
	margin-bottom: 8px; color:#fff;
	}
.tremplin .col-md-7{
	padding-top:10px;
	color:#fff;
	}
.tremplin .col-md-7 ul li{
	color:#fff;
	}
.tremplinwraper{
	background:#c8a800;
	width:100%;
	padding-left:30px; padding-right:30px;
	}	
.tremplin .headertext {
    background: #453a2e none repeat scroll 0 0;
    color: #fff;
    font-family: din_medium;
    font-size: 24px;
    margin-left: 30px;
    padding:5px 40px 5px 10px;
    text-transform: uppercase;
	display:inline-block;
}
.tremplin .owl-buttons{ display:none;}
.tremplin .owl-pagination {
    position: absolute;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 100%;
}	
.tremplin .owl-pagination .owl-page{
	border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
	background:#453a2e;
	}
.tremplin .owl-pagination .owl-page.active{	
	background:#c8a800;
}
.criteres > li,.page-node-120 ul li {
    color: #00a788;
    font-family: din_light;
	font-size:16px;
}
.timeline{
	display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
	}	
.col-md-6.vline{
 	border-right: 12px solid #ccede7;
	min-height:152px;
}
.timeline .col-md-6.vline .date{
		color: #00a788;
    float: right;
    font-family: open sans;
    font-size: 21px;
    font-weight: bold;
	}
.timeline .col-md-6.vline .date:after{
	background: rgba(0, 0, 0, 0) url("../images/success.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 40px;
    position: relative;
    right: -39px;
    width: 40px;
	}	
.timeline .col-md-4{ padding:0px;}
.timeline img{ width:100%; height:auto;}	
.timeline .col-md-9 strong{
	color:#00a788;
	font-family: din_medium;
    font-size: 15px;
	}
	
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  background: #ccede7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 18px;
    position: absolute;
    top: 30px;
    width: 12px;
	}
@media only screen and (min-width: 1024px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media only screen and (min-width: 1024px) {
  .cd-timeline-img {
	background: rgba(0, 0, 0, 0) url("../images/success.png") no-repeat scroll center center;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -17px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
}
.cd-timeline-content .col-md-8 strong{
	font-family:din_medium;
	color:#25ae88;
	font-size:14px;
	}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content .cd-date {
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
 }
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #c8a800;
}


@media only screen and (min-width: 320px) {
	  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    top: -12px;
    color: #00a788;
    font-family: open sans;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 42%;
  }
  .timeline .col-md-4 {
	  padding-left:15px;
	  padding-right:15px;
	  position:absolute;
	  left:0;
	}
  .timeline .col-md-8 {
	  position:absolute;
	  right:0px;
	  width: 68%;	
	  }	
.cd-timeline-block {
    margin-bottom: 20px;
    min-height: 185px;
    position: relative;
} 
.textright strong, .textright p{
	text-align:left !important;
	float:left;
	}
.cd-timeline-block:first-child {
    margin-top: 0;
    min-height: 0;
}
.timeline .col-md-8 {
    padding: 0;
    position: absolute;
    right: 0;
    width: 58%;
	top: 20px;
}
.timeline .col-md-4 {
    left: 0;
    padding: 0;
    position: absolute;
    width: 35%;
}

	}
	
@media only screen and (max-width: 320px){
.nospartners .rl,.nospartners .rl .col-md-3,.nospartners .rl .col-md-9{ padding-left:0; padding-right:0;}
.right-content-area h3 strong, .right-content-area h3{ margin: 20px 0;}

.sortina .col-md-6 {
    width: 100% !important;
}
.tremplin .col-md-7{ padding-left:0px; padding-right:0;}
.partnertermlin .col-sm-4,.partnertermlin .col-sm-6{ width:100%; text-align:center;}
.webform-client-form-239{ width:100% !important; display:inline-block;}
		}
@media only screen and (max-width: 320px){
	.webform-client-form-239 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
	}
	.webform-client-form-239{ width:100%; display:inline-block;}
}		
@media only screen and (max-width: 768px){
.nospartners .rl,.nospartners .rl .col-md-3,.nospartners .rl .col-md-9{ padding-left:0; padding-right:0;}
.right-content-area h3 strong, .right-content-area h3{ margin: 20px 0;}
.sortina .col-md-6 {
    width: 100% !important;
}
.tremplin .col-md-7{ padding-left:0px; padding-right:0;}
.partnertermlin .col-sm-4,.partnertermlin .col-sm-6{ width:100%; text-align:center;}
.webform-client-form-239{ width:100% !important; display:inline-block;}
	}	
@media only screen and (max-width: 1024px){
	.partnertermlin .col-sm-4,.partnertermlin .col-sm-6{ width:100%; text-align:center;}
	.right-content-area h3 strong, .right-content-area h3{ margin: 20px 0;}
	}	
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    top: -12px;
    color: #00a788;
    font-family: open sans;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 35.5%;
  }
  .timeline .col-md-4 {
	  padding-left:15px;
	  padding-right:15px;
	  position:absolute;
	  left:0;
	}
  .timeline .col-md-8 {
	  position:absolute;
	  right:0px;
	  width: 65%;	
	  }	
.cd-timeline-block {
    margin-bottom: 20px;
    min-height: 120px;
    position: relative;
} 
.textright strong, .textright p{
	text-align:left !important;
	float:left;
	}
.cd-timeline-block:first-child {
    margin-top: 0;
    min-height: 0;
}	
}
@media only screen and (min-width: 1024px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 14px;
    left: 101%;
    border-color: transparent;
    border-left-color: #c8a800;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date,.cd-date {
	color: #00a788;
    font-family: open sans;
    font-size: 21px;
    font-weight: 500;
    left: 122%;
    position: absolute;
    top: -11px;
    width: 100%
	  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 14px;
    left: auto;
    right: 101%;
    border-color: transparent;
    border-right-color: #c8a800;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1024px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@media only screen and (max-width: 1023px) {
	#cd-timeline::before {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 30px;
		width: 12px;
	}
	.cd-timeline-content::before{
	border:0 none;
	border-color: transparent transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 16px;
    width: 0;
		}
		
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.textright strong,.textright	p{
	text-align:right;
	font-family: din_light;
    font-size: 12px;
    font-weight: 500;
	}
.textleft strong,.textleft	p{
	text-align:left;
	font-family: din_light;
    font-size: 12px;
    font-weight: 500;
	}	
.textright .cd-date {
    text-align: left;
}	
.partnertermlin .col-sm-5 .col-sm-6{ text-align:center;padding-right: 0;}
.partnertermlin a {
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    display: inline-block;
    line-height: 86px;
    min-height: 86px;
    padding: 5px;
    text-align: center;
}
.publication_page .contextual-links-region,.node-type-clubs .contextual-links-region,.page-node-126 .contextual-links-region,.page-node-184 .contextual-links-region,.page-node-185 .contextual-links-region {
   outline: none;
   position: inherit !important;
}
.sortina {
	background: rgba(0, 0, 0, 0) url("../images/pushpin.png") no-repeat scroll left top;
    color: #000;
    display: inline-block;
    font-family: din_medium;
    font-size: 14px;
    font-weight: 600;
    padding-left: 50px;
    width: 100%;
	
}
.sortina .col-md-6 {
    padding-left: 0;
    width: 44%;
}
.sortina p a{text-transform:uppercase; color:#00a788;font-family: din_light;
    font-size: 14px;
    font-weight: 500;}
.sortina p a strong{color:#00a788;}	
.sortina p{color:#000;font-family: din_medium;
    font-size: 14px;
    font-weight: 500;
}

/* Engagement D’art */
.page-node-121 .right-content-area h2 u{color:#00a788;}
.page-node-121 .right-content-area h3{ margin-bottom:10px; font-size:18px;}	
.page-node-121 .right-content-area .nos_activity p{margin-bottom: 25px;}	
.page-node-121 .right-content-area .nos_activity ul{ padding-left:0; margin:0}
.page-node-121 .right-content-area .nos_activity ul li{ list-style:none; color:#00a788; font-size:14px; font-family:din_medium;margin: 0;line-height: 15px;}
.page-node-121 .right-content-area .nos_activity ul li:before{ content:"›";padding-right: 3px;}
.page-node-121 .right-content-area .nos_activity ul li a{color:#00a788;  text-decoration: none;}
.page-node-121 .right-content-area ul{ padding-left:0; margin:0}
.page-node-121 .right-content-area ul li{ list-style:none; color:#00a788; font-size:16px; font-family:din_medium;margin: 0; line-height:20px;}
.page-node-121 .right-content-area ul li a{ color:#00a788; font-size:16px; font-family:din_medium;margin: 0; text-decoration:none !important;}
.actrow {
   border: 1px solid #f7f7f7;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}
.gracam { border: 1px solid #f7f7f7;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;}
.gracam > p {
  margin-bottom: 10px;
   }
.gracam h3{ color:#a98f00; font-size:18px;}   

/*NOUS ÉCRIRE*/
.webform-client-form-239 label,.webform-client-form-240 label,.webform-client-form-267 label{ font-family:din; color:#a98f00; font-size:15.5px; text-transform:uppercase;font-weight: 300;}
.webform-client-form-239 .form-text,.webform-client-form-239 .form-textarea,.webform-client-form-240 .form-text,.webform-client-form-240 .form-textarea,.webform-client-form-267 .form-text,.webform-client-form-267 .form-textarea{ border:0 none; background:#f9f6e5;resize: none;}
.webform-client-form-239 .col-md-12,.webform-client-form-240 .col-md-12{ padding-left:0px; padding-right:0px;}
.webform-client-form-239 .col-md-6,.webform-client-form-240 .col-md-6{ padding-left:0px;}
.webform-component--message label{ margin-bottom:10px; }
#edit-webform-ajax-submit-239,#edit-webform-ajax-submit-240,#edit-webform-ajax-submit-267{
	 background: rgba(0, 0, 0, 0) url("../images/pplane.png") no-repeat scroll center 8px;
    border: 0;
    color: #a98f00;
    font-family: din;
    font-size: 11px;
    padding-top: 44px;
    text-align: center;
    width: 100%;
	}
.page-node-239 .right-content-area h1,.page-node-240 .right-content-area h1
	{
		color: #a98f00;
	}
.removepadright{ padding-right:0px;}	

/*MÉDIATHÈQUE*/
.view-mediatheque .notre-reseau-wrapper{
	width:100%;
	}
.view-mediatheque .notre-reseau-date{ margin-bottom:2px;}	
.view-mediatheque .notre-reseau-title a{ font-family:din_medium;color:#c8a800; font-size:18px; text-transform:uppercase;font-weight: 200; }
.view-mediatheque .notre-reseau-image img{display: inline;}	
.view-mediatheque .notre-reseau-title{ margin-bottom:30px;}
.view-mediatheque .notre-reseau-read-more a{ text-transform:uppercase;font-family:din;color: #a98f00; font-size:11px;}
.page-node-252 .right-content-area h1,.page-node-239 .right-content-area h1,.page-les-dernieres-evenements .right-content-area h1,.page-les-derniers-documents .right-content-area h1,.page-les-dernieres-videos .right-content-area h1,.page-node-267 .right-content-area h1{
	color: #c8a800;
	}
.page-node-252 .right-content-area h2{ text-transform:uppercase;}	
.page-node-252 .right-content-area,.page-node-239 .right-content-area,.page-node-240 .right-content-area,.page-les-dernieres-videos .right-content-area,.page-les-dernieres-evenements .right-content-area,.page-les-derniers-documents .right-content-area,.page-node-267 .right-content-area{
	width: 100%;max-width: 100%;padding: 20px 60px;
	}
.contactne {
    margin: 0 auto;
    width: 45%;
}	
.showimg{ display:block;}
.hideimg{display:none !important;}
.mehodmore{background: #a98f00 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    font-family: din_medium;
    font-size: 11px;
    padding: 4px 10px;
	text-transform:uppercase;
	font-weight: 400;
	}
.mehodmore:hover{ color:#fff;}	
.view-mediatheque .view-footer {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.view-mediatheque .view-footer p{ text-align:center;} 
.mb a {
    line-height: 25px;
}
.node-type-actualites .date-display-single{
	color: #499298;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
	}
.node-type-presse .date-display-single{
	color: #499298;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 0px;
    text-transform: uppercase;
	}	
.field-name-field-interview-image{ margin-bottom: 20px;}	
.field-name-field-image,.field-name-field-notes-image,.field-name-field-prospective-image{ margin-bottom:20px;}
.field-name-field-subtitle .field-item,.field-name-field-sub-title .field-item{
    color: #c8a800;
    text-transform: uppercase;
	font-family: "din_medium";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 20px;
	}
.field-name-field-category ul li{
	list-style: outside none none;
    margin-left: 0;
	}
.field .field-label {
    color: #494949;
    font-family: din_light;
    font-weight: bold;
    text-transform: none;
}
.field-name-field-date,.field-name-field-select,.field-name-field-videourl,.field-name-field-date-2{ margin-bottom:10px;}
.node-type-mediatheque .field-name-field-photo .field-item{ margin-bottom: 5px;
    display: inline-block;
    margin-right: 5px;}
.navigationtextfooter{
	margin-bottom:15px;
	display:none;
	}	
.navigationtextfooter strong{
	color:#b19b85;
	font-size: 16.8px;
	}	
.page-node-259 .right-content-area h2{ text-transform:uppercase;}
.page-node-259 .right-content-area .iconattach {
    background: rgba(0, 0, 0, 0) url("../images/attachment.png") no-repeat scroll center center;
    color: #00a788;
    display: table-cell;
    font-weight: 500;
    height: 48px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-top: 79px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 71px;
}
.nos-contacter {
    padding-top: 20px;
    text-align: center;
}
.relatednotes{ float:right;}
.nos-contacter a,.relatednotes a,.orderbutton a{
    background: #a98f00 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-family: "DIN";
    font-size: 13px;
    font-weight: 500;
    padding: 4px 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    height: 22px;
	}
.mac.chrome .nos-contacter a,.mac.chrome .relatednotes a,.mac.chrome .orderbutton a{
    background: #a98f00 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-family: "DIN";
    font-size: 13px;
    font-weight: 500;
    padding: 4px 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 24px;
    height: 22px;
	}
.page-node-262 .right-content-area h2{
		margin:0 0 10px;
		text-transform: uppercase;
		}

.mac.safari .view-les-rendez-vous-du-club .notre-reseau-clubname,.mac.safari .view-actualites .notre-reseau-clubname{color: #91283c; text-transform:uppercase;font-size: 18px; line-height:10px;}
.view-les-rendez-vous-du-club .notre-reseau-clubname,.view-actualites .notre-reseau-clubname{color: #91283c; text-transform:uppercase;font-size: 18px;padding-bottom: 5px;}
.modal-title .notre-reseau-clubname{color: #91283c; text-transform:uppercase; text-align:left;font-size: 20px;padding-bottom: 5px;}
.view-les-rendez-vous-du-club .views-row{
    margin-bottom: 5px;
    min-height: 297px;
    vertical-align: top;
	}		
#edit-submitted-devenir-membre-du-ceps-1,#edit-submitted-soutenir-en-tant-que-partenaire-du-ceps-1{
	width: 25px;
	margin-top:0px;
	}	
.webform-component--devenir-membre-du-ceps,webform-component--soutenir-en-tant-que-partenaire-du-ceps{ margin-bottom:0px;}	
.attachmentpress{ float:right;}
.attachmentpress a{
	color: #00a788;
    display: inline-block;
    font-family: din_light;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
 }
 
.view-notes-dans-la-presse .views-row .notewrap {
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
} 
.view-notes-dans-la-presse .views-row .notewrap {
    border-left: 10px solid #c8a800;
    border-radius: 6px;
    min-height: 70px;
    padding-left: 0px;
    padding-top: 10px;
}
.view-notes-dans-la-presse .views-row .notewrap .notedate {
    font-size: 18px;
    font-family: din_medium;
    color: #0092c7;
    display: inline-block;
    text-transform: uppercase;
}
.view-notes-dans-la-presse .views-row .notewrap .notename {
    color: #c8a800;
    display: inline-block;
    font-family: din_medium;
    font-size: 18px;
    margin-left: 9px;
    text-transform: uppercase;
}
#block-views-les-rendez-vous-du-club-block{
	display:inline-block; margin-top:50px;
	}
.region-content .more{ display:none;} 	
.os-share-more{ display:none;}
#block-simplified-social-share-open-sharing h2{ 
	background: transparent none repeat scroll 0 0;
	color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    padding-top: 0;
    vertical-align: top;}
#block-simplified-social-share-open-sharing .content {
    display: inline-block;
}
.resourcearchive {
    display: inline-block;
    margin-bottom: 20px;
}
.view--ressources-archives-term-text-listing- .field-content p{ margin-top:0px; margin-bottom:5px;}
.page-node-148 #block-views-derni-res-publications-block-2{ margin-top:20px;}
.page-node-148 #block-views-derni-res-publications-block-2 h2{ text-transform:uppercase;}
#block-views-derni-res-publications-block-4 h2,#block-views-derni-res-publications-block-5 h2 { text-transform:uppercase; margin-top: 20px; }
.view-home-interview-list .notre-reseau-wrapper
{
	height: 465px;
}
.view-home-interview-list .notre-reseau-read-more
{
	bottom: 20px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.captcha span.fieldset-legend,.captcha .fieldset-description
{
	display:none;
}
.captcha .fieldset-wrapper {
    float: right;
    width: 69%;
}
