@import url('iconstyle.css');

@charset "UTF-8";

body {
    background-color: #e8e8e8;
    font-family: Arial, Helvetica, sans-serif;
    color: #4b4b4b;
}

a {
    color: #3f9dae;
}

a:hover {
    text-decoration: underline;
    color: #327e8b;
}

h1, h2, h3, h4, h5, span.header-h1 {
    margin: 0;
}

.article-item h1, h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
}

.article-item h4 {
    font-size: 14px;
}

.article-item h3 {
    font-size: 20px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

img, iframe, object, embed {
    max-width: 100%;
}

.breadcrumb {
    color: #4b4b4b;
    padding: 0 15px;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}

.breadcrumb a {
    color: #4b4b4b;
}

a.cegos-home {
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    color: #4b4b4b;
}

.breadcrumb li .cegos-home:before {
    padding: 0 5px;
}

.breadcrumb > .active {
    color: #3F9DAE;
}

.modal-dialog {
    width: 365px;
}

.modal-dialog-video {
    width: 665px;
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70)
}

/*custom font*/
.article-date,
.mobilenav .btn-abonez p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

header h1, header span.header-h1,
.article-date strong,
.widget .w-facebook-2 h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

/*medium*/
.ns-l,
.w-calendar table td,
section h1,
.article-item h1,
.article-item h2,
.article-header h3,
.widget h3,
.chargement h3,
.related-post-header h3,
.comments-header h3,
.absbox h3,
.promobox h3 {
    font-family: 'neo_sans_stdlight', Arial, Helvetica, sans-serif;
}

/*regular*/
.ns-r,
.article-header p {
    font-family: 'neo_sans_stdregular', Arial, Helvetica, sans-serif;
}

/*medium*/
.ns-m,
.promobox,
.w-training h4,
.related-post h4,
.absbox h4,
.w-video,
.w-calendar table th,
.btn,
.btn-teal,
.main-nav > li > a,
.action-list a,
.more-comments a,
.bodytext h1 {
    font-family: 'neo_sans_stdmedium', Arial, Helvetica, sans-serif;
}

/*custom */
.wrapper {
    position: relative;
}

.bg-white {
    background-color: #fff;
    border-bottom: 2px solid #c5c5c5;
}

.dossier-article-bg-white {
    background-color: #fff;
    border-bottom: 2px solid #c5c5c5;
    height: 620px;
}

.nmb {
    margin-bottom: 0;
}

.no-pt {
    padding-top: 0 !important
}

.mr-30 {
    margin-right: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.img-left {
    float: left;
    margin: 0 22px 5px 0 !important;
}

.img-right {
    float: right;
    margin: 0 5px 0 22px !important;
}

.imglnk,
.imgblock {
    position: relative;
    overflow: hidden;
}

.imglnk i,
.imgblock i {
    color: #d7d7d7;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -36px
}

.imgblock .double-size {
    font-size: 140px;
    margin: -70px 0 0 -70px
}

.text-center .imgblock {
    display: inline-block;
}

.imgblock .cl-white {
    color: #fff;
}

.row-nomargin {
    margin-left: 0;
    margin-right: 0
}

.row-nomargin > div {
    padding-left: 0;
    padding-right: 0;
}

.innerrow {
    margin-bottom: 22px;
    overflow: hidden;
}

.in {
    padding: 22px;
}

.border-header22 {
    border-bottom: 1px solid #e8e8e8;
}

.border-header20 {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 22px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-25 h1 {
    margin-bottom: 20px;
}

.baseline {
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 24px;
}

a h4.panel-title {
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.btn-primary {
    color: #4b4b4b;
    background-color: #c4c4c4;
    border: none
}

a.btn-primary {
    color: #4b4b4b;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3f9dae;
    border: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #c4c4c4;
    border: none
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #c4c4c4;
    border: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #3f9dae;
    border: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #3f9dae;
    border: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

/*Accordion*/
.accordion-toggle:hover {
    text-decoration: none;
}

.panel-default > .panel-heading a:before {
    position: relative;
    top: 8px;
    margin-right: 8px;
    font-family: 'cegos';
    content: "\e6a3";
    line-height: 1px;
    font-size: 20px;
    font-weight: normal;
    vertical-align: text-top;
    float: left;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-group .panel + .panel {
    margin-top: 15px
}

.panel-default > .panel-heading {
    background-color: #e8e8e8;
    border: none;
    padding: 12px 15px
}

.panel-default > .panel-heading a {
    text-decoration: none;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border: none
}

.panel-default {
    border: none
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none
}

.panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.cegosaccordion {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'cegos';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right
}

.cegosaccordion-plus:before {
    content: "\e688"
}

.cegosaccordion-minus:before {
    content: "\e682"
}

a.voirplus, a.voirplus:visited, a.voirplus.active {
    color: #FFF
}

/*Accordion js styles*/
.panel-default > .panel-heading.panel-color {
    background-color: #3f9dae
}

.panel-default > .panel-heading.panel-basic {
    background-color: #e8e8e8
}

.panel-default > .panel-heading a.colored {
    color: #FFF;
}

.panel-default > .panel-heading a.decolored {
    color: #333;
}

.panel-default > .panel-heading:hover a.decolored:before {
    color: #FFF;
}

.panel-default > .panel-heading a.decolored:before {
    color: #3f9dae;
}

.panel-default > .panel-heading:hover {
    background-color: #3f9dae
}

.panel-default > .panel-heading:hover a {
    color: #FFF;
}

.panel-collapse.in, .panel-collapse {
    padding: 5px 0;
}

/*Tooltip styles*/
.panel-heading .tooltip {
    display: inline-block;
    float: right;
    text-align: top;
    margin-left: 20px;
    filter: alpha(opacity=100);
    opacity: 100;
    margin-top: -2px;
    color: #3f9dae;
}

.panel-heading .tooltip.right .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #3f9dae;
    text-align: center;
    background-color: #fff;
    border-radius: 4px
}

.panel-heading .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff
}

.panel-heading .tooltip.right {
    color: #3f9dae;
}

/*Tables styles*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid #3f9dae
}

.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 2px solid #3f9dae
}

.table > tbody > tr > td a:hover {
    text-decoration: underline
}

a:hover {
    text-decoration: underline;
    color: #3f9dae;
}

.table > tbody > tr > td a:visited {
    text-decoration: none;
}

.list-category-tags a, .list-category-tags a:hover, .list-category-tags a:visited {
    color: #fff;
    text-decoration: none;
}

[data-title="Intitulé"] a:visited, [data-title="Intitulé"] a {
    color: #3f9dae;
    text-decoration: none;
}

[data-title="Intitulé"] a:hover {
    color: #327e8b;
}

#sortable > thead > tr > th {
    background-color: #3f9dae;
    color: #fff;
    border-bottom: none
}

li.formation a {
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
}

.nomarge {
    padding: 10px 0;
    font-size: 13px;
}

.bleute {
    font-weight: bold;
    color: #3f9dae
}

.bleute h3 {
    padding: 0;
}

.bleute {
    font-weight: bold;
    color: #3f9dae
}

.force {
    font-size: 18px;
}

.aste {
    font-size: 11px;
    display: block;
    color: #3f9dae;
    font-weight: normal
}

.orange, .orange a {
    color: #ff9600
}

.table > tbody > tr > td a.cegos-mail:hover {
    text-decoration: none;
}

/*navfluid*/
.navfluid a {
    color: #4b4b4b
}

.navfluid a:hover {
    text-decoration: none;
    color: #3f9dae;
}

.affix-top, .affix {
    padding: 3px;
    position: static;
    background-color: #fff;
    width: 100px;
    font-size: 11px;
    margin: 0;
    text-align: center;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li a {
    margin: 0;
    padding: 3px 0 7px 0;
}

#sidebar li.active a, #sidebar li.active a:before {
    color: #3f9dae;
}

#sidebar li a:hover {
    color: #3f9dae;
    background: none;
}

#sidebar li a:before {
    color: #c4c4c4;
    display: block;
    font-size: 40px;
    padding: 0 0 5px 0;
    margin: 0;
}

#sidebar li a:hover:before {
    color: #3f9dae;
}

