main {
    display: block;
}

ul {
    list-style-type: none;
}

/******   *************/

.hidden {
display: none;
visibility: hidden;
}

.clearfix {
    clear: both;
}

.green_doctorat {
    color: #a1be2e;
}

.spamfilter {
    display: none;
}

/* eZ Publish default styles */
.object-left {
    float: left;
    margin: 0 16px 5px 0;
}

.object-right {
    float: right;
    margin: 0 0 5px 16px;
}

.object-,
.object-center {
    text-align: center;
    margin: 0 0 10px 0;
}

/*blockquote p:before,
blockquote p:after{
  content: "\201C";
  font-family: 'Open sans';
  font-size: 2em;
  line-height: 0.9;
  color: #a1be2e;
  display: inline;
}

blockquote p:after {
  content: "\201D";
}*/

a.read-more {
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
}

a.read-more {
    background-color: #a1be2e;
}

a,
a.link,
.xml a {
    color:#a1be2e;   
    text-decoration: none;
}

a.link:hover,
.xml a:hover {
    text-decoration: underline;
}

a.link.arrow {
    background: transparent url(../images/green-arrow-left.png) no-repeat 0 4px;
    padding-left: 20px;
}

a.read-more:hover {
    text-decoration: none;
}

.play-button {
     width: 92px;
    height: 91px;
    background: transparent url(../images/play_button.png) no-repeat 0 0;
    position: absolute;
    left: 30%;
    top: 20%;
 }

.button {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #a1be2e;
    text-transform: uppercase;
}

.button.blue {
    background-color: #002f5d;
}

.button.clear-blue {
    background-color: #1c548b;
}

/********** Site **************/
#site {
  background-color: #ffffff;
    font-family: "Open Sans",sans-serif;
}

/************ Header *********************/
#site > #image-header > header {
    background: rgba(217,217,217,0.75) url(../images/background_header.png) no-repeat top center;
}

#site > #image-header > header > .inner-header {
    height:140px;
}

header form input#submit-search {
    background: #f1f1f1 url(../images/icon_search.png) no-repeat center center;
}

header #site-title,
header #site-title a {
    font-family: 'Open sans';
    font-size: 45px;
    font-weight: 600;
    color: #a1be2e;
}

header #site-title span,
header #site-title a span {
    font-size: 34px;
}

header #site-title a:hover {
    color: #a1be2e;
}

header #search fieldset {
    padding-left: 0px;   
}

/*header .link, 
header .link a {
    text-transform: uppercase;
    color: #002f5d;
}*/

header .link > * {
 padding-left: 20px;
}

header .link .postuler {
   background: url(../images/postuler.png) 5px no-repeat;
   margin-right: 20px;
}

header .link .faq {
    background: url(../images/faq.png) 5px no-repeat;  
}

header .link .postuler a,
header .link .faq a {
    text-transform: uppercase;
    color: #002f5d;
}
/************ Navigation *****************/
nav {
    height: 45px;
    background-color: #a1be2e;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: static;
    top: 86px;
    left: -100%;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    color: #ffffff;
}

nav ul {
    padding-left: 0px;
    line-height: 1.33em;
    height: 100%;
}

nav > ul > li {
    text-align: center;
    padding: 13px 10px 0px 10px;
    border:none;
    display: inline-block;
    height: 100%;
}

nav ul > li.selected,
nav > ul > li.selected > a {
    color: #221d57;
    font-weight: bold;
    height: 100%;
}


nav ul > li:first-child {
    border-left: none;
    padding-left: 0px;
}

nav ul > a {
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
}

nav ul > li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

nav ul > li a:hover,
nav ul > a:hover {
    color: #221d57;
    font-weight: bold;
}

nav .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(40,51,81,0.9);
    color: white;
    display: none;
    padding-bottom: 20px;
    z-index: 980;
    text-transform: none;
}

nav .sub-menu ul {
    background-color: transparent;
}

nav .sub-menu .content-sub-menu {
    margin: 0 auto;
    width: 1024px;
    padding-top: 41px;
    position: relative;
}

nav .sub-menu ul {
    margin-left: 10px;
    float: left;
    width: 1024px;
}

nav .sub-menu ul > li {
    border: none;
    float: left;
    font-size: 15px;
    background: transparent url(../images/green-arrow-left.png) no-repeat 0 4px;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    width: 25%;
    text-align:left;
}

nav .sub-menu ul > li a {
    color: white;
}

nav .sub-menu ul > li a:hover {
    color: #a1be2e;
}

nav .sub-menu a.close-sub-menu {
    background:  transparent url(../images/hec_doctorat_cross_green.png) no-repeat 0 0;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -10000px;
    position: absolute;
    right: 0px;
    top: 10px;
}

/***** Main-Content **************/
#main-content,
#right-column {
    margin-bottom: 40px;   
}

