@font-face {
  font-family: 'ReplicaPro Regular';
  src: url('fonts/ReplicaPro Regular.eot');
  src: local('☺'), url('fonts/ReplicaPro Regular.woff') format('woff'), url('fonts/ReplicaPro Regular.ttf') format('truetype'), url('fonts/ReplicaPro Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ReplicaPro Bold';
  src: url('fonts/ReplicaPro Bold.eot');
  src: local('☺'), url('fonts/ReplicaPro Bold.woff') format('woff'), url('fonts/ReplicaPro Bold.ttf') format('truetype'), url('fonts/ReplicaPro Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_ReplicaPro Italic';
  src: url('fonts/ReplicaPro Italic.eot');
  src: local('☺'), url('fonts/ReplicaPro Italic.woff') format('woff'), url('fonts/ReplicaPro Italic.ttf') format('truetype'), url('fonts/ReplicaPro Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@mixin-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
*		------------------------------------		GENERAL
*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: #969696;
  font-size: 18px;
  background-color: #f0f0f0;
  font-family: 'ReplicaPro Regular';
  letter-spacing: 1px;
}
h2,
h3 {
  line-height: 1em;
  letter-spacing: 0;
  font-weight: normal;
}
b,
strong {
  font-family: 'ReplicaPro Bold';
}
a {
  color: #c8c8c8;
}
a.arrow::before {
  content: "→";
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p.submitted {
  margin-top: 0;
}
#backtotop {
  background: url(../images/backtotop.svg) no-repeat center center;
  outline: 0;
}
#backtoback {
  background: url(../images/backtoback.svg) no-repeat center center;
  cursor: pointer;
  height: 40px;
  display: block;
  width: 40px;
  outline: 0;
}
/**
*		------------------------------------		HEADER
*/
#header {
  margin-top: 60px;
  position: relative;
}
#logo {
  float: none;
  margin: 0 auto;
  display: block;
  width: 170px;
}
#block-system-main-menu {
  font-family: 'ReplicaPro Bold';
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 50px;
  padding: 0;
}
#block-system-main-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#block-system-main-menu ul.menu li {
  margin: 10px;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}