/*objectifs bloc styles*/
.objectifs {
    padding-left: 20px;
    border-left: 10px solid #3f9dae;
    margin-bottom: 10px;
}

.objectifs ul {
    margin: 0;
    padding-left: 10px;
}

.certif-logo {
    float: right;
    padding: 0 0 10px 10px;
}

.category {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 5px 5px 5px 0;
    padding: 2px 5px;
    background: #000;
}

#footwidget .table .cell .category.best {
    background: #ec5c15;
}

#footwidget .table .cell .category.mixte {
    background: #6453b1;
}

#footwidget .table .cell .category.nouveau {
    background: #e05191;
}

#footwidget .table .cell .category.journee {
    background: #fea607;
}

a[data-toggle="buttons"].active {
    background: #3f9dae;
}

/*blog styles*/
.bloglink {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13px;
    display: block;
}

.bloglink:before {
    content: "•"; /* Insert content that looks like bullets */
    font-size: 25px;
    line-height: 13px;
    vertical-align: middle;
    color: #3f9dae;
}

.article-content {
    padding: 20px;
    overflow: hidden;
}

.reass-content {
    padding: 10px;
    overflow: hidden;
}

.reass-content h3 {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 8px 12px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9999;
    margin-right: 30px
}

.reass-content img {
    width: 100%;
}

/*.commenter{ float:right; margin-top:-12px;}*/

.commenter a {
    float: left;
    margin-left: 15px;
}

.commenter .nr-comments {
    margin-top: 8px;
}

/*bloclogos*/
h3.black, h3.black a {
    color: #4b4b4b
}

.bloclogos, .blocformation {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
}

.bloclogos ul, blocformation ul {
    list-style: none;
    padding: 0;
}

.bloclogos ul li {
    border: none;
    display: inline-block;
    height: 100px;
    margin: 10px;
    padding: 0;
}

.blocformation ul li {
    border: none;
    display: inline-block;
    margin: 10px;
    padding: 0;
    font-size: 120px;
    line-height: 1px;
}

aside .bloclogos ul li {
    height: 50px;
    text-align: center;
}

.bloclogos ul li img {
    height: 100%;
    text-align: center;
}

.blocformation ul li .cegos-display1 {
    margin-left: -50px
}

a.cegos-mail:before {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: text-bottom;
}

/*custopm icos*/
.icos {
    background: url(images/sprite00B2C0.png) no-repeat;
    display: inline-block;
}

.icos-rss {
    background-position: 0 0;
    width: 27px;
    height: 24px;
}

.icos-rss:hover {
    background-position: 0 -32px;
}

.icos-alert {
    background-position: -81px 0;
    width: 25px;
    height: 24px;
}

.icos-alert:hover {
    background-position: -81px -32px;
}

.icos-newsletter {
    background-position: -161px 0;
    width: 26px;
    height: 24px;
}

.icos-newsletter:hover {
    background-position: -161px -32px;
}

.icos-small-gplus {
    background-position: -160px -64px;
    width: 14px;
    height: 20px;
}

.icos-small-gplus:hover {
    background-position: -160px -112px;
}

.icos-small-facebook {
    background-position: 4px -64px;
    width: 15px;
    height: 20px;
}