#right-column {
    padding-top: 6px;
}

/********* Bloc *****************************/
.bloc {
    width: 100%;   
    margin-bottom: 20px;
}

.bloc > header,
#main-content > article > header,
#main-content > header .title,
#main-content #full-student header .title {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e8;
}

.bloc > header .title,
#main-content > article > header .title,
#main-content > header .title,
#main-content #full-student header .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #002f5d;
}

#main-content > article > header .title,
#main-content > header .title,
#main-content #full-student header .title{
    font-size: 24px;
    font-weight: bold;
}

.bloc > .content {
    margin-bottom: 20px;   
}

.bloc figure {
    margin-bottom: 20px;
}

.bloc .xml blockquote {
    font-style: italic;
}

.bloc .content a.link.arrow {
    margin: 10px 0px;
    display: block;
    font-weight: bold;
}


/********  Bloc Directeur ****************************/
.bloc.dirlo-msg {

}

.bloc.dirlo-msg .title a {
    color: #002f5d;
}
/******** Bloc Liens **********************************/
.bloc.links {

}

.bloc.links a {
    font-weigth: 700px;
    font-size: 15px;
}

/********  Bloc Actualites ****************************/
.bloc.actu .item {
    border-top: 1px solid #e6e6e5;   
    padding-top: 20px;
    margin-bottom: 20px;
}

.list.actu .item {
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.bloc.actu .item.first,
.list.actu .item.first {
    border-top:none;
    padding-top: 0px;
}

.bloc.actu .item header,
.list.actu .item header {
    margin-bottom: 20px;
    color: #a1be2e;
    font-weight: 700;
}

.bloc.actu .item header .date {
    margin-bottom: 20px;
    color: #002f5d;
    font-weight: normal;
}

.bloc.actu .item header h4,
.list.actu .item header h4 {
    margin-bottom: 2px;
    font-size: 1.5rem;
}

.bloc.actu .item .xml,
.list.actu .item .xml {
    font-size: 13px;   
}

#right-column .bloc.actu footer .read-more {
    width: 100%;
}

/************* Bloc Twitter ******************************/
.bloc.twitter {
    
}

.bloc.twitter .item {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e5;
}

.bloc.twitter .item.first {
    padding-top: 0px;
    border-top: none;
}

.bloc.twitter .item .title {
    margin-bottom: 0px;   
}