@media screen and (max-width: 890px) {
  #block-system-main-menu ul.menu li {
    margin-right: 20px;
  }
}
#block-system-main-menu ul.menu li.last {
  margin-right: 0;
}
#block-system-main-menu ul.menu li a.active,
#block-system-main-menu ul.menu li a:hover,
#block-system-main-menu ul.menu li a.active-trail {
  color: #FC5000;
}
#block-system-main-menu ul.menu li.expanded ul {
  display: none;
}
#block-system-main-menu ul.menu a {
  text-decoration: none;
}
#toggle,
.menu ul ul,
.toggle {
  display: none;
}
.no-touch .toggle:hover {
  color: #f33233;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.toggle:after {
  content: '\f0c9';
}
#toggle:checked ~ #mainmenu {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 20px 0 0 0;
}
#toggle:checked + .toggle:after {
  content: '\f077';
}
@media screen and (max-width: 768px) {
  /* #menu is the original menu */
  ul.menu {
    display: none;
  }
  .toggle {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    color: #777;
    margin-left: -22.5px;
    font-family: FontAwesome;
    text-align: center;
    font-size: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .navbar-brand {
    position: absolute;
  }
  .header__region {
    float: none;
  }
  ul#mainmenu {
    margin: 0;
    position: relative;
    list-style: none;
  }
  #block-system-main-menu {
    float: right;
    margin-top: 80px;
    margin-bottom: 0;
    width: 100%;
  }
  #block-system-main-menu ul#mainmenu li {
    display: block;
    width: 100%;
    line-height: 25px;
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: 0;
  }
  #block-system-main-menu ul#mainmenu li a {
    display: block;
    width: 100%;
    padding: 2px 0;
    border-bottom: none;
  }
  #block-system-main-menu ul#mainmenu li a:hover {
    border-bottom: none;
  }
  #block-system-main-menu ul#mainmenu li.expanded ul.menu {
    display: block;
    visibility: visible;
    position: relative;
    padding: 0;
    margin-bottom: 12px;
  }
  #block-system-main-menu ul#mainmenu li.expanded ul.menu li {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0;
    border-bottom: 0;
    font-size: 0.8em;
    text-align: center;
  }
  #block-system-main-menu ul#mainmenu .language-switcher-locale-url {
    width: auto;
    float: none;
    margin: 30px 0;
    font-size: 15px;
  }
  #block-system-main-menu ul#mainmenu .language-switcher-locale-url li {
    display: inline-block;
    width: auto;
  }
  #block-system-main-menu ul#mainmenu #block-block-1 {
    position: relative;
    margin: 0 auto;
    right: auto;
    text-align: left;
  }
  #block-system-main-menu ul#mainmenu:after {
    content: "";
    clear: both;
    display: block;
  }
}
#block-menu-block-1 {
  text-transform: lowercase;
  margin: 0;
  padding: 0;
}
#block-menu-block-1 ul.menu {
  text-align: center;
  margin-top: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #block-menu-block-1 ul.menu {
    margin-top: 30px;
  }
}
#block-menu-block-1 ul.menu li {
  list-style: none;
  display: inline-block;
  margin: 0 20px 30px 20px;
}
@media screen and (max-width: 890px) {
  #block-menu-block-1 ul.menu li {
    margin: 8px;
  }
}
@media screen and (max-width: 480px) {
  #block-menu-block-1 ul.menu li {
    display: block;
    margin: 10px 20px;
  }
}
#block-menu-block-1 ul.menu li a.active,
#block-menu-block-1 ul.menu li a:hover,
#block-menu-block-1 ul.menu li a.active-trail {
  background: #FC5000;
}
#block-menu-block-1 ul.menu a {
  width: 170px;
  display: block;
  padding: 3px 0;
  color: white;
  text-decoration: none;
  background: #c8c8c8;
}
@media screen and (max-width: 890px) {
  #block-menu-block-1 ul.menu a {
    width: 164px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #block-menu-block-1 ul.menu a {
    width: 100%;
  }
}
#block-locale-language {
  position: absolute;
  top: 0;
  right: 10px;
}
.language-switcher-locale-url {
  width: 27px;
  float: right;
  margin: 0;
  padding: 0;
  font-family: 'ReplicaPro Bold';
}
.language-switcher-locale-url li {
  list-style: none;
  text-transform: uppercase;
}
.language-switcher-locale-url li.active a,
.language-switcher-locale-url li:hover a {
  color: #FC5000;
}
.language-switcher-locale-url a {
  text-decoration: none;
}
#block-block-1 {
  width: 120px;
  position: absolute;
  top: 5px;
  right: 50px;
  /*@media screen and (max-width: 480px){
		left: 10px;
		width: 30px;
	}*/
}
@media screen and (max-width: 768px) {
  #block-block-1 {
    top: -50px;
  }
}
#block-block-1 p {
  margin: 0;
}
#block-block-1 a {
  margin-right: 10px;
  /*@media screen and (max-width: 480px){
			margin-right: 0;
			float: left;
    		display: block;
    		clear: both;
		}*/
}
/**
*		------------------------------------		CONTENT
*/
@media (min-width: 320px) {
  #main {
    padding-top: 2em;
  }
}
.field-type-text-with-summary a {
  color: #FC5000;
}
.field-name-body,
.field-name-field-body-right {
  color: #FC5000;
}
.field-name-field-sub-title,
.field-name-field-section-title {
  color: #FC5000;
  font-size: 120px;
  line-height: 120px;
  background: url(../images/orange_slashes.png);
  text-align: center;
  padding: 66px;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .field-name-field-sub-title,
  .field-name-field-section-title {
    font-size: 90px;
    line-height: 85px;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .field-name-field-sub-title,
  .field-name-field-section-title {
    padding: 45px 25px;
    font-size: 70px;
    line-height: 65px;
  }
}
@media screen and (max-width: 480px) {
  .field-name-field-sub-title,
  .field-name-field-section-title {
    padding: 40px 20px;
    font-size: 40px;
    line-height: 35px;
  }
}
#block-views-news-block-1,
#block-views-news-block-2,
#block-views-news-block-3 {
  margin-top: 50px;
}
#block-views-news-block-1 h2.block__title,
#block-views-news-block-2 h2.block__title,
#block-views-news-block-3 h2.block__title {
  font-family: 'ReplicaPro Regular';
  text-align: center;
  color: #FC5000;
  text-transform: uppercase;
  margin-bottom: 40px;
}
/**
*		------------------------------------		HOME
*/
body.front h1 {
  display: none;
}
body.front .field-type-text-with-summary {
  float: left;
  width: 40%;
  margin-left: 8%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  body.front .field-type-text-with-summary {
    width: 100%;
    margin: 0;
  }
}
body.front .field-name-field-body-right {
  margin-left: 2%;
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  body.front .field-name-field-body-right {
    margin: 0;
  }
}
.view-news:before,
.view-news:after {
  content: " ";
  display: table;
}
.view-news:after {
  clear: both;
}
.view-news .views-row {
  float: left;
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .view-news .views-row {
    width: 100%;
    margin-bottom: 20px;
  }
}
.view-news .views-row.views-row-even {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .view-news .views-row.views-row-even {
    margin-top: 0px;
  }
}
.box-global {
  position: relative;
  color: white;
}
.box-global .type,
.box-global .date,
.box-global .title,
.box-global .link-node {
  position: absolute;
  text-align: center;
  width: 100%;
}
.box-global .type {
  font-family: 'ReplicaPro Bold';
  font-size: 0.8em;
  letter-spacing: 0.4em;
  top: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .box-global .type {
    top: 5px;
    font-size: 0.7em;
  }
}
.box-global .date {
  top: 60px;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .box-global .date {
    top: 26px;
    font-size: 0.8em;
  }
}
.box-global .title {
  top: 60px;
}
@media screen and (max-width: 768px) {
  .box-global .title {
    top: 36px;
  }
}
.box-global .title h2 {
  padding: 0 20px;
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 960px) {
  .box-global .title h2 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .box-global .title h2 {
    font-size: 20px;
    line-height: 19px;
  }
}
.box-global .link-node {
  bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .box-global .link-node {
    bottom: 12px;
  }
}
.box-global a {
  color: #f0f0f0;
}
.box-global img {
  display: block;
}
/**
*		------------------------------------		PROJECTS
*/
article.node-project .field-type-text-with-summary {
  float: left;
  width: 40%;
  margin-left: 8%;
  margin-right: 2%;
  color: #FC5000;
}
@media screen and (max-width: 480px) {
  article.node-project .field-type-text-with-summary {
    width: 100%;
    margin: 0;
  }
}
article.node-project .field-name-field-body-right {
  margin-left: 2%;
  margin-right: 8%;
}
@media screen and (max-width: 480px) {
  article.node-project .field-name-field-body-right {
    margin: 0;
  }
}
/*.field-collection-container{
	border: 0;
}*/
.field-collection-view {
  padding: 0;
  margin: 0;
  border: none;
}
.field-collection-view .field-name-field-subpro-title {
  width: 200px;
  float: left;
  color: #c8c8c8;
  text-transform: uppercase;
}
.field-collection-view .field-name-field-subpro-content {
  margin-left: 230px;
  margin-right: 200px;
}
@media screen and (max-width: 980px) {
  .field-collection-view .field-name-field-subpro-content {
    margin-left: 200px;
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .field-collection-view .field-name-field-subpro-content {
    clear: both;
    margin: 0;
  }
}
.field-collection-view .field-name-field-subpro-content a {
  color: #FC5000;
  text-decoration: none;
  line-height: 2em;
}
.field-collection-view .field-name-field-subpro-content a::before {
  content: "→";
}
.field-collection-view .field-name-field-subpro-content p {
  font-size: 1.2em;
  line-height: 1.5em;
}
@media screen and (max-width: 580px) {
  .field-collection-view .field-name-field-subpro-content p {
    font-size: 1em;
  }
}
.node-type-subprojects .field-collection-container {
  border-bottom: 0;
}
.node-type-subprojects .required-fields {
  padding: 20px;
  color: #FC5000;
  background: url(../images/orange_slashes.png);
  cursor: pointer;
}
.node-type-subprojects .required-fields:before,
.node-type-subprojects .required-fields:after {
  content: " ";
  display: table;
}
.node-type-subprojects .required-fields:after {
  clear: both;
}
@media screen and (max-width: 580px) {
  .node-type-subprojects .required-fields {
    margin-bottom: 20px;
  }
}
.node-type-subprojects .field-name-field-number {
  float: left;
  font-size: 120px;
  line-height: 100px;
  width: 25%;
}
@media screen and (max-width: 980px) {
  .node-type-subprojects .field-name-field-number {
    font-size: 90px;
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .node-type-subprojects .field-name-field-number {
    font-size: 80px;
  }
}
@media screen and (max-width: 680px) {
  .node-type-subprojects .field-name-field-number {
    width: 100%;
    line-height: 80px;
  }
}
.node-type-subprojects .field-name-field-section-title {
  background: none;
  font-size: 60px;
  line-height: 60px;
  margin-top: 10px;
  float: left;
  padding: 0;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .node-type-subprojects .field-name-field-section-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .node-type-subprojects .field-name-field-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 680px) {
  .node-type-subprojects .field-name-field-section-title {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .node-type-subprojects .field-name-field-section-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.node-type-subprojects .field-name-field-sub-title {
  background: none;
  font-size: 18px;
  line-height: 18px;
  float: left;
  margin-top: 20px;
  text-align: left;
  padding: 0;
  width: 25%;
}
@media screen and (max-width: 680px) {
  .node-type-subprojects .field-name-field-sub-title {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .node-type-subprojects .field-name-field-sub-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.node-type-obstacles .field-collection-item-field-obstacle-line {
  margin-bottom: 50px;
}
.node-type-obstacles .required-fields {
  padding: 20px;
  color: #FC5000;
  background: url(../images/orange_slashes.png);
  cursor: pointer;
}
.node-type-obstacles .required-fields:before,
.node-type-obstacles .required-fields:after {
  content: " ";
  display: table;
}
.node-type-obstacles .required-fields:after {
  clear: both;
}
@media screen and (max-width: 580px) {
  .node-type-obstacles .required-fields {
    margin-bottom: 20px;
  }
}
.node-type-obstacles .field-collection-container {
  border-bottom: 0;
}
.node-type-obstacles .field-name-field-obstacle-image {
  float: left;
  font-size: 120px;
  line-height: 100px;
  width: 25%;
}
.node-type-obstacles .field-name-field-obstacle-image img {
  width: 140px;
  height: 140px;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 980px) {
  .node-type-obstacles .field-name-field-obstacle-image {
    font-size: 90px;
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .node-type-obstacles .field-name-field-obstacle-image {
    font-size: 80px;
    width: 100%;
  }
  .node-type-obstacles .field-name-field-obstacle-image img {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 680px) {
  .node-type-obstacles .field-name-field-obstacle-image {
    width: 100%;
    line-height: 80px;
  }
}
.node-type-obstacles .field-name-field-obstacle-title {
  background: 0 0;
  font-size: 50px;
  line-height: 60px;
  margin-top: 35px;
  float: left;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .node-type-obstacles .field-name-field-obstacle-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .node-type-obstacles .field-name-field-obstacle-title {
    font-size: 40px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .node-type-obstacles .field-name-field-obstacle-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.node-type-obstacles .field-collection-item-field-obstacles-content {
  margin-left: 290px;
  margin-right: 100px;
  width: auto;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .node-type-obstacles .field-collection-item-field-obstacles-content {
    margin-left: 200px;
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .node-type-obstacles .field-collection-item-field-obstacles-content {
    clear: both;
    margin: 0;
  }
}
.node-type-obstacles .field-collection-item-field-obstacles-content .field-name-field-obs-content-title {
  color: #fc5000;
  text-transform: uppercase;
  font-family: 'ReplicaPro Bold';
  font-weight: bold;
}
.node-type-obstacles .field-collection-item-field-obstacles-content a.arrow {
  display: block;
  position: relative;
  color: #777;
  padding: 10px 20px;
  line-height: 1em;
  text-decoration: none;
}
.node-type-obstacles .field-collection-item-field-obstacles-content a.arrow:before {
  color: #FC5000;
  position: absolute;
  left: 0;
}
.fancycontent {
  width: 800px;
  display: none;
  padding: 20px 150px;
}
.fancycontent h3 {
  margin-bottom: 0;
  color: #FC5000;
}
.fancycontent h3::before {
  content: "→";
  margin-right: 5px;
}
.fancycontent p {
  color: #777;
}
.fancycontent img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .fancycontent {
    width: 760px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fancycontent {
    width: 480px;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .fancycontent {
    width: 320px;
    padding: 20px;
  }
}
.fancybox-close {
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  background-size: 50px;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
}
.fancybox-overlay {
  background-color: rgba(231, 231, 231, 0.86);
}
.fancybox-opened {
  background-color: white;
  color: black;
}
.fancybox-skin {
  color: black;
}
.fancybox-wrap {
  border-radius: 0;
}
/**
*		------------------------------------		NEWS
*/
.view-footer,
.pager-load-more {
  clear: both;
  text-align: center;
  font-size: 25px;
}
.view-footer a,
.pager-load-more a {
  color: #FC5000;
}
.node-type-news h1.page__title,
.node-type-event h1.page__title {
  display: none;
}
.node-type-news .field-type-image,
.node-type-event .field-type-image {
  margin-bottom: 5%;
}
@media screen and (max-width: 480px) {
  .node-type-news .field-type-image,
  .node-type-event .field-type-image {
    margin: 0;
  }
}
.node-type-news .field-name-field-display-date,
.node-type-event .field-name-field-display-date {
  text-align: center;
  font-size: 0.9em;
}
.node-type-news h1,
.node-type-event h1 {
  text-align: center;
  font-size: 1.8em;
  line-height: 1em;
  color: #FC5000;
  margin-top: 0;
  margin-bottom: 5%;
}
.node-type-news .field-name-body,
.node-type-event .field-name-body {
  color: #969696;
  float: left;
  width: 70%;
  margin-left: 6%;
  margin-right: 24%;
}
@media screen and (max-width: 480px) {
  .node-type-news .field-name-body,
  .node-type-event .field-name-body {
    width: 100%;
    margin: 0;
  }
}
#block-easy-social-easy-social-block-1 {
  color: #969696;
  float: left;
  width: 70%;
  margin-left: 6%;
  margin-right: 24%;
}
@media screen and (max-width: 480px) {
  #block-easy-social-easy-social-block-1 {
    width: 100%;
    margin: 0;
  }
}
.background-Event {
  position: absolute;
  background-color: #ADADAD;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.background-News {
  position: absolute;
  background-color: #ff6400;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.views-row-even .background-News {
  background-color: #ADADAD;
}
/**
*		------------------------------------		PUBLICATIONS
*/
.node-publication .field-name-field-pub-year {
  color: #FC5000;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .node-publication .field-name-field-pub-year {
    margin-bottom: 5px;
  }
}
.node-publication .field-name-field-pub-text .field-items .field-item {
  padding-top: 1px;
  background: url(../images/collection-sep.png) top 10px left no-repeat;
  margin-bottom: 50px;
}
.node-publication .field-name-field-pub-text .field-items .field-item h2 {
  color: #646464;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .node-publication .field-name-field-pub-text .field-items .field-item h2 {
    font-size: 1em;
  }
}
.node-publication .field-name-field-pub-text .field-items .field-item a {
  color: #FC5000;
  text-decoration: none;
  border-bottom: 1px solid #FC5000;
  padding-bottom: 1px;
  /*&::before {
    			content: "→";
    			PAS UTILE !!!
    		}*/
}
@media screen and (max-width: 480px) {
  .node-publication .field-name-field-pub-text .field-items .field-item a {
    font-size: 0.8em;
  }
}
/**
*		------------------------------------		MEDIA
*/
#block-views-audio-block:before,
#block-views-audio-block:after {
  content: " ";
  display: table;
}
#block-views-audio-block:after {
  clear: both;
}
#block-views-audio-block .views-row {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  padding: 2.5%;
  outline: 5px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#block-views-audio-block .views-row:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #block-views-audio-block .views-row:nth-child(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #block-views-audio-block .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #block-views-audio-block .views-row {
    width: 47.5%;
  }
}
@media screen and (max-width: 480px) {
  #block-views-audio-block .views-row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 10px 0;
  }
}
#block-views-audio-block .views-field-audio {
  text-align: center;
}
#block-views-audio-block .views-field-audio .date {
  font-size: 0.9em;
  margin-bottom: 30px;
}
#block-views-audio-block .views-field-audio h2 {
  margin: 0;
  margin-bottom: 40px;
}
#block-views-audio-block .views-field-audio h3 {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0;
  margin-bottom: 15px;
}
#block-views-audio-block .views-field-audio .audio-player {
  margin-bottom: 20px;
}
#block-views-audio-block .audio-player audio.player_audio {
  /*display: block !important;
		width: 25px;
		border: 5px;
		height: 19px;
		background: url(../images/player.png) 0 0 no-repeat;
		cursor: pointer;*/
}
#block-views-audio-block .audio-player2 {
  display: block;
  width: 26px;
  height: 21px;
  background: url(../images/player.svg) 0 0 no-repeat;
  cursor: pointer;
  margin: 0 auto;
  outline: 0;
  margin-bottom: 20px;
}
#block-views-audio-block .audio-player2:hover {
  background: url(../images/player.svg) 0 -21px no-repeat;
  outline: 0;
}
#block-views-audio-block a.sm2_playing {
  background: url(../images/player.svg) 0 -21px no-repeat;
}
#block-views-audio-block .download a:hover {
  color: #FC5000;
}
#block-views-images-block:before,
#block-views-images-block:after {
  content: " ";
  display: table;
}
#block-views-images-block:after {
  clear: both;
}
#block-views-images-block .views-row {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  float: left;
}
@media screen and (max-width: 600px) {
  #block-views-images-block .views-row {
    width: 100%;
  }
}
#block-views-images-block .views-row.views-row-odd {
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  #block-views-images-block .views-row.views-row-odd {
    margin-right: 0;
  }
}
#block-views-images-block .views-row.views-row-even {
  margin-left: 2%;
}
@media screen and (max-width: 600px) {
  #block-views-images-block .views-row.views-row-even {
    margin-left: 0;
  }
}
#block-views-images-block .views-row a {
  background: url(../images/play-plus.svg) center center no-repeat;
  display: block;
  height: 100%;
}
#block-views-images-block .views-row img {
  display: block;
}
#block-views-images-block .views-row h2 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  padding: 0 15%;
  top: 34%;
  color: white;
  font-size: 1.8em;
}
@media screen and (max-width: 880px) {
  #block-views-images-block .views-row h2 {
    top: 0;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #block-views-images-block .views-row h2 {
    padding: 0 10%;
    width: 80%;
  }
}
#block-views-images-block .views-row .views-field-title {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  line-height: 1;
  color: #fff;
  display: block;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  #block-views-images-block .views-row .views-field-title {
    top: 20%;
  }
}
#block-views-video-block:before,
#block-views-video-block:after {
  content: " ";
  display: table;
}
#block-views-video-block:after {
  clear: both;
}
#block-views-video-block .views-row {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  float: left;
}
@media screen and (max-width: 600px) {
  #block-views-video-block .views-row {
    width: 100%;
  }
}
#block-views-video-block .views-row.views-row-odd {
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  #block-views-video-block .views-row.views-row-odd {
    margin-right: 0;
  }
}
#block-views-video-block .views-row.views-row-even {
  margin-left: 2%;
}
@media screen and (max-width: 600px) {
  #block-views-video-block .views-row.views-row-even {
    margin-left: 0;
  }
}
#block-views-video-block .views-row a {
  text-decoration: none;
  color: white;
  background: url(../images/play-plus.svg) center center no-repeat;
  display: block;
  height: 100%;
}
#block-views-video-block .views-row img {
  display: block;
}
#block-views-video-block .views-row .date,
#block-views-video-block .views-row h2 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  padding: 0 15%;
  top: 8%;
}
@media screen and (max-width: 768px) {
  #block-views-video-block .views-row .date,
  #block-views-video-block .views-row h2 {
    padding: 0 10%;
    width: 80%;
  }
}
#block-views-video-block .views-row h2 {
  top: 34%;
  font-size: 1.8em;
}
@media screen and (max-width: 880px) {
  #block-views-video-block .views-row h2 {
    top: 30%;
    font-size: 1.55em;
  }
}
@media screen and (max-width: 768px) {
  #block-views-video-block .views-row h2 {
    top: 25%;
    font-size: 1.35em;
  }
}
/**
*		------------------------------------		PARTNERS
*/
.view-id-partners:before,
.view-id-partners:after {
  content: " ";
  display: table;
}
.view-id-partners:after {
  clear: both;
}
.view-id-partners .views-row {
  float: left;
  width: 31.33333333%;
  background: url(../images/orange_slashes.png);
  margin-right: 3%;
  margin-bottom: 3%;
  padding: 5% 2%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-id-partners .views-row:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .view-id-partners .views-row:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .view-id-partners .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .view-id-partners .views-row {
    width: 48.5%;
  }
}
@media screen and (max-width: 480px) {
  .view-id-partners .views-row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 35px 0;
  }
}
.view-id-partners .views-row .views-field-title {
  margin-bottom: 10px;
  height: 50px;
}
.view-id-partners .views-row .views-field-title .field-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.view-id-partners .views-row .views-field-title a {
  color: #FC5000;
  font-size: 2.5em;
  line-height: 40px;
  text-decoration: none;
}
.view-id-partners .views-row .views-field-field-sub-title {
  font-size: 1.5em;
  height: 140px;
  overflow: hidden;
}
.view-id-partners .views-row .views-field-field-sub-title .field-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.node-partner .header-top {
  color: #fc5000;
  background: url(../images/orange_slashes.png);
  text-align: center;
  padding: 40px 25px 40px 25px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.node-partner .header-top h1 {
  font-size: 80px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  margin-bottom: 20px;
}
.node-partner .header-top .field-name-field-sub-title {
  font-size: 1.5em;
  color: #969696;
  background: none;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.node-partner .field-name-field-logo {
  text-align: center;
  margin-bottom: 22px;
}
.node-partner .field-name-field-logo img {
  margin: 0 auto;
}
.node-partner .field-collection-view .field-name-field-content-title {
  width: 200px;
  float: left;
  text-transform: uppercase;
}
.node-partner .field-collection-view .field-name-field-content-text {
  margin-left: 230px;
  margin-right: 200px;
}
@media screen and (max-width: 980px) {
  .node-partner .field-collection-view .field-name-field-content-text {
    margin-left: 200px;
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .node-partner .field-collection-view .field-name-field-content-text {
    clear: both;
    margin: 0;
  }
}
.node-partner .field-collection-view .field-name-field-content-text strong {
  color: #FC5000;
}
/**
*		------------------------------------		FOOTER
*/
#footer {
  margin-top: 100px;
  text-align: center;
  font-size: 0.9em;
  padding-bottom: 20px;
}
#footer p {
  color: #ADADAD;
  margin-bottom: 0;
}
#footer a {
  color: #ADADAD;
}
/**
*		------------------------------------		ADMIN
*/
#block-system-navigation {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  height: 18px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-bottom: 0;
}
.navbar-administration #block-system-navigation {
  bottom: 0;
}
#block-system-navigation ul {
  margin-left: 15px;
  padding: 0;
  margin-top: 0;
  font-family: arial;
}
#block-system-navigation ul li {
  display: inline;
  float: left;
  border-right: 1px solid black;
  border-left: 1px solid white;
  padding-right: 20px;
  padding-left: 20px;
}
#block-system-navigation ul li.first {
  border-left: none;
}
#block-system-navigation ul li a {
  color: black;
  margin: 0;
  text-shadow: 1px 0 white;
  padding: 0;
  text-decoration: none;
}
#block-system-navigation ul li a:hover {
  border: 0;
  text-decoration: none;
}
#block-system-navigation .menu ul {
  position: absolute;
  display: none;
  background: #F0F0F0;
  padding: 5px 20px 10px;
  left: -20px;
  top: 19px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  width: 150px;
}
.node-outputs .entity-field-collection-item .content {
  cursor: pointer;
}
.node-outputs .required-fields {
  color: #FC5000;
  background: url(../images/orange_slashes.png);
  padding: 0 66px;
  display: flex;
}
.node-outputs .required-fields .field {
  margin: auto 0;
}
.node-outputs .field-collection-container .field-name-field-output-content,
.node-outputs .field-name-field-pdf-output {
  margin-left: 66px;
}
.node-outputs .field-name-field-section-title,
.node-outputs .field-name-field-sub-title {
  background: none;
  display: inline-block;
  font-size: 60px;
}
.node-outputs .field-name-field-output-img {
  float: left;
  width: 120px;
}
.node-outputs .field-name-field-pdf-output {
  float: left;
  margin-bottom: 1.5em;
}
.node-outputs .field-name-field-pdf-output a {
  text-decoration: none;
  color: #FC5000;
}
.node-outputs .field-name-field-pdf-output a:before {
  content: "\2192";
  margin-right: 1em;
}
.node-outputs .field-name-field-subpro-content {
  margin: 1.5em 0;
}
.node-outputs .file-icon {
  display: none;
}
.node-outputs .field-name-field-subpro-content {
  margin: 0;
  margin-right: 350px;
  color: #FC5000;
  margin: 1.5em 0;
}
.node-outputs .field-name-field-output-link {
  margin-top: 1.5em;
}
.node-outputs .field-name-field-output-link a {
  text-decoration: none;
}
.node-outputs .field-name-field-output-link a:before {
  content: "\2192";
  color: #FC5000;
  margin-right: 1em;
}
.node-outputs .field-name-field-output-link .field-item {
  margin-bottom: .5em !important;
}
.node-outputs .field-name-field-section-title {
  line-height: 60px;
  text-align: left;
  padding: 0 66px;
}
.node-outputs .field-name-field-section-title p {
  margin: 0;
  padding: 60px 0;
}
.node-outputs .field-collection-container {
  border: none;
}
.node-outputs .field-name-field-output-img img {
  max-width: none;
  width: 110px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .node-outputs .required-fields {
    flex-wrap: wrap;
    padding: 10px;
  }
  .node-outputs .field-collection-container .field-name-field-output-content,
  .node-outputs .field-name-field-pdf-output {
    margin-left: 0px;
  }
  .node-outputs .field-name-field-section-title {
    text-align: left;
    padding: 10px 20px 20px 20px;
  }
  .node-outputs .field-name-field-output-img {
    margin: 0;
    display: block;
  }
  .node-outputs .field-name-field-output-img .field-items {
    width: 120px;
  }
  .node-outputs .field-name-field-section-title div {
    font-size: 30px;
    line-height: 30px;
  }
  .node-outputs .field-name-field-subpro-content {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .node-outputs .field-name-field-section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .node-outputs .field-name-field-section-title {
    font-size: 45px;
    line-height: 45px;
    padding: 0 46px;
  }
  .node-outputs .field-name-field-section-title p {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .node-outputs .field-name-field-section-title {
    font-size: 35px;
    line-height: 35px;
    padding: 0 36px;
  }
}
@media screen and (max-width: 600px) {
  .node-outputs .required-fields .field {
    width: 100vw;
  }
  .node-outputs .field-name-field-section-title p {
    padding: 0 0 40px 0;
  }
  .node-outputs .field-name-field-section-title {
    padding-left: 0;
  }
}
.node-type-output-single .required-fields {
  color: #FC5000;
  background: url(../images/orange_slashes.png);
  padding: 20px 66px 20px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  background-size: 2%;
}
.node-type-output-single .required-fields .field {
  margin: auto 0;
}
.node-type-output-single .required-fields .field img {
  width: 120px;
  height: 120px;
  margin-left: 2em;
  margin-right: 4em;
}
.node-type-output-single .field-name-field-mise-en-evidence a {
  color: #57575B;
}
.node-type-output-single .field-name-field-content-output a {
  color: #FC5000;
}
.node-type-output-single .field-name-field-content-sub-img a {
  color: #FC5000;
}
.node-type-output-single .contener {
  width: 80%;
  margin: 0 auto;
}
.node-type-output-single .entete {
  color: #FC5000;
}
.node-type-output-single .entete h2.subtitle {
  font-size: 1.65em;
}
.node-type-output-single .field-name-field-output-img .field-item {
  text-align: left;
}
.node-type-output-single .demi {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 20px !important;
}
.node-type-output-single .title h2 {
  line-height: 1em;
  font-size: 2em;
  font-family: 'ReplicaPro Bold';
}
.node-type-output-single .clicker {
  margin-top: 60px;
}
.node-type-output-single .clicker a {
  color: #FC5000;
  cursor: pointer;
}
.node-type-output-single .clickedCont {
  color: #FC5000;
  cursor: pointer;
  display: none;
}
.node-type-output-single .clickedCont p {
  display: inline-block;
}
.node-type-output-single .clickedCont.load {
  display: block;
}
.node-type-output-single .clickedCont img {
  display: inline-block;
  width: 20px;
  margin-top: -0.5em;
  margin-left: -0.5em;
  margin-right: .5em;
}
.node-type-output-single .clicker:before {
  content: "\2192";
  color: #FC5000;
  margin-right: 1em;
}
.node-type-output-single .field-collection-container {
  border-bottom: none;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .node-type-output-single .required-fields {
    flex-wrap: wrap;
  }
  .node-type-output-single .titleimg {
    width: 30vw;
  }
  .node-type-output-single .node-type-output-single .required-fields .field img {
    width: auto;
    height: auto;
    margin-left: 2em;
    margin-right: 4em;
  }
  .node-type-output-single .title {
    width: 97vw;
  }
  .node-type-output-single .demi {
    width: 100%;
    display: block;
  }
  .node-type-output-single .titleimg img {
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  .node-type-output-single .contener {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .node-type-output-single .title h2 {
    margin-top: 0;
    font-size: 1.5em;
  }
}
.node-type-output-single .reference h5 {
  line-height: 1em;
  margin-top: .3em;
  margin-bottom: .3em;
  font-weight: 100;
  font-size: .95em;
}
.node-type-output-single .reference h5:before {
  content: '';
  width: 40px;
  border-top: solid 3px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
}
.node-type-output-single .reference p {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  margin-top: .5em;
}
.node-type-output-single .field-name-field-fig div {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  margin-top: .5em;
}