.icos-small-facebook:hover {
    background-position: 4px -112px;
}

.icos-small-instagram {
    background-position: -200px -64px;
    width: 30px;
    height: 20px;
}

.icos-small-instagram:hover {
    background-position: -200px -112px;
}

.icos-small-twitter {
    background-position: -23px -64px;
    width: 18px;
    height: 20px;
}

.icos-small-twitter:hover {
    background-position: -23px -112px;
}

.icos-small-viadeo {
    background-position: -52px -64px;
    width: 15px;
    height: 20px;
}

.icos-small-viadeo:hover {
    background-position: -52px -112px;
}

.icos-small-linkedin {
    background-position: -83px -64px;
    width: 18px;
    height: 20px;
}

.icos-small-linkedin:hover {
    background-position: -83px -112px;
}

.icos-small-youtube {
    background-position: -111px -64px;
    width: 39px;
    height: 20px;
}

.icos-small-youtube:hover {
    background-position: -111px -112px;
}

.icos-facebook {
    background-position: 4px -88px;
    width: 14px;
    height: 20px;
}

.icos-facebook {
    background-position: 4px -88px;
}

.icos-twitter {
    background-position: -24px -88px;
    width: 17px;
    height: 20px;
}

.icos-twitter {
    background-position: -24px -88px;
}

.icos-viadeo {
    background-position: -53px -88px;
    width: 15px;
    height: 20px;
}

.icos-viadeo {
    background-position: -53px -88px;
}

.icos-linkedin {
    background-position: -83px -88px;
    width: 16px;
    height: 20px;
}

.icos-linkedin {
    background-position: -83px -88px;
}

.icos-google-plus {
    background-position: -160px -88px;
    width: 14px;
    height: 18px;
}

.icos-google-plus {
    background-position: -160px -88px;
}

.icos-email {
    background-position: -185px -88px;
    width: 15px;
    height: 18px;
}

.icos-email {
    background-position: -185px -88px;
}

/*header*/

header {
    background: #3f9dae url(images/bg-colourline.png) repeat-x 0 0;
    border-bottom: 2px solid #38828e;
}

header a {
    color: #fff;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .container {
    position: relative;
}

header h1, header span.header-h1 {
    float: left;
    margin: 18px 0 0 80px;
    color: #fff;
    font-size: 22px;
    overflow: hidden;
    padding: 68px 0 0 78px;
    position: relative;
}

header span.header-h1 {
    line-height: 1.1;
}

header h1 img, header span.header-h1 img {
    position: absolute;
    top: 0;
    left: 0;
}

header h1 span, header span.header-h1 span {
    position: relative;
    z-index: 1;
}

.navbar {
    margin-bottom: 0;
    border-bottom: none;
}

.navbar-brand {
    padding: 0;
    margin-top: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.topnav {
    position: absolute;
    top: 10px;
    left: 286px;
}

.topnav li {
    padding: 0 13px;
    float: left;
}

.topnav a {
    color: #9fced7;
    font-size: 12px;
}

.topnav a.active,
.topnav a:hover {
    color: #fff;
    text-decoration: none
}

.form-and-list {
    margin-top: 25px;
}

.form-and-list .tooltip-inner {
    background-color: #fff;
    font-size: 12px;
    color: #00bac8;
    max-width: 140px;
    line-height: 16px;
    border-radius: 0;
}

.form-and-list .tooltip .tooltip-arrow {
    border-bottom-color: #fff;
}

.form-and-list .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.action-list {
    float: right;
}

.action-list li {
    float: left;
    text-align: center;
    padding-left: 25px;
}

.action-list a:hover {
    text-decoration: none;
}

.action-list span {
    display: block;
    font-size: 12px;
    color: #9fced7;
    padding-top: 3px;
}

.action-list a:hover span {
    color: #fff;
    padding-left: 1px;
}

.form-search {
    clear: right;
    float: right;
    background: rgb(50, 126, 139);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #52a7b6;
    height: 32px;
    width: 240px;
    margin-top: 18px;
}

.form-search p {
    float: left;
    margin: 0;
}

.form-search button,
.form-search input {
    border: none;
    background: none;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
    color: #9fced7;
    font-size: 15px;
}

.form-search input {
    font-size: 12px;
    font-style: italic;
    width: 208px;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif
}

.form-search button:hover,
.form-search:hover input,
.form-search input:focus {
    color: #327e8b;
}

.navbar-collapse {
    clear: left;
    float: left;
    margin-top: 33px;
    padding: 0;
}

.main-nav > li {
    float: left;
    height: 40px;
    position: relative;
    z-index: 1;
}

.main-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 18px;
    float: left;
    line-height: 20px;
    height: 40px;
}

.main-nav > li.external > a {
    background: #ef5e00;
    color: #fff !important;
    padding-right: 40px !important;
    position: relative;
    display: block;
}

.main-nav > li.external > a:hover {
    background: #ef5e00 !important;
}

.main-nav > li.external > a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -3px;
    width: 20px;
    background: rgba(0,0,0,0.2);
    bottom: 0;
    display: block;
    transform: skewX(9deg);
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    z-index: -1;
}

.main-nav > li.external > a:after {
    content: "\e258";
    top: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    line-height: 40px;
    right: 18px;
    font-family: 'Glyphicons Halflings';
}


.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > .open > a,
.main-nav > .open > a:hover,
.main-nav > .open > a:focus,
.main-nav > li:hover > a,
.main-nav > li:hover > a:hover,
.main-nav > li:hover > a:focus {
    background-color: #327e8b;
    color: #fff;
}

.main-nav > li > a.active,
.main-nav > li > a.active:hover {
    color: #9fced7;
    background-color: transparent;
}