.bloc.twitter .item .title b {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.bloc.twitter .item .title b span {
    color: #999;
    font-weight: normal;
}

.bloc.twitter .item .title i {
    font-size: 12px;
    color: #999;
    font-style: normal;
    font-weight: normal;
}

.bloc.twitter .item .content {
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
}

.bloc.twitter .item .content a {
    color: #0084B4;
    text-decoration: none;
}

.bloc.twitter .item footer a.link {
    color: #999;
    display: block;
    font-size:  arial, verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

/************** Bloc Vidéos ********************/
.bloc.video figure {
    position: relative;
}

.bloc.video .content a.video-link {
    color: #002f5d ;
    font-weight: 700;
}

/************* Bloc agenda ***********************/
.bloc.agenda {
    
}

.bloc.agenda .item {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e5;
}

.bloc.agenda .item.first {
    padding-top: 0px;
    border-top: none;
}

.bloc.agenda .item .notice,
.list.agenda .item .notice {
    padding-right: 10px;   
}

.bloc.agenda .item .notice > *,
.list.agenda .item .notice > * {
    text-align: center;
    float: left;
    width: 100%;
}

.bloc.agenda .item > div,
.list.agenda .item .notice,
.list.agenda .item .main {
    vertical-align: top;   
}

.bloc.agenda .item .day,
.list.agenda .item .day {
    color: #002f5d;
    font-weight: 700;
    font-size: 35px;
}

.bloc.agenda .item .month.button.blue {
    background-color: #1c548b;
}

.bloc.agenda .item .main,
.list.agenda .item .main {
    padding-left: 10px;   
}

.bloc.agenda .item .head-agenda,
.list.agenda .item .head-agenda {
    margin-bottom: 10px;
    color: #002f5d;
    font-weight: normal;
    font-size: 12px;
}

.bloc.agenda .item .head-agenda h4,
.list.agenda .item .head-agenda h2 {
    font-size: 1.3rem;
    margin: 0;
}

.bloc.agenda .item .content {
    font-size: 12px;
}

#right-column .bloc.agenda footer .read-more {
    width: 100%;
}

/***** Bloc COntact Us ********/
.bloc.rich-text {
    
}

.bloc.rich-text > header {
    margin-bottom: 0px;
    border-bottom: 2px solid #afafaf;
}

.bloc.rich-text .background-container {
    padding: 10px;
    background-color: #e9eaed;
}

.bloc.rich-text footer {
    margin-top: 15px;
}

/***** Bloc Image ********/


/****** Page filtre **********************/
.filter {
    clear:both;
    overflow: visible;
}

.filter .filter-title {
    font-size: 20px;
    font-weight: 600;
    color: #002f5d;
    text-transform: uppercase;
}

.filter form {
    position: relative;
    height: 40px;
}

.filter fieldset {
    padding: 0;
    position: absolute;
}

.filter fieldset legend,
.filter fieldset select {
    font-family: Arial;
    font-size: 16px;
    color: #9f9f9f;
}

.filter fieldset legend {
    color: #a1be2e;
    font-size: 14px;
    margin: 0 10px 8px 0;
    text-transform: uppercase;
    display: block;
    background-color: #2b3654;
    background: radial-gradient(center top,#5f6b89 0%,#2b3654 50%);
    padding: 5px 28px 6px;
    border-radius: 4px;
}

/*.filter .button-list {
    position: relative;
    text-align: left;
    margin: 0 20px 0 0;
    padding: 7px 28px 7px 10px;
    box-shadow: 1px 1px 2px #bfc0c1;
    border: #8B8B8B;
    background: url(../images/grey-arrow-down.png) no-repeat 235px 15px #ffffff;
    width: 253px;
    z-index: 999;
}*/

.filter .button-list {
    background: #e0e0e0 url(/extension/smileheccorporate/design/corporate/images/arrow_navy_blue_bottom.png) no-repeat right 12px;
    padding: 5px 28px 6px 10px;
    display: inline-block;
    border-radius: 4px;
    text-align: left;
    position: relative;
    width: 180px;
    float: left;
    margin: 0 10px 0 0;
    box-shadow: 1px 1px 2px #bfc0c1;
    z-index: 10
}

.filter .button-list ul {
    height: auto;
    display: none;
    margin-top: 4px;
    position: static;
    border-radius: 4px;
    padding-left: 0px;
}

.filter .button-list li {
    color: #26314f;
    margin-right: 20px;
    font-weight: 600;
}

.filter .button-list ul li {
    margin-bottom: 4px;
}

.filter .button-list a,
.filter .button-list li a {
    width: 170px;
    color: #26314f;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.filter .button-list a:hover,
.filter .button-list li a:hover {
    color: #26314f;
}

.filter .button-list li a:hover {
    
}

/*
.filter fieldset select {
    padding: 5px;
    border:1px solid 8b8b8b;
    background-color: #ffffff;
}

.filter fieldset input[type="submit"] {
    background-color: #a1be2e;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 10px;
}
*/
.sort-alphabetically,
.pagination p {
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 15px 0;
    background-color: #2b3654;
    border-radius: 4px
}

.pagination {
    text-align: center;
}

.pagination p {
    display: inline-block;
    padding: 6px 8px 4px 8px;
    font-weight: bold;
}

.sort-alphabetically ul > li {
    display: inline;
    margin-left: 5px;
}

.sort-alphabetically ul > li:first-child,
.pagination {
    margin-left: 0px;
}

.sort-alphabetically ul > li {
    color: #999999;;
}

.sort-alphabetically ul > li > a,
.pagination a {
    color: #ffffff;
}

.sort-alphabetically ul > li > a.current,
.pagination .current {
    color: #a1be2e;
    font-weight: 600;
}

.en-tete,
.en-tete p{
    height: 70px;
    background-color: #f6f6f6;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #26314f;
}

.en-tete {
    margin-bottom: 25px;   
}

/***** List item phd-student *********************/
.list-head {
    margin-bottom: 20px;
}

.list.full {
    margin-top: 20px;
}

.list .en-tete {
    text-transform: uppercase;
}

.list .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e5;
}

.list .item.last {
    border-bottom: none;
}

.list .item header,
.list .item header h2 a {
    color: #26314f;
    margin-bottom: 5px
}

.list .item header h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
}

.list .item header h2 .firstname {
    text-transform: capitalize;
}

.list .item.phd-student .content {
    padding: 5px;
    border: 1px solid #d0d1d3;
    box-shadow: 0 2px 2px #cacaca;
    display: none;
}

.list .item.phd-student .content figure {
    vertical-align: top;
}

.list .item.phd-student .website {
    word-break: break-all;
}

.list .plm a:hover {
    color:#a1be2e;
    text-decoration: underline;
}

.list .item.phd-student a.read-more:hover {
    color: white;
    text-decoration: none;
}

/******* Full News ***********************/
.full.news {

}

.full.news .chapo {
    font-weight: 600;
    margin-bottom: 20px;
}

.full.news .content {
    margin-bottom: 30px;
}

/******* Tools Socials *******************/
div.tools {
    background-color: #e7e7e7;
    padding: 12px 20px 12px 20px;
    height: 100%;
    margin-bottom: 20px;
}

div.tools ul.social-networks {
    list-style-type: none;
    float: left;
}

div.tools ul.social-networks li {
    display: inline;
}

div.tools ul.tools {
    list-style-type: none;
    float: right;
    margin-top: 0px;
}

div.tools ul.tools li {
    float: left;
    margin-left: 6px;
}

div.tools ul.tools li a {
    background: transparent url(../images/tools.png) no-repeat 0 0;
    display: block;
    height: 20px;
    text-indent: -10000px;
}

div.tools ul.tools li a.picto-print {
    width: 21px;
}

div.tools ul.tools li a.picto-mail {
    width: 18px;
    background-position: -21px 0;
}

div.tools ul.tools li a.picto-pdf {
    width: 20px;
    background-position: -39px 0;
}

div.tools .addthis_toolbox {
    float: left;
}

div.tools a.share-facebook {
    background: transparent url(../images/icon_facebook.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    margin-right: 4px;
}

div.tools .addthis_toolbox .addthis_button_google_plusone,
div.tools .addthis_toolbox .addthis_button_tweet {
    margin-right: -25px;
}

div.tools .addthis_toolbox .addthis_button_linkedin_counter {
    margin-top: 1px;
} 

/***** Full-student ******/
#full-student {
    position: relative;
}

#full-student a:hover{
    color:#a1be2e;
    text-decoration: underline;
}

