/* ============================================ */
/*   =   Search                                 */
/* ============================================ */
.filtre-search {
    background: #e6e6e6;
    padding: 27px;
    display: table-cell;
    float: none;
}

.filtre-search h2 {
    font-family: 'MyriadProLight';
    color: #9f9f9f;
    font-size: 30px;
    text-transform: none;
    margin-bottom: 22px;
}

.filtre-search .item-filtre {
    margin: 15px 0 30px;
}

.filtre-search .item-filtre label {
    color: #191919;
}

.filtre-search .item-filtre .form-group {
    overflow: hidden;
}

.filtre-search .item-filtre .line {
    float: left;
    margin: 10px 0;
    width: 50%;
}

.filtre-search .item-filtre.countries a {
    font-family: 'MyriadProLight';
    color: #272727;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
}

.filtre-search .item-filtre.countries a:hover,.filtre-search .item-filtre.countries a.active {
    color: #cf111d;
    text-decoration: none;
}

.resultats-search {
    background: #f7f7f7;
    display: table-cell;
    float: none;
}

.resultats-search .fast-search {
    position: relative;
    margin-bottom: 40px;
}

.resultats-search .fast-search input[type="text"] {
    font-family: 'MyriadProSemibold';
    border: none; 
    color: #272727;
    font-size: 16px;
    line-height: 18px;
    width: 170px;
    padding: 8px 40px 8px 13px;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.resultats-search .fast-search input::-webkit-input-placeholder {color:#272727; opacity: 1 !important;}
.resultats-search .fast-search input::-moz-placeholder {color:#272727;opacity: 1 !important;} /* firefox 19+ */
.resultats-search .fast-search input:-ms-input-placeholder {color:#272727;opacity: 1 !important;} /* ie */
.resultats-search .fast-search input:-moz-placeholder {color:#272727;opacity: 1 !important;}

.resultats-search .fast-search input[type="submit"] {
    background: url(../images/pictos/picto-search.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 0;
    border: 0;
    width: 17px;
    height: 17px;
}

.resultats-search .infos-search{
    font-family: 'MyriadProSemibold';
    font-size: 28px;
    color: #191919;
    margin-bottom: 22px;
}

.resultats-search article {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.resultats-search article:last-child {
    margin-bottom: 0;
}

.resultats-search article > a {
    float: left;
    width: 282px;
    height: 179px;
}

.resultats-search article > a img {
    display: block;
    /*width: 100%;
    height: 100%;*/
    margin: 0 auto;
}

.resultats-search article > div {
    float: left;
    width: 518px;
    height: 179px;
    padding: 30px 30px 20px;
}

.resultats-search article h3 {
    color: #272727;
    display: inline-block;
    font-family: "MyriadProLight";
    font-size: 28px;
    display: block;
    margin-bottom: 12px;
}

.resultats-search article h3 > a {
    color: #272727;
    margin-right: 8px;
    vertical-align: middle;
}

.resultats-search article .price {
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #c4141b;
    display: inline-block;
    margin-bottom: 14px;
}

.resultats-search article .infos-txt, .resultats-search article .date {
    font-family: 'MyriadProLight';
    font-size: 16px;
    color: #272727;
    display: block;
    margin-bottom: 14px;
}

.resultats-search article .desc {
    font-family: 'MyriadProLight';
    color: #272727;
    font-size: 16px;
    line-height: 19px;
}

.resultats-search article .desc a {
    color: #272727;
}

.block-more {
    position: relative;
    clear: both;
}

.block-more .more-search {
    display: block;
    text-align: center;
}

.no-more,.no-more:hover {
    background: grey;
    cursor: default;
}

.show-filters-mobile {
    background: none repeat scroll 0 0 #e6e6e6;
    display: none;
    overflow: hidden;
    padding: 5%;
}

/* ============================================ */
/*   =   Timeline                               */
/* ============================================ */
.type-events-header {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.type-events-header li {
    border-right: 1px solid #e5e5e5;
    float: left;
    min-height: 164px;
    padding: 45px 35px 45px 60px;
    width: 33.3333%;
}

.type-events-header li:last-child {
    border: 0;
}

.type-events-header li > img {
    margin: 10px 40px 0 0;
    float: left;
}

.type-events-header li > div {
    float: right;
    width: 205px;
}

.type-events-header div > span {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #272727;
    display: block;
    margin-bottom: 5px;
}

.type-events-header div p {
    font-family: 'MyriadProLight';
    font-size: 14px;
    color: #929292;
    line-height: 17px;
}

.nav-type-events {
    background: #272727;
    padding: 18px 0 18px 25px;
    overflow: hidden;
}

.nav-type-events li {
    float: left;
    margin-right: 40px;
}

.nav-type-events li:last-child {
    margin-right: 0;
}

.nav-type-events li a {
    font-family: "MyriadProRegular";
    font-size: 24px;
    color: #cf111d;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    outline: none;
}

.nav-type-events li a:hover,.nav-type-events li.active a,.nav-type-events li a:focus {
    color: #fff;
    text-decoration: none;
}

.onglets-events {
    background: #f7f7f7;
    padding: 30px 0 0;
}

.onglets-events ul > li:last-child .list-events-date {
    padding: 0;
    margin-bottom: 40px;
}

.events-month-year > li {
    padding: 0 30px;
}

.events-month-year > li > p { 
    position: relative; 
    background: #fff; 
    font-family: 'MyriadProLight';
    font-size: 24px;
    color: #1d1d1b;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 12px 19px 10px;
    margin-bottom: 7px;  
} 

.events-month-year > li > .current {
    color: #cf111d;
}

.events-month-year > li > p:after, .events-month-year > li > p:before { 
    top: 100%; 
    left: 10%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
}

.events-month-year > li > p:after { 
    border-color: rgba(255, 255, 255, 0); 
    border-top-color: #fff; 
    border-width: 7px; 
    margin-left: -7px; 
} 

.events-month-year > li > p:before { 
    border-color: rgba(217, 217, 217, 0); 
    border-top-color: #d9d9d9; 
    border-width: 8px; 
    margin-left: -8px; 
}

.list-events-date {
    border-left: 1px solid #d7d7d7;
    margin: 0 0 0 12px;
    padding: 0 0 40px;
}

.list-events-date > li { 
    padding-top: 40px
}

.events-date li {
    margin: 0 0 12px 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.events-date li:last-child {
    margin-bottom: 0;
}

.events-date li > p {
    float: left;
    width: 385px;
    position: relative;
}

.events-date .plus-infos {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/pictos/picto-plus.png) no-repeat bottom right;
    width: 385px;
    height: 244px;
    z-index: 2000;
}

.events-date .plus-infos:hover {
    background: url(../images/pictos/picto-plus-hover.png) no-repeat bottom right;
}

.events-date li > p img {
    display: block;
}

.events-date h2 {
    font-size: 28px;
    color: #272727;
    font-family: 'MyriadProLight';
    display: inline-block;
    text-transform: none;
}

.events-date h2 > a,
.events-date p > a {
    color: #272727;
    vertical-align: middle;
}

.events-date li > div {
    float: left;
    width: 412px;
    padding: 24px 29px 0;
}

.events-date li > div p {
    font-family: 'MyriadProLight';
    font-size: 16px;
    color: #272727;
    line-height: 20px;
    margin-bottom: 20px;
}

.events-date li > div .btn-infos {
    font-size: 14px;
    padding: 12px 10px;
    text-align: center;
    width: 168px;
    float: left;
    margin-right: 18px;
}

.events-date .btn-infos.btn-red {
    float: left;
    margin: 0;
}

.list-events-date .marker {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    z-index: 2000;
    position: relative;
    left: -11px;
    position: absolute;
    top: 0;
}

.list-events-date .marker .dot {
    background-color: #cf111d;
    display: block;
    border: 4px solid #cf111d;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    margin: 7px;
    z-index: 2000;
    position: relative;
}

.fulldate {
    position: relative;
    padding: 5px 0 7px 30px;
}

.fulldate > span {
    font-family: 'MyriadProLight';
    font-size: 15px;
    color: #272727;
    text-transform: uppercase;
}

.aside-events {
    padding: 0;
}

.block-timeline-events > ul {
    padding: 30px 50px;
    background: #e6e6e6;
    text-align: right;
    line-height: 34px;   
}

.block-timeline-events  > ul > li > a {
    font-family: 'MyriadProLight';
    color: #929292;
    font-size: 30px;
    display: inline-block;
}

.block-timeline-events > ul > li > a:hover,.block-timeline-events > ul > li.open > a,.block-timeline-events > ul ul a:hover,.block-timeline-events > ul ul a.current {
    color: #cf111d;
}

.block-timeline-events > ul ul {
    margin-right: 20px;
    display: none;
}

.block-timeline-events > ul ul a {
    font-family: 'MyriadProLight';
    color: #272727;
    font-size: 22px;
    display: inline-block;
}

.block-timeline-events > ul > li.open ul {
    display: block;
}

.partners-side {
    padding: 40px 50px 0;
}

.partners-side h2 {
    color: #272727;
    margin-bottom: 40px;
}

.partners-side ul a {
    border: 1px solid #e5e5e5;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.partners-side ul li:last-child a {
    margin-bottom: 0;
}

.partners-side img {
    display: block;
}

.show-date-mobile {
    background: #e6e6e6;
    padding: 5%;
    overflow: hidden;
    display: none;
}

.show-date-mobile .date {
    font-family: 'MyriadProLight';
    font-size: 22px;
    color: #272727;
    float: left;
    margin-top: 10px;
}

.show-date-mobile .date span {
    color: #cf111d;
}

.show-date-mobile .btn-red {
    font-size: 14px;
    padding: 15px 20px 13px;
    float: right;
}

.btn-red.active .show-txt,.btn-red .hide-txt {
    display: none;
}

.btn-red.active .hide-txt {
    display: block;
}

#past-events .events-date .btn-infos.btn-red {
    float: left;
}

/* ============================================ */
/*   =   Event Detail                           */
/* ============================================ */
.block-medias-events {
    padding: 0;
}

.carousel-media-events .bx-controls-direction {
    position: relative;
    height: 43px;
}

.carousel-media-events .bx-controls-direction a {
    height: 43px;
    outline: 0 none;
    font-size: 0;
    width: 43px;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel-media-events .bx-controls-direction a.disabled {
    opacity: 0.3;
    cursor: inherit;
}

.carousel-media-events .bx-controls-direction .bx-prev {
    right: 43px;
    background: url(../images/arrows/arrow-left-bk.png) no-repeat center center;
}

.carousel-media-events .bx-controls-direction .bx-next {
    right: 0;
    background: url(../images/arrows/arrow-right-white.png) no-repeat center center #c4141b;
}

.carousel-media-events .bx-controls-direction .bx-next:hover {
    background-color: #b51218;
}

.slider-events li {
    position: relative;
}

.slider-events .picto-play {
    background: url(../images/pictos/picto-play-lg.png) no-repeat 0 0;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 39%;
    left: 44%;
}

.slider-events li img {
    width: 100%;
}

.slider-thumbs li a {
    float: right;
    position: relative;
    overflow: hidden;
}

.slider-thumbs li a.active,.slider-thumbs li a:focus {
    outline: none;
}

.slider-thumbs .picto-play {
    background: url(../images/pictos/picto-play.png) no-repeat 0 0;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 34%;
    left: 40%;
}


/* = Carousel more events = */
.carousel-more-events {
    width: 600px;
    float: left;
}

.carousel-more-events .bx-wrapper {
    position: relative;
}

.carousel-more-events li > a {
    display: block;
    margin-bottom: 12px;
}

.carousel-more-events > p {
    font-family: 'MyriadProSemibold';
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 16px 37px;
}

.carousel-more-events h3 {
    font-family: 'MyriadProLight';
    font-size: 20px;
    color: #272727;
    padding: 0 70px 0 0;
    line-height: 24px;
}    

.carousel-more-events h3 a {
    color: #272727;
}

.carousel-more-events .date {
    font-family: 'MyriadProLight';
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.carousel-more-events .bx-controls-direction a {
    position: absolute;
    top: 50px;
    font-size: 0;
    width: 8px;
    height: 18px;
    outline: none;
}

.carousel-more-events .bx-controls-direction .disabled {
    opacity: 0.2;
}

.carousel-more-events .bx-prev {
    background: url(../images/arrows/arrow-left-bk.png) no-repeat 0 0;
    left: -22px;
}

.carousel-more-events .bx-next {
    background: url(../images/arrows/arrow-right-bk.png) no-repeat 0 0;
    right: -24px;
}    

.block-btn-infos {
    width: 540px;
    float: right;
    margin-top: 31px;
}

.block-details-events .block-bottom {
    clear: both;
    padding: 0;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}

.block-btn-infos .btn-infos {
    padding: 17px 0;
    width: 216px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 17px;
}

a.btn-infos:hover {
    color:#FFFFFF;
}

/* ============================================ */
/*   =   Publications                           */
/* ============================================ */
.markets {
    background: #e6e6e6;
    padding: 50px 0 60px 50px;
}

.markets h2 {
    color: #333;
    margin-bottom: 40px;
}

.markets ul {
    overflow: hidden;
}

.markets > ul > li {
    display: inline-block;
    width: 16.3%;
    overflow: hidden;
    vertical-align: top;
}

.markets ul li a {
    font-family: 'MyriadProLight';
    color: #191919;
    font-size: 16px;
    display: inline-block;
    line-height: 25px;
}

.markets ul li a:hover {
    color: #c4141b;
}


.about-publications {
    background: url(../images/backgrounds/bg-about-pub.png) no-repeat scroll 0 bottom #c6141b;
    min-height: 724px;
    padding: 44px 44px 40px 42px;
    text-align: center;
}

.about-publications h2 {
    font-family: 'MyriadProLight';
    font-size: 40px;
    color: #fff;
    margin-bottom: 110px;
    line-height: 42px;
}

.about-publications .fisrt-parag {
    font-family: 'MyriadProSemibold';
}

.about-publications p {
    font-family: 'MyriadProLight';
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-top: 22px;
}


.latest-map {
    background: #adacac;
    padding: 0;
    position: relative;
    min-height: 732px;
    overflow: hidden;
}

.latest-map h2 {
    color: #333;
}

.latest-map h3 {
    font-family: 'MyriadProLight';
    color: #272727;
    font-size: 28px;
    margin-bottom: 23px;
}


.latest-map h4 {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0 14px;
    width: 68%;
}

.latest-map h4 a {
    font-family: 'MyriadProLight';
    color: #272727;
    font-size: 20px;
}

.list-map {
    overflow: hidden;
}

.list-map li {
    margin-bottom: 20px;
}

.list-map li:last-child {
    margin-bottom: 0;
}


.list-map li > a  {
    vertical-align: top;
    display: inline-block;
    width: 29%;
    text-align: center;
}

.latest-map .all-maps {
    background: #c4141b;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 17px 0;
}

.latest-map .all-maps:hover {
    background: url(../images/backgrounds/bg-btn-red.png) repeat-x 0 0;
}

.latest-map-cont {
    padding: 46px 40px 43px 50px;
    /*border-bottom: 1px solid #9b9a9a;*/
    position: relative;
}

.latest-map-cont:after { 
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(173, 172, 172, 0); border-bottom-color: #adacac; border-width: 33px; margin-left: -33px; 
}

.block-interviews-features.cont-page,
.block-features.cont-page {
    background: #fff;
    float: left;
    border: 1px solid #e5e5e5;
    min-height: 732px;
}

.block-features.cont-page,
.page-interviews .block-interviews-features.cont-page {
    min-height: 0px!important;
    width: 100%;
}

.block-interviews-features.cont-page h2,
.block-features.cont-page h2 {
    padding: 47px 10px 0 30px;
    margin-bottom: 48px;
}

.block-interviews-features.cont-page .list-interview-features,
.block-features.cont-page .list-interview-features {
    padding: 0 45px 47px 50px;
}

.latest-books h2 {
    margin-bottom: 30px;
}

.latest-books .bx-wrapper {
    width: 540px;
}

.carousel-latest-books ul li {
    float: left;
    margin: 0 9% 5% 0;
    position: relative;
    text-align: center;
    width: 45%;
}

.carousel-books-four-item ul li {
    margin: 0 9% 10% 0;
    position: relative;
    text-align: center;
}

.carousel-books-four-item h3 a {
    color: #dfdfdf;
    display: inline-block;
    font-family: "MyriadProSemibold";
    font-size: 15px;
    line-height: 20px;
}

.carousel-latest-books ul li:nth-child(even) {
    margin-right: 0
}

.carousel-latest-books h3,
.carousel-latest-books h3 a,
.carousel-books-four-item h3,
.carousel-books-four-item h3 a {
    color: #dfdfdf;
    display: inline-block;
    font-family: "MyriadProSemibold";
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
}

.carousel-latest-books .btn-view,
.carousel-books-four-item .btn-view {
    left: 0;
    outline: medium none;
    position: absolute;
    top: 58px;
}

.carousel-latest-books .btn-buy,
.carousel-books-four-item .btn-buy {
    outline: medium none;
    position: absolute;
    right: 0;
    top: 58px;
}

.carousel-latest-books .visual img,
.carousel-books-four-item .visual img {
    margin: 0 auto;
    display: block;
}

.carousel-latest-books .visual,
.carousel-books-four-item .visual {
    margin: 0 0 8px;
}

.carousel-latest-books .visual > a,
.carousel-books-four-item .visual > a {
    display: inline-block;
}

.carousel-latest-books .btn-view:hover, .carousel-latest-books .btn-buy:hover,
.carousel-books-four-item .btn-view:hover, .carousel-books-four-item .btn-buy:hover {
    /*opacity: 0.9;*/
}

.latest-books .more-books {
    background: #fff;
    bottom: 0;
    color: #272727;
    font-family: "MyriadProSemibold";
    font-size: 16px;
    left: 0;
    padding: 17px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-right: 1px solid #e5e5e5;
}

.latest-books .more-books:hover {
    background: #a0a0a0;
    border: 0;
    padding-right: 1px;
}


.latest-books {
    background: url(../images/backgrounds/bg-latest-books.png) no-repeat 0 0 #272727;
    min-height: 724px;
    position: relative;
    padding: 50px;
}

.latest-books .bx-controls-direction a.disabled {
    cursor: inherit;
    opacity: 0.3;
}

.latest-books .bx-controls-direction .bx-prev {
    background: url(../images/arrows/arrow-left-white.png) no-repeat center center;
    right: 43px;
}

.latest-books .bx-controls-direction .bx-next {
    background: url(../images/arrows/arrow-right-white.png) no-repeat center center #c4141b;
    right: 0;
}

.latest-books .bx-controls-direction a {
    height: 43px;
    outline: 0 none;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 43px;
    z-index: 1000;
}

.togy-in .first-parag {
    font-family: "MyriadProSemibold";
    color: #d4d3d3;
    font-size: 28px;
}

.togy-in ul {
    padding-top: 30px;
}

.togy-in ul li {
    font-family: 'MyriadProLight';
    color: #d4d3d3;
    font-size: 28px;
}

.togy-in strong {
    font-family: "MyriadProSemibold";
}

.togy-in.cont-page {
    background: url(../images/backgrounds/bg-togyin.png) no-repeat 0 0;
    min-height: 732px;
}

.togy-in.cont-page .togy-in-cont {
    width: auto;
    height: 632px;
}

.togy-in.cont-page h2 {
    margin-bottom: 42px;
}

.togy-in.cont-page .title {
    margin-bottom: 35px;
}

.togy-in.cont-page p {
    line-height: 28px;
}


.details-market-publications {
    background: #e6e6e6;
    width: 100%;
    overflow: hidden;
    float: none;
    padding: 50px 50px 42px;
}

.details-market-publications p {
    font-family: 'MyriadProLight';
    color: #333;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 25px;
    width: 47%;
}

.details-market-publications p:nth-child(-n+2){
    float: left;
    clear: left;
    margin-right: 6%;
}

.details-market-publications p:nth-child(2n){
    margin-bottom: 0;
}

.togy-in.full-cont {
    width: 100%;
    background: url(../images/backgrounds/bg-togyin-full.png) no-repeat 0 0;
    min-height: 320px;
    padding-bottom: 0;
}

.togy-in.full-cont .togy-in-cont {
    width: 100%;
    height: auto;
}

.togy-in.full-cont h2 {
    margin-bottom: 23px;
}

.togy-in.full-cont .block-exclu-members {
    left: auto;
    right: 0;
}

.block-publications.market-books {
    min-height: 732px;
    padding-bottom: 0;
}

.block-publications.market-books li {
    margin-bottom: 35px;
}

.block-publications.market-books .visual {
    margin: 6px 0 9px;
}

.block-publications.market-books h3 a {
    font-size: 16px;
    line-height: 20px;
}

.block-publications.market-books .img-book {
    margin-bottom: 0;
}

.block-publications.market-books .btn-view {
    top: 63px;
    left: 25px;
}

.block-publications.market-books .btn-buy {
    top: 63px;
    right: 25px;
}


/* ============================================ */
/*   =   Contacts / style Popin                 */
/* ============================================ */
.block-contact > img {
    float: left;
}

.details-contact {
    background: url(../images/backgrounds/bg-contact-details.png) no-repeat 0 0; 
    width: 450px;
    height: 300px;
    float: right;
    text-align: center;
    color: #fff;
    padding: 45px;
}

.details-contact .title {
    font-family: "MyriadProLight";
    font-size: 30px;
    text-transform: uppercase;
}

.details-contact p {
    font-family: "MyriadProLight";
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
}

.details-contact .phone {
    font-family: 'MyriadProSemibold';
    font-size: 18px;
}

.form-contact {
    background: #e6e6e6;
    padding: 50px;
    overflow: hidden;
    clear: both;
}

.block-required-infos {
    background: #f5f5f5;
    width: 802px;
    margin: 0 auto;
    padding: 47px 49px;
}

.block-required-infos h1 {
    background: none;
    font-family: "MyriadProLight";
    font-size: 28px;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 42px;
    padding: 0;
}

.form-required-infos {
    overflow: hidden;
}

.form-contact .form-group {
    width: 300px;
    float: left;
    margin: 0 100px 30px 0;
}


.form-required-infos .form-group {
    width: 300px;
    float: left;
    margin: 0 100px 27px 0;
}

.form-required-infos .form-group:nth-child(even) {
    margin-right: 0
}

.form-contact label,.form-required-infos label {
    color: #333;
    display: block;
    font-family: "MyriadProSemibold";
    font-size: 16px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.form-contact .optimal,.form-required-infos .optimal {
    text-transform: none;
}

.form-contact input[type="text"] {
    background: #fff;
    border: 0 none;
    color: #191919;
    font-family: "MyriadProLight";
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.form-required-infos input[type="text"] {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #191919;
    font-family: "MyriadProLight";
    font-size: 16px;
    padding: 9px 10px;
    width: 100%;
}

.form-contact textarea {
    font-family: "MyriadProLight";
    font-size: 16px;
    color: #191919;
    background: #fff;
    padding: 10px;
    resize: none;
    border: 0;
    width: 100%;
    height: 125px;
}

.form-required-infos textarea {
    font-family: "MyriadProLight";
    font-size: 16px;
    color: #191919;
    background: #fff;
    padding: 10px;
    resize: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 144px;;
}

.form-contact .form-group.subject {
    float: right;
    margin-right: 0;
}

.form-contact .form-group.message,.form-required-infos .form-group.comments {
    width: 100%;
    clear: both;
    float: none;
}

.form-contact .checkOn,.form-contact .checkOff {
    color: #191919;
    text-transform: none;
    margin-bottom: 15px;
}

.form-required-infos .checkOn,.form-required-infos .checkOff {
    margin-bottom: 25px;
    line-height: 18px;
}

.form-contact .infos-contact,.form-required-infos .infos-contact {
    font-family: "MyriadProLight";
    color: #191919;
    font-size: 12px;
}

.form-contact .btn-send,.form-required-infos .btn-send {
    float: right;
    margin-top: 20px;
    padding: 17px 85px;
}

.form-contact .formErrorContent,.form-required-infos .formErrorContent {
    margin-top: 30px;
}

.hasCustomSelect {
    width: 100% !important;
}

.hasCustomSelect option {
    font-size: 14px !important;
    font-family: "MyriadProLight";
    padding: 3px 10px;
    font-size: 16px;
}

.custom-select-container {
    position:relative;
}

select.replaced { 
    position:relative;
    z-index:10;
    width:100%;
    height:36px;
    border:0;
    filter:alpha(opacity=0);
    opacity:0;
    
}

select.replaced option {
    font-family: "MyriadProLight";
    font-size: 14px;
    padding: 3px 10px; 
}

.custom-select {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:36px;
}

.form-required-infos .custom-select > span {
    display:block;
    background: url(../images/arrows/arrow-select.png) no-repeat right center #fff;
    height:36px;
    color: #191919;
    font-family: "MyriadProLight";
    font-size: 16px;
    z-index:10;
    position:relative;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.custom-select > span {
    display:block;
    background: url(../images/arrows/arrow-select.png) no-repeat right center #fff;
    height:36px;
    color: #191919;
    font-family: "MyriadProLight";
    font-size: 16px;
    z-index:10;
    position:relative;
    padding: 10px;
}

.custom-select span span {display:block;
    height:38px;
    overflow:hidden;
}

/* ============================================ */
/*   =   About                                  */
/* ============================================ */
.our-company-audience {
    padding: 0;
}

.our-company-audience > img {
    display: block;
}

.our-company {
    min-height: 668px;
    width: 400px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 45px;
    border-top: 0;
    position: relative;
}

.our-company:after {
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(255, 255, 255, 0); 
    border-bottom-color: #fff; 
    border-width: 32px; 
    margin-left: -32px; 
}

.our-company h2 {
    font-family: "MyriadProLight";
    color: #c5141b;
    font-size: 40px;
    margin-bottom: 40px;
}

.our-company p {
    font-family: "MyriadProLight";
    color: #323232;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 22px;
}

.our-company p:last-child {
    padding-bottom: 0;
}

.our-audience {
    background: url(../images/backgrounds/bg-our-audience.png) no-repeat 0 0;
    min-height: 668px;
    width: 400px;
    float: left;
    padding: 45px 40px 47px 50px;
}

.our-audience h2 {
    font-family: "MyriadProLight";
    color: #d4d3d3;
    font-size: 40px;
    margin-bottom: 40px;
}

.our-audience li {
    background: url(../images/pictos/puce-red.png) no-repeat 0 9px;
    font-family: "MyriadProLight";
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 24px 15px;
}

.about-timeline {
    border: 1px solid #e5e5e5;
    min-height: 983px;
    border-left: 0;
    padding: 40px 22px 25px 62px;
}

.about-timeline ul {
    border-left: 1px solid #d7d7d7;
    padding-top: 20px;
}

.about-timeline ul li {
    padding: 0 0 16px;
}

.about-timeline ul li:last-child {
    padding-bottom: 0;
}

.about-timeline .year {
    padding: 3px 0 2px 30px;
    position: relative;
}

.about-timeline .year > span {
    color: #c1141a;
    font-family: "MyriadProLight";
    font-size: 18px;
    text-transform: uppercase;
}

.about-timeline .year .marker {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 100px;
    height: 25px;
    left: -13px;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 2000;
}

.about-timeline .marker .dot {
    background-color: #cf111d;
    border: 4px solid #cf111d;
    border-radius: 100px;
    display: block;
    height: 8px;
    margin: 8px;
    position: relative;
    width: 8px;
    z-index: 2000;
}

.about-timeline p {
    font-family: "MyriadProLight";
    color: #272727;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px 30px;
}

.our-edge {
    background: #c4141b;
    min-height: 316px;
    text-align: center;
    padding: 45px;
}

.our-edge h2 {
    font-family: "MyriadProLight";
    color: #fff;
    font-size: 40px;
    margin-bottom: 35px;
}

.our-edge p {
    font-family: "MyriadProLight";
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.our-outreach {
    padding: 0;
}

.our-outreach > img {
    float: right;
}

.our-outreach-cont {
    background: #e6e6e6;
    min-height: 316px;
    width: 400px;
    float: left;
    padding: 43px;
    text-align: center;
    position: relative;
}

.our-outreach-cont:after { 
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(230, 230, 230, 0);
    border-left-color: #e6e6e6;
    border-width: 32px; 
    margin-top: -32px; 
}

.our-outreach-cont h2{
    font-family: "MyriadProLight";
    color: #272727;
    font-size: 40px;
    margin-bottom: 35px;
}

.our-outreach-cont p {
    font-family: "MyriadProLight";
    color: #272727;
    font-size: 18px;
    line-height: 24px;
}


/* ============================================ */
/*   =   Sitemap                                */
/* ============================================ */
.block-sitemap {
    overflow: hidden;
    background: #e6e6e6;
}

.block-sitemap h1 {
    background: none;
    font-family: "MyriadProLight";
    font-size: 28px;
    color: #272727;
    text-transform: uppercase;
    padding: 47px 50px 30px;
}

.block-sitemap > img {
    display: block;
}

.list-sitemap {
    padding: 0 48px 34px;
    overflow: hidden;
}

.list-sitemap li {
    float: left;
    width: 33.3333%;
}

.list-sitemap li:nth-child(3n+3) {
    padding-left: 6%;
}

.list-sitemap li a {
    font-family: "MyriadProLight";
    color: #cf111d;
    font-size: 22px;
    line-height: 45px;
}

.list-sitemap li a:hover {
    color: #272727;
}

/*   +   404 page                               */
.block-sitemap h1.not-found {
    text-align: center;
}

.block-sitemap > p {
    font-family: "MyriadProLight";
    font-size: 22px;
    line-height: 45px;
    text-align: center;
}
.block-sitemap > p.last {
    padding-bottom: 20px;
}

.block-sitemap a {
    color: #cf111d;
}

.block-sitemap a:hover {
    color: #272727;
}

/* ============================================ */
/*   =   Interview detail                       */
/* ============================================ */
.aside-interviews {
    padding: 0;
    width: 34.2%;
    margin-bottom: 40px;
}

.aside-interviews > img {
    display: block;
    /*border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;*/
}

.author-desc-interview {
    background: url(../images/backgrounds/bg-author-desc.png) no-repeat 0 0;
    background-color: #c4141b;
    min-height: 376px;
    text-align: center;
    padding: 43px 40px 30px;
    position: relative;
}

.author-desc-interview:after {
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(196, 20, 27, 0); 
    border-bottom-color: #c4141b; 
    border-width: 31px; 
    margin-left: -31px;
}

.author-desc-interview p {
    font-family: "MyriadProLight";
    color: #fff;
    font-size: 26px;
    font-style: italic;
    line-height: 34px;
    padding-bottom: 35px;
}

.author-desc-interview span {
    font-family: "MyriadProLight";
    color: #fff;
    text-align: left;
    line-height: 32px;
}

.author-desc-interview .name {
    font-size: 28px;
    display: block;
}

.author-desc-interview .job {
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    display: block;
    
}

.author-desc-interview .company {
    font-family: 'MyriadProRegular';
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.in-figures {
    background: #e6e6e6;
    padding: 50px 50px 35px;
}

.in-figures h3 {
    font-family: 'MyriadProSemibold';
    font-size: 15px;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.in-figures p {
    font-family: "MyriadProLight";
    color: #272727;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 24px;
}

.in-figures p:last-child {
    padding-bottom: 0;
}

.in-figures p span {
    font-family: 'MyriadProSemibold';
    font-size: 40px;
    display: block;
    line-height: 55px;
}

.under-in-figures {
    background: #e6e6e6;
    padding: 50px 50px 35px;
}

.under-in-figures li {
    background: url(../images/pictos/puce-red.png) no-repeat 0 9px;
    font-family: "MyriadProLight";
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 24px 15px;
}

.page-interviews .details-article-page {
    width: 65.8%;
 }

.page-interviews .latest-books {
    min-height: 427px;
    clear: left;
    padding-bottom: 20px;
}

.page-interviews .block-newsletter {
    min-height: 427px;
    padding-bottom: 0;
}

.page-interviews .form-newsletter {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0;
}

.page-interviews .block-newsletter h2 {
    margin-bottom: 35px;
}

.page-interviews .block-newsletter .form-newsletter input[type="submit"] {
    margin-top: 20px;
}

.page-interviews .list-interview-features li div {
    float: none;
    width: auto;
}

.page-interviews .list-interview-features .cont-type {
    margin-top: 0;
}

.page-interviews .btn-backto > span span {
    display: inline;
} 

.page-interviews .block-interviews-features.cont-page .list-interview-features {
    padding: 0 45px 38px 50px;
}

.page-interviews .favori {
    background: url(../images/pictos/picto-star.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
}

/* ============================================ */
/*   =   popin Legal notice                     */
/* ============================================ */
#legal-notice {
    background: #f5f5f5;
    margin: 0 auto;
    padding: 47px 49px;
    width: 802px;
}

#legal-notice h1 {
    color: #272727;
    font-family: "MyriadProLight";
    font-size: 28px;
    margin-bottom: 42px;
    text-transform: uppercase;
    background: none;
    padding: 0;
}

#legal-notice h2 {
    font-family: "MyriadProLight";
    color: #cf111d;
    font-size: 28px;
}

#legal-notice .cont.scrollbar div {
    font-family: "MyriadProLight";
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 35px;
}

#legal-notice .cont {
    overflow: auto;
    height: 510px;
}

#legal-notice strong {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}

#legal-notice ul {
    display: block;
}

#legal-notice li {
    background: url(../images/pictos/puce-red.png) no-repeat 0 9px;
    font-family: "MyriadProLight";
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 15px;
}

#legal-notice a {
    color: #cf111d;
}

#legal-notice a:hover {
    color: #272727;
}

/* ============================================ */
/*   =   Contract Publishing                    */
/* ============================================ */
.page-contract-publishing .latest-books {
    padding-bottom: 12px;
    min-height: 685px;
}

.page-contract-publishing .carousel-latest-books h3 a {
    font-size: 15px; 
}

.page-contract-publishing .carousel-latest-books ul li {
    width: 100%;
    margin-right: 0;
}

.block-txt1-ctr-publishing {
    background: #e6e6e6;
    min-height: 695px;
    padding-top: 120px;
}

.block-txt1-ctr-publishing p {
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 26px;
}

.block-txt2-ctr-publishing {
    background: #c4141b;
    padding: 45px 50px;
    min-height: 366px;
}

.block-txt2-ctr-publishing p {
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 26px;
    color: #fff;
}

.block-txt2-ctr-publishing p:last-child {
    margin-bottom: 0;
}

.block-txt2-ctr-publishing ul {
    padding-bottom: 20px;
}

.block-txt2-ctr-publishing li {
    background: url(../images/pictos/puce-list-white.png) no-repeat 0 9px;
    line-height: 23px;
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 14px;
}

.block-our-clients {
    background: #e6e6e6;
    padding: 50px 20px 50px 50px;
    min-height: 366px;
}

.block-our-clients h2 {
    color: #272727;
}

.block-our-clients p {
    line-height: 23px;
    font-size: 18px;
    color: #272727;
}

.msg-erreur {
    color: red;
    display: none;
}