.main-nav > li > a.highlite {
    color: #3f9dae;
    background-color: #fff;
}

.main-nav > li > a.highlite:hover {
    color: #9fced7;
    background-color: #fff;
}

.main-nav > li:hover,
.main-nav > li:focus {
    z-index: 99;
}

.main-nav > li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #327e8b;
    border: none !important;
    border-radius: 0;
    padding: 5px;
}

.dropdown-menu > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 3px 30px 3px 12px;
}

.dropdown-menu > li i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    font-size: 17px;
    padding-left: 12px;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #9fced7;
}

.mobilenav {
    padding-bottom: 15px;
}

.mobilenav select {
    font-size: 14px;
    font-weight: normal;
    width: 90%;
}

.mobilenav .btn-abonez {
    width: 90%;
    margin: 0 auto 15px;
    background-color: #fff;
    border-width: 0 2px 2px 0;
    border-color: #cacaca;
    border-style: solid;
    overflow: hidden;
    padding: 10px 12px;
}

.mobilenav .btn-abonez p {
    float: left;
    font-size: 17px;
    color: #3f9dae;
    margin: 0;
}

.mobilenav .btn-abonez .btn {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main {
    padding-top: 30px;
}

#main-home {
    padding-top: 60px;
}

/*blogitem*/

.article-item {
    position: relative;
    margin-bottom: 25px;
}

.article-item h1, .article-item h2 {
    margin-bottom: 20px;
}

.article-item .imglnk {
    float: left;
    margin-right: 15px;
}

.article-item .imgbox {
    margin-bottom: 20px;
    display: block;
}

.article-item .par {
    font-size: 12px;
}

.article-header {
    padding: 22px;
}

.article-header h1, .article-header h2 {
    color: #3f9dae;
}

.article-header h3 {
    font-size: 26px;
    margin-bottom: 20px
}

.article-header h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.article-header p {
    font-size: 12px;
    margin-bottom: 9px;
}

.article-header .p-function {
    font-size: 14px;
    margin-bottom: 5px;
}

.article-header .mt33 {
    margin-top: 33px;
}

.article-header .commenter {
    margin-right: -22px;
    margin-top: -30px;
}

.article-item-home .article-content {
    padding: 20px;
    overflow: hidden;
}

.my-single-dossier .article-content {
    padding: 20px;
    overflow: hidden;
}

.article-content h3 {
    margin-bottom: 15px;
}