#full-student div.content {
    margin: 0 0 18px 0;
    background-color: white;
    border: 1px solid #d0d1d3;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 2px 2px #CACACA;
}

#full-student div.content h1 {
    margin: 0;
    line-height: 100%;
}

#full-student div.content p.departments {
    color: #26314f;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
    margin-bottom: 4px;
}

#full-student div.content p.quality {
    margin: 0 0 8px 0;
}

#full-student div.content .image {
    width: 151px;
    text-align: center;
    margin: 0 20px 0 0;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #d0d1d3;
}

#full-student div.content .right-content {
    float: left;
    color: #26314F;
    padding: 8px 8px 8px 0;
    width: 370px;
}

#full-student div.content .right-content ul {
    list-style-type: none;
    padding-left: 0;
}

#content #full-student a.button {
    float: right;
    padding: 7px 22px;
    margin: 0 0 24px 0;
}

#full-student ul#tab-title {
    clear: both;
    list-style-type: none;
    width: 100%;
    border-top: 1px solid #26314f;
    border-bottom: 1px solid #26314f;
    height: 35px;
    margin: 0 0 10px 0;
}
#full-student ul#tab-title li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 0 10px;
}

#full-student ul#tab-title li:first-child {
    margin: 0;
}

#full-student ul#tab-title li a {
    display: inline-block;
    height: 26px;
    padding-top: 9px;
    text-decoration: none;
    color: #999999;
    font-weight: 700;
}

#full-student ul#tab-title li a:hover,
#full-student ul#tab-title li a.current {
    color: #a1be2e;
}

#full-student #speech {
    text-align: center;
}

div.video-youtube {
    text-align: center;
    margin: 10px 0 16px 0;
}

div.video-youtube iframe {
    border: none;
    box-shadow: 2px 2px 2px #9F9F9F, -2px 2px 2px #9F9F9F;
}

#full-student #speech h2 {
    text-transform: none;
    margin: 0;
    text-align: left;
}
#full-student #speech span.date {
    color: #26314f;
    text-align: left;
    display: block;
}

#full-student #speech #carousel-image {
    float: none;
    margin: 10px auto;
}

#full-student #speech a.button {
    float: none;
}

#full-student div#tab-content  div.xml p {
    margin-bottom: 5px;
}

#full-student div#tab-content  div.xml h2 {
    margin-top: 15px;
}

#full-student div#tab-content div#tab-content-3 div.xml p i {
    padding-right: 7px;
}

#full-student h2, 
#full-student h3 {
    font-size: 20px;
}

#full-student h1 {
    font-size: 24px;
}

#full-student #tab-content {
    margin-bottom: 20px;
}

#full-student .website {
    word-break: break-all;
}

/***** list-thesis ******/


.phd-thesis-list header h2 {
    font-size: 17px;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 5px;
}

.phd-thesis-list header p {
    margin-top: 2px;
}

.phd-thesis-list header a {
    text-decoration: underline;
}

.phd-thesis-list .content {
    display: none;
}

.phd-thesis-list {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
    height: 100%;
    margin-bottom: 14px;
    color: #26314f;
}

.phd-thesis-list a.more {
    background: url("../images/picto_more.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    width: 21px;
}

.phd-thesis-list a.more {
    background: url("../images/picto_more.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    width: 21px;
}
.phd-thesis-list a.more.open {
  background: transparent url(../images/picto_less.png) no-repeat 0 0;
}

.phd-thesis-list a:hover{
    color:#a1be2e;
    text-decoration: underline;
}