/* fonts */
@font-face {
    font-family: 'edelsansregular';
    src: url('../fonts/edelsans/edelsans_regular-webfont.eot');
    src: url('../fonts/edelsans/edelsans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edelsans/edelsans_regular-webfont.woff2') format('woff2'),
         url('../fonts/edelsans/edelsans_regular-webfont.woff') format('woff'),
         url('../fonts/edelsans/edelsans_regular-webfont.ttf') format('truetype'),
         url('../fonts/edelsans/edelsans_regular-webfont.svg#edelsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand/Quicksand-Regular-webfont.eot');
    src: url('../fonts/quicksand/Quicksand-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand/Quicksand-Regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/Quicksand-Regular-webfont.woff') format('woff'),
         url('../fonts/quicksand/Quicksand-Regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand/Quicksand-Regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.eldelsans {
    font-family: 'quicksand';
}
.quicksand {
    font-family: 'quicksand';
}
/*end fonts */

body {
    /*background-image: url(../images/bg/ricepaper2.png);*/
    /*background-color: #F1EEE9;*/
    background-color: #FFF;
    font-family: arial;
    color: #333;
    font-size: 11px;
    font-family: 'quicksand';    
}

/* falsh message */
.flash-message {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
}
.flash-message .inner {
    display: block;
    position: relative;
    margin: 0 auto;
    /*height: 25px;*/
    line-height: 25px;
    width: 270px;
    color: #CCC;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;    
}
.flash-message.myError .inner {
    color: #FF9393;
    border: 1px solid #CCCCCC;
    border-top: none;
}
.flash-message.myNotice .inner {
    color: #5A7F0A;
    border: 1px solid #CCCCCC;
    border-top: none;
}
/* end flash message */

/*@media screen and (max-width:1024px) {
    body {
        background: orange;
    }
}
@media screen and (max-width:768px) {
    body {
        background: green;
    }
}
@media screen and (max-width:320px) {
    body {
        background: red;
    }
}*/
a {
/*    color: #3A80BC;
    color: #52AFA5;
    color: #003366;
    color: rgb( 0, 51, 102);*/
    
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p, ul li {
    color: #291E21; 
}
.clickable {
    cursor: pointer;
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    z-index: 10000;
/*    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;*/
    height: 40px;
    width: 40px;
    background: url("../images/icons/top-grey.png") no-repeat #FFF;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4); 
    cursor: pointer;
    
}
/* sprit */
.icon-sprit {
    /*background: url("../images/icons/icons-sprit.png") no-repeat;*/
    display: block;
    float: right;
    height: 12px;
    margin-top: 3px;
    /*text-indent: -9999px;*/
    /*width: 18px;*/
}
/* old loader */
/*#animated-loader {
    position: relative;
    margin: 100px auto;
    display: block;
    height: 133px;
    width: 200px;
    z-index: 5000;
    background-image: url('../images/animated-loader/sprite.png');
    background-repeat: no-repeat;     
}
.animated-loader img {
    position: absolute;
    top: 0;
    left: 0;
}*/

.shortlink{
    background-position: 0px 0px;
}
/* end sprit */

body > header {
    background: url("../images/bg/bg-header-1024.png") no-repeat;
    line-height: 125px;
    height: 125px;
    margin: 0 0 15px 0;
    position: relative;
    cursor: pointer;
}
header .inner-container,
section .inner-container {
    margin: 0 auto;
    position: relative;
}
header .inner-container h1{
    display: inline-block;
    font-size: 0;
    height: 100%;
    width: 450px;
    left: -50px;
}
header .inner-container h1 a{
    color: #291E21;
}
header .inner-container h1 a:hover{
    text-decoration: none;
}
header .inner-container nav.main-nav {
    /*margin: 0 0 0 400px;*/
    position: absolute;
    right: 95px;
    right: 22px;
    top: 0;    
}

header .inner-container nav.main-nav ul li {
    float: left;
    list-style-type: none;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 5px 0 5px;
    position: relative;
    cursor: pointer;
}
header .inner-container nav.main-nav ul li ul{
    position: absolute;
    left: 0;
    top: 75px;
    width: 200px;
    display: none;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    

}  
header .inner-container nav.main-nav ul li ul li{
    line-height: 20px;
    font-size: 15px;
    float: none;
    margin-left: 0; 
    margin-bottom: 3px;
}
.categories .on{
    /*color: #52AFA5;*/
    /*color: rgb( 0, 51, 102);*/    
}
header .inner-container nav.main-nav ul li a{
    color: #291E21;
    font-family: 'quicksandregular';
    font-size: 18px;    
    z-index: 100000;
}
header .inner-container nav.main-nav ul li a:hover{
    text-decoration: underline;
    /*color: #52AFA5;*/
    /*color: rgb( 0, 51, 102);*/
    
}
.vg-box {
    padding: 4px;
    background: #FFF;
/*    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);  */
}
.vg-box:hover {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);    
}

/* home */
.container {
    position: relative;
}
/* block */
.count-panels {
    display: none;
}
.container > article {
    /*display: none;*/
    position: absolute;
    left: -5000px;
    width: 290px;
}
.container > article[data-ss-colspan='2'] { 
    width: 640px; 
}
.container .ss-placeholder-child {
    background: transparent;
    border: 1px dashed red;
}
.container > article.video {
    min-height: 252px;
}
.container > article.video .block-content{
    max-height: 50px;
    overflow: hidden;
}
.container > article.image .block-content{
    max-height: 77px;
    overflow: hidden;
}
.container .block-content h2{
    font-family: 'quicksandregular';
    text-align: center;
    font-size: 18px;
}
.container > article.agenda .block-content h2,
.container > article.presse .block-content h2{
    margin-bottom: 5px;
}
.container > article.video figure:after{
    content: ' ';
    background: url('../images/icons/play.png') no-repeat;
    /*z-index: 500;*/
    width: 290px;
    height: 400px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.container > article p {
    height: 56px;
    overflow:hidden;
  
}
.container > article.image img{
/*    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    width: 100%;
    cursor: pointer;
}
.container > article div.block-content{
    padding: 10px 10px 0 10px;
}
.container > article div.block-text-content{
    padding: 10px;
}
.container > article div.block-footer{
    border-top: #ddd 1px solid;
    margin-top: 8px;
    overflow: hidden;
    padding: 8px 5px 4px;
    display: none;
}
.container > article div.block-footer a{
    font-weight: bold;
}
.container > article h2{
    font-size: 13px;
    padding: 0 0 5px 0;
    color: #291E21;
}

/* agenda */
article.agenda {
    height: 510px;
    height: 403px;
    overflow-y: scroll;
    font-size: 1.2em;
}
.agenda ul li {
    margin: 7px 0 0 10px;
}
.agenda ul li:hover {
}
.agenda ul li {
    margin: 0 0 10px 0;
}
.agenda ul li a{
    margin: 0 0 10px 0;
    color: #291E21;
    cursor: pointer;
}
.agenda ul li b {
    /*color: #52AFA5;*/
    font-weight: bold;
    font-size: 13px;
    /*line-height: 15px;*/
}
.agenda ul li a b {
    /*color: #52AFA5;*/
    font-weight: bold;
    font-size: 13px;
    /*line-height: 15px;*/
}
/* end agenda */

/* presse */
article.presse {
    height: 510px;
    height: 403px;
    overflow-y: scroll;
    font-size: 1.2em;
}
.presse ul li {
    margin: 7px 0 0 10px;
    cursor: pointer;
}
.presse ul li:hover {
}
.presse ul li {
    margin: 0 0 10px 0;
}
.presse ul li div{
    display: block;
    padding: 0 0 10px 0;
}
.presse ul li a{
    margin: 0 0 10px 0;
    color: #291E21;
}
.presse ul li b {
    /*color: #52AFA5;*/
    font-weight: bold;
    font-size: 13px;
    /*line-height: 15px;*/
}
.presse ul li a b {
    /*color: #52AFA5;*/
    font-weight: bold;
    font-size: 13px;
    /*line-height: 15px;*/
}
/* end presse */

/* end block */

/* 1024 px min */
/*@media screen and (max-width:1024px) {*/
header .inner-container {
    width: 1024px;
}
section .inner-container{
    width: 1024px;
    padding: 0 5px;
}
/*header .inner-container h1{
    font-size: 5em;
    margin: 0 0 0 4px;
    width: 500px;
    
}   */
header .inner-container nav.main-nav select {
    display: none;
}     
section.aside figure {
    width: 620px; 
}    
  
/**/
/* 768 px max */
@media screen and (max-width:768px) {
    body > header {
        background: url("../images/bg/bg-header-620.png") no-repeat;

    }    
    header .inner-container {
        width: 620px;       
        margin: 0 auto;
        position: relative;
    }
    header .inner-container h1{
        /*font-size: 3.5em;*/
        width: 360px;
    }
    header .inner-container nav.main-nav {
/*        display: block;
        float: right;
        position: relative;
        margin: 0 auto 0 320px;*/
    }
    header .inner-container nav.main-nav {
        position: absolute;
        right: -100px;
        top: 60px;
        width: 350px;
    }    
    header .inner-container nav.main-nav select {
        display: none;
    }      
}
/* 320px max */
@media screen and (max-width:480px) {
    body > header {
        background: url("../images/bg/bg-header-320.png") no-repeat;

    }
    .count-panels {
        display: block;
    }    
    header .inner-container {
        width: 290px;
        font-size: 0.9em;
    }    
    header .inner-container h1{
        /*font-size: 3em;*/
        line-height: 2em;
        margin: 0 4px;
        width: 290px;
    }
    header .inner-container nav.main-nav {
        position: absolute;
        right: auto;
        top: 25px;
        padding: 5px 0;
        width: 290px;
    }
    .menu-icon {
        /*background: url(../images/icons/small-nav-icon2.jpg) repeat;*/
        width: 21px;
        height: 21px;
    }
    header .inner-container nav.main-nav ul{
        display: block;
    }     
    header .inner-container nav.main-nav select {
        display: none;
        margin: 0 auto;
    }    
}
/* end home */

/* loader */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
}
.throbbers_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
.throbbers_page .thobbers_container {
  display: block;
  position: relative;
  width: 550px;
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f0f4f5;
}
.throbbers_page .thobbers_container ul.throbber_containers {
  display: block;
  position: relative;
  width: 50px;
}
.throbbers_page .thobbers_container ul.throbber_containers > li {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 20px 0 20px 0;
}
.throbbers_page .thobbers_container ul.throbber_containers > li.throbbers_dark_bg {
  background: #363b4a;
}
.throbbers_page .thobbers_container ul.throbber_containers > li.throbbers_green_bg {
  background: #50b87f;
}
.throbbers_page .thobbers_container ul.throbber_containers > li > ul.throbbers_list {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
.throbbers_page .thobbers_container ul.throbber_containers > li > ul.throbbers_list > li {
  width: 45px;
  height: 70px;
  display: block;
  position: relative;
}
.throbbers_page .throbber {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.throbbers_page .throbber:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 1px solid #545a6a;
  border-bottom: 1px solid #d4d4db;
  border-left: 1px solid #545a6a;
  border-right: 1px solid #d4d4db;
  content: '';
  opacity: .5;
}
.throbbers_page .throbber.throbber_large:after {
  width: 40px;
  height: 40px;
}
.throbbers_page .throbber.throbber_medium:after {
  width: 30px;
  height: 30px;
}
.throbbers_page .throbber.throbber_small:after {
  width: 10px;
  height: 10px;
}
.throbbers_page .throbber.throbber_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}