.article-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.article-content p:last-child {
    margin-bottom: 0;
}
.article-content form {
    position: relative;
}
.article-content form .ajax-loader-share {
    background: rgba(255, 255, 255, 0.5) url(../images/ajax-loader.gif) no-repeat 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.article-footer {
    margin-top: -2px;
}

.article-date {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background-color: #3f9dae;
    line-height: 15px;
    margin: 0 1px 1px 0;
}

.article-date strong {
    display: block;
    font-size: 18px;
    padding-top: 6px;
}

.article-left {
    position: absolute;
    left: -40px;
    top: 0;
}

.commenter a {
    float: left;
    margin-left: 15px;
}

.commenter .nr-comments {
    margin-top: 8px;
}

/*home*/
.article-item-home {
    margin-left: 40px;
}

.article-item-home .article-header {
    border-bottom: 1px solid #e8e8e8;
}

/*simple*/
.article-item-simple .article-header {
    padding-bottom: 0;
}

.list-abs {
    position: relative;
    right: -22px;
    bottom: -22px;
}

.list-abs-border {
    position: relative;
    right: -22px;
}

.has-border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

.has-border-bottom .par {
    margin: 10px 0 0 22px;
}

.nr-comments {
    font-size: 14px;
}

.nr-comments i {
    font-size: 17px;
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.nr-comments span {
    display: inline !important;
}

.img-fullwidth {
    width: 100%
}

.article-item-invisible {
    opacity: .4;
    filter: alpha(opacity=40);
}

/*chargement*/
.chargement {
    text-align: center;
    padding: 35px 0;
}

.chargement h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/*promobox*/
.promobox {
    background-color: #f9bc51;
    color: #fff;
    padding: 22px 0 0 33px;
}

.promobox p {
    font-size: 16px;
    margin-bottom: 2px;
}

.promobox h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 17px;
    margin-right: 33px;
}

.promobox h3 a {
    color: #fff;
}

.promobox .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.promobox .btn span {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

/*related-post*/
.related-post {
}

.related-post h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.related-post .row-nomargin > div {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 24px;
}

.related-post .row-nomargin > div:first-child {
    border-left: none;
}

.related-post .lnk-arrow:hover {
    text-decoration: none;
}

.related-post-header h3 {
    font-size: 24px;
    color: #3f9dae;
}

.hashover:hover {
    background-color: #3f9dae;
    color: #fff;
    cursor: pointer
}

.hashover:hover h4 a:hover {
    text-decoration: none;
}

.hashover:hover h4 a,
.hashover:hover .lnk-arrow,
.hashover:hover .lnk-arrow i {
    color: #fff;
}

/*comments*/
.comments-header h3 {
    font-size: 24px;
    color: #3f9dae;
}

/*comment-block*/
.comment-block {
    overflow: hidden;
    padding: 20px 22px;
    border-bottom: 1px solid #e8e8e8;
}

.comment-block h4 {
    margin-top: 10px;
}

.comment-block .imgbox {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-block p {
    font-size: 13px;
}

.comment-block .txtbox {
    overflow: hidden;
}

.comment-block .txtbox a {
    font-size: 12px;
}

.comment-block .txtbox .author {
    font-size: 12px;
    margin: 5px 0 0
}

.comment-block .txtbox .author span {
    font-size: 18px;
}

.comment-block .btn-teal {
    width: 100px;
}

.more-comments {
    padding: 20px 0 12px
}

.more-comments a {
    font-size: 16px;
}

.more-comments a i {
    font-size: 18px;
    top: 4px;
    position: relative;
    margin-right: 5px;
}

.more-comments p {
    font-size: 12px;
}

/*form choose*/
.form-choose h4 {
    margin-bottom: 10px;
    color: #5b5b5b;
}

.form-choose ul {
    margin-bottom: 30px;
}

.form-choose ul li {
    padding: 5px 2px 5px 22px;
    font-size: 14px;
    position: relative;
}

.form-choose label {
    font-weight: normal;
    overflow: hidden;
    display: inline;
}

.form-choose input[type="checkbox"] {
    float: left;
    margin: 4px 0 0 -22px;
}

.form-choose .btn {
    margin-right: 10px;
}

.form-subscribe {
    overflow: hidden;
    padding: 25px 22px
}

.form-subscribe button {
    border: none;
    height: 30px;
    padding: 0;
    width: 20%;
    float: left;
}

.form-subscribe input {
    font-size: 12px;
    font-style: italic;
    width: 75%;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #dddada;
    border-right-width: 0;
    background-color: #f3f3f3;
    color: #929292;
    height: 30px;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}

.form-comment textarea {
    width: 100%;
    border: 1px solid #dddada;
    background-color: #f3f3f3;
    font-size: 12px;
    color: #929292;
    padding: 5px 10px;
    height: 100px;
}

/**footer*/

footer p {
    font-size: 12px;
}

.footer-list-innerpage {
    margin-bottom: 15px;
}

.footer-list-innerpage li {
    float: none;
    display: inline-block;
    color: #3f9dae;
    padding: 0 0 0 2px;
}

.footer-list-innerpage .list-socialize-footer {
    position: relative;
    top: 17px;
    float: left;
}

.footer-list-innerpage .list-socialize-footer li {
    padding: 0 10px;
}

.footer-list-innerpage li a {
    color: #00bac8
}

/*absbox*/
.absbox {
    position: absolute;
    bottom: 15px;
    right: 0;
    background-color: #fff;
    width: 310px;
}

.absbox h3 {
    color: #3f9dae;
}

.absbox h4 {
    font-size: 14px;
}

.absbox h4 a {
    display: block;
    position: relative;
    padding-right: 35px;
}

.absbox h4 a i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.absbox .in {
    padding: 12px 22px;
}

/*aside*/
.widget {
    margin-bottom: 10px;
}

.widget.bg-white {
    border-bottom: 2px solid #c5c5c5;
}

/*	.widget .w-content{padding:16px 20px; overflow:hidden;}*/

.widget .w-content .txtbox {
    overflow: hidden;
}

.widget .form-choose {
    padding: 22px;
}

.widget .form-choose ul {
    margin-bottom: 10px;
}

.w-header {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
    overflow: hidden;
}

.w-header h3 {
    color: #3f9dae
}

.w-header p {
    margin: 0;
}

.w-training {
    padding: 17px 20px;
    background: url(images/bg-peoples-thinking.png) no-repeat 95% 0;
    border: 6px solid #f9bc51;
}

.w-training h4 {
    color: #f4a51b;
    margin-bottom: 20px;
    line-height: 22px;
}

.w-training h4 span {
    color: #fff;
    background-color: #3f9dae;
    padding: 0 5px;
}

.w-training h4 a {
    color: #f4a51b;
}

.w-training h4 a span {
    color: #fff;
}

.w-training h4 a:hover {
    color: #327e8b;
    text-decoration: none;
}

.w-training h4 a:hover span {
    color: #fff;
    background-color: #327e8b;
}

.w-facebook {
    background-color: #3b5998;
    padding: 19px;
}

.w-facebook p {
    margin: 0;
    color: #b6cdfd;
}

.w-facebook-2 {
    background-color: #3b5998;
}

.w-facebook-2 .w-header {
    border-bottom-color: #5776b6;
}

.w-facebook-2 h3 {
    background: url(images/bgr-arrow.png) no-repeat 100% 5px;
    padding-right: 50px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.w-facebook-2 p {
    color: #b6cdfd
}

.w-twitter {
    background-color: #00aced;
}

.w-twitter .w-header {
    border-bottom-color: #66c6ea;
    padding-top: 18px;
    padding-bottom: 18px;
}

.w-twitter .w-header h4 {
    color: #fff;
    font-weight: normal;
}

.w-twitter .w-content {
    padding: 16px 19px;
}

.w-twitter .w-content p {
    font-size: 13px;
    line-height: 15px;
    color: #abe2f7;
}

.w-twitter .w-content a {
    font-size: 13px;
    color: #fff;
}

.w-video {
    position: relative;
    color: #fff;
}

.w-video i {
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    margin-left: -17px
}

.w-video .txtbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 20px;
}

.w-video h5 {
    float: left;
}

.w-video h5 sup {
    font-size: 11px;
    padding-top: 5px;
}

.w-video p {
    font-size: 16px;
    float: right;
    margin: 7px 0 0;
}

.w-calendar {
    padding: 20px;
}

.w-calendar table {
    width: 100%;
}

.w-calendar table td,
.w-calendar table th {
    text-align: center;
    font-size: 14px;
    color: #5b5b5b;
    padding: 5px 0;
}

.w-calendar table th {
    color: #3f9dae;
}

.w-calendar table #today {
    background-color: #3f9dae;
    color: #fff;
    cursor: pointer;
}

.w-calendar table #today:hover {
    background-color: #217c8d;
}

.w-calendar-header {
}

.w-calendar-header p {
    float: left;
    line-height: 27px;
    padding: 0 10px;
}

.w-calendar-header a {
    float: left;
    color: #929292;
    font-size: 20px;
}

.w-calendar-header a:hover {
    color: #3f9dae;
}

/*lists*/
.list-category-tags {
    overflow: hidden;
    margin: 0;
}

.list-category-tags li {
    margin: 0 2px 5px 2px;
    padding: 2px 5px;
    color: #fff;
    font-size: 10px;
    background-color: #b2b2b2;
    text-align: center;
}

.list-category-tags li:last-child {
    margin: 0 2px;
}

.list-category-tags a {
    font-size: 10px;
    color: #fff;
    background-color: #b2b2b2;
    padding: 2px 5px;
}

.list-category-tags a:hover {
    background-color: #327e8b;
    text-decoration: none;
    color: #fff;
}

.list-category-tags li.best, .results-by-facets .q-best {
    background: #79b51c;
    padding-left: 5px;
}

.list-category-tags li.mixte, .results-by-facets .q-mixte {
    background: #009ee0;
}

.list-category-tags li.nouveau {
    background: #eb6909;
}

.list-category-tags li.certifiant, .results-by-facets .q-cycle {
    background: #c50a33;
}

.list-category-tags li.fondamentaux {
    background: #b1b3b4;
}

.list-socialize,
.list-socialize-footer {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-socialize li {
    float: left;
    line-height: 40px;
    margin-bottom: 1px;
    margin-right: 1px;
    text-align: center;
}

.list-socialize a {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 55px;
}

.list-socialize a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.list-socialize a i {
    position: relative;
    top: 5px;
}

.list-socialize .s-facebook {
    background-color: #425171;
}

.list-socialize .s-twitter {
    background-color: #1491c0;
}

.list-socialize .s-custom {
    background-color: #cf6d26;
}

.list-socialize .s-linkedin {
    background-color: #135e87;
}

.list-socialize .s-google-plus {
    background-color: #a3262a;
}

.list-socialize .s-email {
    background-color: #348a67;
}

.list-socialize li strong {
    padding: 0 15px;
    color: #5b5b5b;
}

.list-socialize.pull-right li {
    margin-right: 0;
    margin-left: 1px;
}

.list-socialize-footer {
    width: 100%;
    overflow: hidden;
    margin: 7px 0;
}

ul.list-socialize-footer li {
    float: left;
    padding-right: 11px;
}

.wid .list-socialize-footer ul {
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.wid .list-socialize-footer ul li {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin: 5px 10px 5px 0;
}

.cegos-facebook2, .cegos-twitter, .cegos-viadeo, .cegos-linkedin2, .cegos-google-plus {
    font-size: 22px;
}

.list-socialize-mobile {
    text-align: center;
    margin-bottom: 15px;
}

.list-socialize-mobile li {
    float: none;
    display: inline;
}

.list-socialize-mobile a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
}

.list-onleft {
    position: absolute;
    bottom: 30px;
    left: -55px;
    width: 55px;
}

.list-onleft li {
}

.list-arrow {
    margin: 0;
}

.list-arrow li {
    border-bottom: 1px solid #e8e8e8;
}

.list-arrow li a {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    position: relative;
    padding: 10px 30px 10px 20px;
}

.list-arrow li i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    font-size: 20px;
    color: #929292
}

.list-arrow li a:hover {
    background-color: #f5fafb;
}

.list-arrow li a:hover i {
    color: #3f9dae;
}

.list-check i {
    color: #3f9dae;
    margin-right: 5px;
}

.list-check a {
    color: #5b5b5b;
}

.list-check a:hover,
.list-check a:hover i {
    color: #327e8b;
}

.list-list {
    margin-left: 20px;
}

.list-list li {
    position: relative;
    padding-left: 25px;
}

.list-list i {
    color: #3f9dae;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
}

.list-list a {
    color: #5b5b5b;
}

.list-list a:hover,
.list-list a:hover i {
    color: #327e8b;
}

.list-number li {
    padding-bottom: 10px;
}

.list-number i {
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
    top: 0;
}

.list-topmember {
    overflow: hidden;
    margin: 0;
}

.list-topmember li {
    float: left;
    margin-right: 1px;
}

.list-partners {
    overflow: hidden;
    padding: 10px 12px;
    margin: 0;
}

.list-partners li {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.list-partners a {
    display: block;
    position: relative;
}

.list-partners i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 50px;
    margin: -25px 0 0 -25px;
}

.list-dot {
    width: 100%;
    text-align: center;
}

.list-dot li {
    display: inline;
    padding: 0 1px;
}

.list-dot a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #cecece;
    border-radius: 7px;
}

.list-dot a.active {
    background-color: #929292;
}

/*button*/
.btn {
    border-radius: 0;
    font-size: 13px;
    border: none;
    outline: none;
}

/*.btn:hover{background-color:#327e8b; color:#fff;}*/

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
}

.btn:focus {
    outline: none;
}

.btn-lg {
    font-size: 14px;
    min-height: 20px;
}

.btn-lg2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 24px;
    min-height: 30px;
}

.btn-teal {
    background-color: #3f9dae;
    color: #fff;
}

.btn-teal i {
    font-size: 18px;
    float: left;
    margin: 0 7px 0 0;
}

.btn-default {
    color: #444;
    background-color: #eee;
}

.btn-default:hover {
    color: #444;
    background-color: #9fced7;
}

.btn-orange {
    color: #fff;
    background-color: #f8b540;
}

.btn-rouge {
    color: #fff;
    background-color: #d20000;
}

.lnk-arrow {
    position: relative;
    padding-right: 35px;
    color: #5b5b5b
}

.lnk-arrow i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    vertical-align: text-bottom;
    font-size: 20px;
    color: #929292
}

.bodytext {
}

.bodytext h1 {
    font-size: 24px;
    color: #3f9dae;
    margin-bottom: 13px;
}

.bodytext h2 {
    font-size: 20px;
    color: #3f9dae;
    margin-bottom: 8px;
}

.bodytext h3 {
    font-size: 18px;
    color: #5b5b5b;
    margin-bottom: 15px;
}

.bodytext h4 {
    font-size: 14px;
    color: #5b5b5b;
    margin-bottom: 10px;
}

.bodytext h2,
.bodytext h3,
.bodytext h4 {
    font-family: Arial, Helvetica, sans-serif;
}

.bodytext .in {
    position: relative;
}

blockquote {
    border: none;
    position: relative;
    padding-left: 40px;
}

blockquote p {
    font-size: 16px;
    margin-right: 40px;
}

blockquote small {
    float: right;
    font-size: 12px;
}

blockquote em {
    position: absolute;
    bottom: 10px;
    left: -7px;
    font-size: 80px;
    color: #3f9dae;
    line-height: 60px;
    height: 25px;
}

@media (max-width: 1200px) {
    .panel-heading .tooltip {
        display: none
    }
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        padding: 10px 3px;
        width: 100px;
        background-color: #fff;
    }

    #sidebar.affix {
        position: fixed;
        top: 70px;
        padding: 10px 3px;
        width: 100px;
        background-color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-and-list {
        width: 100%;
    }

    .form-and-list .action-list {
        float: left;
        clear: left;
    }

    .form-search {
        margin: 0;
    }

    .mr-30 {
        margin-right: 0;
    }

    .list-socialize .li-f {
        width: 100%;
        text-align: center;
    }

    .list-onleft {
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {

    header {
        height: auto;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
        font-weight: normal;
    }

    h2 {
        font-size: 24px;
        line-height: 24px;
        font-weight: normal;
    }

    h3 {
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    .navbar-brand {
        position: absolute;
        top: 0;
        left: 0;
    }

    .navbar .pull-left {
        width: 100%;
    }

    header h1, header span.header-h1 {
        margin: 10px 0 25px 60px;
        font-size: 15px;
        padding: 40px 0 0 36px;
        float: right;
    }

    header h1 img, header span.header-h1 img {
        width: 88px;
        height: 56px;
    }

    .article-item-home {
        margin-left: 0;
        padding-top: 40px;
    }

    .mr-30 {
        margin-right: 0;
    }

    .article-left {
        width: 100%;
        left: 0;
    }

    .article-left p,
    .article-left a {
        float: left;
    }

    .nr-comments span {
        display: none !important;
    }

    .list-socialize .li-f {
        width: 100%;
        text-align: center;
    }

    .list-onleft {
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .bloclogos ul li {
        height: 50px;
    }

    .blocformation ul li {
        font-size: 70px;
    }
}

@media (max-width: 320px) {
    .list-socialize a {
        width: 37px;
        height: 24px;
        line-height: 24px;
        font-size: 11px;
    }

    .list-socialize a i {
        top: 3px;
        float: left;
        margin-left: 5px;
    }

    .article-footer .btn-lg {
        font-size: 11px;
        padding: 5px 5px 6px;
    }

    .article-footer .btn-lg i {
        font-size: 13px;
    }

    .article-header .commenter {
        margin-top: 0;
    }

    .list-socialize .li-f {
        width: 100%;
        text-align: center;
    }

    .list-socialize-mobile a {
        width: 40px;
        height: 40px;
    }

    .list-socialize-mobile a i {
        top: 11px;
        float: none;
        margin: 0;
    }

}

@media (max-width: 500px) {
    .responsive-table-line td:before {
        content: attr(data-title)
    }

    .responsive-table-line table,
    .responsive-table-line thead,
    .responsive-table-line tbody,
    .responsive-table-line th,
    .responsive-table-line td,
    .responsive-table-line tr {
        display: block;
    }

    .responsive-table-line thead tr {
        display: none;
    }

    .responsive-table-line td {
        position: relative;
        border: 0 solid transparent;
        padding-left: 50% !important;
        white-space: normal;
        text-align: right;
    }

    .responsive-table-line td:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        height: 100%;
        white-space: nowrap;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        text-align: left;
        background-color: #f8f8f8;
        padding: 10px;
        vertical-align: text-bottom;
    }
}

.successBox {
    display: none;
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
}

.errorBox {
    display: none;
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
    color: #a3262a;
}

#errorform, #errorform li {
    display: none;
}

.info-formation {
    /*display: none;*/
    padding-top: 10px;
    color: #3f9dae;
}

.contact-subscriber-header h3 {
    color: #3f9dae
}

.type-select {
    margin-top: 40px;
    font-size: 12px;
}

.type-select input {
    width: 20px;
    height: 0;
}

.form-search .typeSearch label.selected_label {
    font-weight: bold;
}

.form-search .typeSearch label {
    line-height: 19px;
    cursor: pointer;
    color: #fff;
}

.form-search input[type=radio] {
    height: 13px;
    vertical-align: text-top;
}

div.newnoticeSessionRightPartDisplayMore a {
    cursor: pointer;
    color: #c6c6c6;
}

@media only screen and (max-width: 1024px) {
    .list-socialize,
    .list-socialize-footer {
        list-style: outside none none;
        margin: 30px;
        padding: 0;
    }

    .icos-small-gplus {
            background-position: -148px -55px;
        }
    .icos-small-gplus:hover {
        background-position: -148px -55px;
    }

    .list-socialize-footer .icos-small-facebook {
        width: 15px;
        height: 20px;
    }

    .list-socialize-mobile .icos-small-facebook {
        background-position: 15px -55px;
    }

    .list-socialize-footer .icos-small-twitter {
        width: 18px;
        height: 20px;
    }
    .list-socialize-mobile .icos-small-twitter {
        background-position: -10px -55px;
    }

    .icos-small-viadeo {
        background-position: -41px -55px;
        width: 15px;
        height: 20px;
    }

    .icos-small-viadeo:hover {
        background-position: -41px -55px;
    }

    .list-socialize-footer .icos-small-linkedin {
        width: 18px;
        height: 20px;
    }
    .list-socialize-mobile .icos-small-linkedin {
        background-position: -70px -55px;
    }

    .list-socialize-mobile .icos-small-youtube {
        background-position: -111px -55px;
    }
    .list-socialize-footer .icos-small-youtube {
        width: 39px;
        height: 20px;
    }
}


/*Newsletter bottom*/
.c-subscriber {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: 9999;
    display: none;
}
.c-subscriber__text {
    color: #FFF;
    background: #c50047;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-subscriber__title {
    padding: 0 5px;
    margin: 0;
}
.c-subscriber__icon {
    display: inline-block;
    padding: 0 10px 0 0;
}
.c-subscriber__form {
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
}
.c-subscriber__form input[type="email"],
.c-subscriber__form button{
    height: 35px;
    line-height: 35px;
}
.c-subscriber__form .form-subscribe {
    padding: 0 10px;
    width: 100%;
}
.c-subscriber__messages {
    /*display: none;*/
}
.c-subscriber__close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 18px;
    height: 18px;
    opacity: 1;
}
.c-subscriber__close:hover {
    opacity: 1;
}
.c-subscriber__close:before, .c-subscriber__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 19px;
    width: 2px;
    background-color: #fff;
}
.c-subscriber__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-subscriber__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
    .c-subscriber__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-subscriber__text {
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
    .c-subscriber__text,
    .c-subscriber__form {
        width: 50%;
        max-width: 50%;
    }
    .c-subscriber__form{
        width: 400px;
    }
    .c-subscriber__close {
        opacity: 0.3;
        top: 50%;
        right: 26px;
        width: 26px;
        height: 26px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .c-subscriber__close:before, .c-subscriber__close:after {
        height: 27px;
    }
    .c-subscriber__close:before, .c-subscriber__close:after {
        background: #333;
    }
}

.encart {
    padding: 17px 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 40px;
}

.encart .h4 {
    margin-top: 0;
}

.encart-col {
    margin: 20px 0;
}

.encart-review a {
    color: inherit;
}

.encart-note {
    display: inline-block;
}

.encart-stars {
    display: inline-block;
    width: 76px;
    height: 12px;
    position: relative;
    vertical-align: top;
    top: 3px;
}

.encart-star-empty,
.encart-star-plain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: contain;    
}

.encart-star-empty {
    z-index: 9;
    background-image: url(../images/review-star-empty.png);
    background-size: contain;    
}

.encart-star-plain {
    z-index: 10;
    background-image: url(../images/review-star-plain.png);
    background-size: contain;    
}

/*variantes*/

.encart--v1 .encart-cta-wrap li {
    list-style: none;
    border: 0;
}

.encart--v1 .encart-cta-wrap li i {
    position: relative;
    top: 1px;
    margin-top: 0;
    right: 5px;
}

.encart--v1 .encart-cta-wrap li a:hover {
    text-decoration: none;
}

.encart--v2 .encart-cta {
    background: #72797e;
    color: #FFF;
    padding: 8px 16px;
    margin: 0 0 7px;
    display: inline-block;
    /*font-family: 'neo_sans_stdmedium', Arial, Helvetica, sans-serif;*/
    font-weight: bold;  
    text-decoration: none !important;
    transition: .15s;
}

.encart--v2 .encart-cta:hover {
    background: #5d6164;
}

.encart--v2 .encart-review {
    margin-top: 7px;
}

.encart--v3 {
    background: rgba(63,157,174, 0.05);
    padding: 15px 25px 25px;
}

.encart--v3 .encart-review {
    margin-bottom: 15px;
}

.encart--v3 .encart-col .h4 {
    line-height: 1.5;
    font-size: 17px
}

.encart--v3 .encart-note + a {
    display: block;
    margin-top: 5px;
}

@media screen and (min-width: 1024px) {

    .encart-col {
        width: 50%;
        margin: 10px 0 0; 
        float: left;
    }    

    .encart-col:last-child {
        text-align: right;
    }

    .encart-cols:after {
        content: '';
        display: block;
        clear: both;
    }

    .encart--v3 .encart-col {
        padding: 0 5px;
        box-sizing: border-box;
    }

    .encart--v3 .encart-col:first-of-type {
        width: 62%;
        margin-top: 13px;
    }

    .encart--v3 .encart-col:last-of-type {
        width: 38%;
        text-align: center;
    }
}

#display-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;                            
}

#display-courses #rand-list {                            
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;               
            margin-bottom: 30px;         
}

#display-courses #rand-list [class^="col-"] {
    width: 100%;
    float: none;
    height: 100%;
}

#display-courses #rand-list .promobox {
    position: relative;
    height: 100%;
}

#display-courses #rand-list .promobox:before { 
    content: '';
    width: 48px;
    height: 40px;
    background: url('./cegos-logo-promobox.png') 0 0 no-repeat;
    position: absolute;
    top: -13px;
    right: 19px;
}

#display-courses #rand-list .promobox .btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

#display-courses #rand-list .promobox .btn:hover {
    opacity: 1;
}

@media screen and (min-width: 1025px) {
    #display-courses #rand-list {
        width: 50%;
    }
}