@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


@font-face {
    font-family: 'Barna Stencil Bold';
    src: url("../../fonts/BarnaStencil-Bold.eot");
    src: url("../../fonts/BarnaStencil-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BarnaStencil-Bold.woff2") format("woff2"), url("../../fonts/BarnaStencil-Bold.woff") format("woff"), url("../../fonts/BarnaStencil-Bold.ttf") format("truetype"), url("../../fonts/BarnaStencil-Bold.svg#BarnaStencil-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barna Stencil';
    src: url("../../fonts/BarnaStencil-Regular.eot");
    src: url("../../fonts/BarnaStencil-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/BarnaStencil-Regular.woff2") format("woff2"), url("../../fonts/BarnaStencil-Regular.woff") format("woff"), url("../../fonts/BarnaStencil-Regular.ttf") format("truetype"), url("../../fonts/BarnaStencil-Regular.svg#BarnaStencil-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barna';
    src: url("../../fonts/Barna-Bold.eot");
    src: url("../../fonts/Barna-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Barna-Bold.woff2") format("woff2"), url("../../fonts/Barna-Bold.woff") format("woff"), url("../../fonts/Barna-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "Barna-Regular";
    src: url("../../fonts/Barna-Regular.eot");
    src: url("../../fonts/Barna-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Barna-Regular.woff2") format("woff2"), url("../../fonts/Barna-Regular.woff") format("woff"), url("../../fonts/Barna-Regular.ttf") format("truetype"),url('../../fonts/Barna-Regular.otf') format("opentype");
}

a :hover {
    text-decoration: underline;
    cursor: pointer;
}

.homepagemenumainexe div {
    word-wrap: break-word;
    word-break: break-word;
}

.header {
    margin: 0 !important;
}

.press-tooltip .tooltiptext {
    opacity: 0;
    position: absolute;
    color: #000000;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.1em;
    width: fit-content;
    padding: 0.3em;
    bottom: 1%;
    right: calc(1% + 20px);
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.press-tooltip:hover .tooltiptext {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    z-index: 90;
}

.tooltiptext:empty {
    display: none;
}

.flex-column-block {
    display: -webkit-box;
    height: 505px;
}

.homepagemenumainexe .flex-column-block {
    height: 70vh;
}

.temps-forts{
    position: relative;
    width: 75%
 }

.temps-forts .header-container {
    position: relative !important;
}

.temps-forts .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bloc-replay{
    position: relative;
    width: 25%;
}

.backgroundCenterCover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.temps-forts a {
    display: block;
}

.temps-forts a:hover div {
    text-decoration: underline;
}

.temps-forts div, .temps-forts a{
    position: absolute;
    width: 100%;
    height: 100%;
}

.temps-forts a:hover .header-container {
     background: rgba(0,0,0,0.5);
     transition: all 0.5s ease-in-out;
}

.temps-forts a .header-container {
    transition: all 0.5s ease-in-out;
}

.temps-forts .carousel-item{
    background: no-repeat center;
    background-size: cover;
}

.temps-forts .header-container .textBlock {
    display: flex;
    flex-direction: column;
    width: 75%;
    height: fit-content;
    height: -moz-fit-content;
    bottom: 17%;
    justify-content: flex-end;
    left: calc(6.25% + 20px);
}

.temps-forts .header-container .textBlock > div {
    text-align: left;
    color: white;
    height: fit-content;
    height: -moz-fit-content;
    position: unset;
}

.temps-forts .title {
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1.0);
    letter-spacing: 0.16rem;
    line-height: 2.375rem;
    margin-bottom: 0.625rem;
}

.temps-forts .sub-title {
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.temps-forts .category {
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 1.125rem;
    line-height: 2.5rem;
}

.temps-forts a:hover *:not(u), .temps-forts a :hover:not(u) {
    text-decoration: none !important;
}

.program-label-line .ico-share-press{
    position: relative;
    top: -5px;
}

.actions .ico-share-press-gris{
    position: relative;
    top: 10px;
}

.flex-container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.fil-twitter-home {
    background-color: white !important;
    width: 480px;
}

.twitter-timeline {
    max-height: 300px !important;
}
.twitter-timeline iframe {
    max-height: inherit;
}

.ico-share-press{
    background: url("../img/share.svg") no-repeat center !important;
    background-size: 30px 30px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ico-download-press{
    background: url("../img/download-button_blue.svg") no-repeat center !important;
    background-size: 15px 15px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ico-download-press:hover{
    background: url("../img/download-button_blue_hover.svg") center no-repeat !important;
}

.ico-share-press-gris{
    mask: url("../img/share.svg") !important;
    -webkit-mask: url("../img/share.svg") !important;
    background-size: 30px 30px !important;
    background-color: #4b545f !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ico-share-press:hover, .ico-share-press-gris:hover, .actions a:hover .ico-share-press-gris{
    background: url("../img/share_hover.svg") !important;
}

#displayFullVideo.modal .row > div.text {
    background: linear-gradient(-30deg,#42aff6, #4A90E2);
}

#displayFullVideo.modal button.close {
    color: #4A90E2;
}

#displayFullVideo.modal button.close:hover{
    color: white;
    background-color: #4A90E2;
}

.article1 a:hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.article1 a.lien-image:hover ~ a.pressKit {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.hover-text{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.article1 a.lien-partager, .video-slider a.lien-download, .blocvid351os .contentvideo a.lien-download {
    float: right;
    display: inline-flex;
}

a.lien-partager:hover span + i{
    background: url("../img/share_hover.svg") center no-repeat !important;
}

a.lien-download:hover span + i{
    background: url("../img/download-button_blue_hover.svg") center no-repeat !important;
}

.homepagemenumainexe {
    position: relative;
    margin-left: 6.25%;
    font-family: "Barna Stencil", "sans-serif";
    background-color: rgba(24, 32, 48, 1.0);
}

.homepagemenumainexe > div {
    margin-left: 6.25%;
}

.homepagemenumainexe .blocvid351o {
    background-color: rgba(255, 255, 255, 0.0);
    width: 500px;
    position: absolute;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.blocvideos  {
    position: absolute;
    width: 100%;
    height: 40%;
    align-self: flex-end;
    text-decoration: none !important;
    background: radial-gradient(circle, rgba(118,178,232,1) 0%, rgba(57,112,194,1) 72%);
}

.blocoffrereplay .backgroundblue {
    background-color: rgba(255, 255, 255, 0.0);
}

.bandesannoncesext {
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vh;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 2.5vh;
    width: 100%;
    text-decoration: none !important;
    padding: 0 2vw;
}



.homepagemenumainexe .blocvid351o .bandesannoncesext .span2 {
    font-size: 22.0px;
    line-height: 24.0px;
}

.homepagemenumainexe .blocvid351o .bandesannoncesext .span3 {
    font-size: 22.0px;
    line-height: 26.0px;
}

.homepagemenumainexe .blocvid351o .bandesannoncesext .span4 {
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 22.01px;
    line-height: 26.0px;
}

.homepagemenumainexe .blocvideos .touteslesvid311os {
    background-color: rgba(255, 255, 255, 0.0);
    margin-top: 3.5vh;
    margin-bottom: 1vh;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: 0.82px;
    line-height: 5.2vh;
    text-decoration: none !important;
}

.touteslesvid311os-titre {
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 5vh;
    padding: 0 2vw;
}

.background-gradient {
    background: linear-gradient(to top, rgba(24, 32, 48, 1.0) 95%, rgb(59, 78, 115));
}
.page-title {
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 50px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: 0.68px;
    line-height: 45.0px;
    padding: 5% 0;
    margin-left: calc(6.25% - 12px) !important;
}

.d351couvrirwhite  {
    background-image: url("../img/homepagemenumainexe-d351couvrirwhite.png");
    background-color: rgba(255, 255, 255, 0.0);
    height: 41px;
    width: 135px;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
 .d351couvrirwhite:hover, a:hover .d351couvrirwhite {
    background-image: url("../img/homepagemenumainexestickyon1stelements-d351couvrirwhite.png");
}

.homepagemenumainexe .blocoffrereplay {
    background-color: rgba(255, 255, 255, 0.0);
    height: 60%;
    width: 100%;
    padding: 3% 3% 3% 2vw;
    align-self: flex-start;
    top: 0;
    position: absolute;
    text-decoration: none !important;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .blocoffrereplay .image {
    background-color: rgba(255, 255, 255, 0.0);
    /*top: 36px;*/
    /*height: 475px;*/
    width: 500px;
    position: absolute;
    margin: 0;
    left: 0px;
    overflow: hidden;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

a .ico-file_download {
    color: rgba(73, 143, 225, 1.0);
    background-color: white;
}
a:hover .ico-file_download, .ico-file_download:hover {
    background-color: white;
    color: black;
}

.homepagemenumainexe .blocoffrereplay .image .mask {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 475px;
    width: 500px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}


.homepagemenumainexe .blocoffrereplay .offrereplay {
    background-color: rgba(255, 255, 255, 0.0);
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    color: #000000;
    text-align: left;
    letter-spacing: 0.82px;
    line-height: 1;
    font-size: 40px;
    max-height: 32vh;
    min-height: 15vh;
}

a.blocoffrereplay:hover, .offrereplay:hover, .bloc-replay a:hover .offrereplay *:not(u), .bloc-replay .offrereplay:hover :not(u), .bloc-replay a .offrereplay :hover:not(u) {
    text-decoration: none !important;
}

.offrereplay-titre {
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 50px;
}

.blocoffrereplay .btn-decouvrir {
    display: block;
    position: absolute;
    bottom: 1VH;
    left: 2vw;
}

.blocvideos .btn-decouvrir {
    display: block;
    position: absolute;
    bottom: 1VH;
    left: 2vw;
}

.homepagemenumainexe .blocoffrereplay .blocoffrereplay1 {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 511px;
    width: 100%;
    width: -moz-available;
    overflow: hidden;
    /*position: absolute;*/
    margin: 0;
    left: 58px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.mask .blocoffrereplay1 {
    height: 279px;
    width: 500px;
}

.blocoffrereplay  .d351couvrirblue {
    background-image: url("../img/homepagemenumainexesticky-d351couvrirblue.png");
    background-color: rgba(255, 255, 255, 0.0);
    height: 41px;
    width: 135px;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.blocoffrereplay .d351couvrirblue:hover, .blocoffrereplay:hover .d351couvrirblue {
    background-image: url("../img/homepagemenumainexe-d351couvrirwhite.png");
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


.menuapmainclassic {
    background-color: rgba(24, 32, 48, 1.0);
    top: 0px;
    /*height: 55px;*/
    width: 1800px;
    position: absolute;
    margin: 0;
    left: 120px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna-Regular", Helvetica, Arial, serif;
}

a.lien-partager, a.lien-download{
   color: white;
   text-decoration: none;
}
.program-label-line{
    display: inline !important;
    font-size: 0.87rem;
    margin: 1% 0;
    word-break: normal !important;
}

.menuapmainclassic .menuap {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 55px;
    width: 1800px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menuapmainclassic .search {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 55px;
    width: 55px;
    position: absolute;
    margin: 0;
    left: 1745px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menuapmainclassic .search .icon30loupe {
    background-color: rgba(255, 255, 255, 0.0);
    top: 17px;
    height: 22px;
    width: 22px;
    position: absolute;
    margin: 0;
    left: 17px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menuapmainclassic .search .icon30loupe .shape {
    /*background-image: url("../img/loupe_blanche22.png");*/
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 22px;
    width: 22px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.bodyBlack {
    background-color: rgba(24, 32, 48, 1.0);
    /*width: 1800px;*/
}

#conteneur {
    display: flex;
    height: 750px;
    margin-left: 0;
    /*width: 80%;*/
    /*margin-left: 20%;*/
}

.succ350sdaudiencepo-category {
    background: linear-gradient(to top, rgba(24, 32, 48, 1.0) 50%, rgb(59, 78, 115));
    margin-left: 0 !important;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 50px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: 0.68px;
    line-height: 45.0px;
    padding: 5% 0 3% calc(6.25% - 9px);
}

#conteneur2 {
    display: flex;
    width: 20%;
    flex-direction: column;
    height: 750px;
}

.element1 {
    /*background-color: blue;*/
    width: 80%;
    height: 750px;
}

.imageCarousel {
    /*margin-left: 29%;*/
    height: 750px;
    width: 100%;
}

.imageFitCover {
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.element2 {
    /*background-color: red;*/
    height: 500px;

}

.element3 {
    /*background-color: green;*/
    height: 250px;

}

.carousel-navigate {
    height: fit-content !important;
    height: -moz-fit-content !important;
    top: 85%;
}

.carousel-arrowleft {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.0);
    height: 39px !important;
    width: 39px !important;
    margin: 0;
    left: calc(6.25% + 20px);
    overflow: hidden;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.carousel-arrowleft .arrow-left {
    background-image: url("../img/arrow_left.png");
    background-color: rgba(255, 255, 255, 0.0);
    height: 39px !important;
    width: 39px !important;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.carousel-arrowleft .arrow-left:hover {
    background-image: url("../img/arrow_left_hover.png");

}

.carousel-arrowright {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.0);
    height: 39px !important;
    width: 39px !important;
    margin: 0;
    left: calc(6.25% + 62px);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.carousel-arrowright .arrow-right {
    background-image: url("../img/arrow_right.png");
    background-color: rgba(255, 255, 255, 0.0);
    height: 39px !important;
    width: 39px !important;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.carousel-arrowright .arrow-right:hover {
    background-image: url("../img/arrow_right_hover.png");

}

.textes {
    background-color: rgba(255, 255, 255, 0.0);
    top: 409px;
    height: 217px;
    width: 818px;
    position: absolute;
    margin: 0;
    left: 120px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.textes .jeudi8et9mai201 {
    background-color: rgba(255, 255, 255, 0.0);
    top: 165px;
    height: auto;
    width: 818px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 26.0px;
}

.textes .s351riesetfictions {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: auto;
    width: 727px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 18.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 40.0px;
}

.textes .edenunes351rier351aa {
    background-color: rgba(255, 255, 255, 0.0);
    top: 46px;
    height: auto;
    width: 820px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 40.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: 2.5px;
    line-height: 38.0px;
}

.textes .edenunes351rier351aa .span1 {
    line-height: 35.0px;
}

.textes .edenunes351rier351aa .span1:hover {
    line-height: 35.0px;
    text-decoration: underline;
}

.textes .edenunes351rier351aa .span2 {
    font-size: 38.0px;
    color: rgba(253, 77, 15, 1.0);
    line-height: 35.0px;
}

.homepagemenumainexe .lesderni350resactus {
    background-color: rgba(255, 255, 255, 0.0);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 50.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: 0.68px;
    line-height: 45.0px;
    margin-top: 15vh;
    margin-bottom: 2vh;
    margin-left: calc(6.25% - 9px);
}
.homepagemenumainexe .header + .lesderni350resactus {
    margin-top: 3vh !important;
}

.anima-valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article1 {
    background-color: rgba(255, 255, 255, 0.0);
    /*top: 925px;*/
    height: min-content !important;
   /* width: 506px;*/
    /*position: absolute;*/
      margin: 12px 25px;
    /*left: 241px;*/
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.article1 .mainimage {
    background-color: rgba(62, 67, 88, 1.0);
    height: 279px;
    width: 500px;
    margin: 0 0 3% 0;
    overflow: hidden;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.succ350sdaudiencepo {
    background-color: rgba(255, 255, 255, 0.0);
  /*  height: 100px;*/
    margin-bottom: 1%;
    width: 490px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna", Helvetica, Arial, sans-serif;
    font-size: 22.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 26.0px;
    margin-top: 2%;
}

.sous-titre{
    text-align: left;
    font-family: "Barna-Regular", Helvetica, Arial, sans-serif;
    font-size: 18.0px;
    color: rgba(255, 255, 255, 1.0);
    width: 490px;
}


.homepagemenumainexe .article1 .contentheaderarticle {
    background-color: rgba(255, 255, 255, 0.0);
    /*margin-top: -80px;*/
    height: 30px;
    width: 506px;
    /*position: absolute;*/
    /*margin: 0;*/
    /*left: 0px;*/
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .share {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 30px;
    width: 72px;
    position: absolute;
    margin: 0;
    left: 420px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .share .partager {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: auto;
    width: auto;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna-Regular", Helvetica, Arial, serif;
    font-size: 13.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 30.0px;
}

.homepagemenumainexe .article1 .contentheaderarticle .share .icon30share {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    margin: 0;
    left: 52px;
    overflow: hidden;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .share .icon30share .background {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .share .icon30share .shareoption {
    background-color: rgba(255, 255, 255, 0.0);
    top: 7px;
    height: 16px;
    width: 18px;
    position: absolute;
    margin: 0;
    left: 12px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .share .icon30share .shareoption .path {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 16px;
    width: 18px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .dividers {
    background-color: rgba(255, 255, 255, 0.0);
    top: 11px;
    height: 9px;
    width: 359px;
    position: absolute;
    margin: 0;
    left: 70px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.homepagemenumainexe .article1 .contentheaderarticle .dividers .rectangle1 {
    background-color: rgba(255, 255, 255, 1.0);
    top: 0px;
    height: 9px;
    width: 1px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 0.2;
}

.homepagemenumainexe .article1 .contentheaderarticle .dividers .rectanglecopy4 {
    background-color: rgba(255, 255, 255, 1.0);
    top: 0px;
    height: 9px;
    width: 1px;
    position: absolute;
    margin: 0;
    left: 121px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 0.2;
}

.homepagemenumainexe .article1 .contentheaderarticle .dividers .rectanglecopy7 {
    background-color: rgba(255, 255, 255, 1.0);
    top: 0px;
    height: 9px;
    width: 1px;
    position: absolute;
    margin: 0;
    left: 352px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 0.2;
}

.homepagemenumainexe .article1 .contentheaderarticle .a00002019dossierd {
    background-color: rgba(255, 255, 255, 0.0);
    top: 8px;
    height: auto;
    width: 421px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna-Regular", Helvetica, Arial, serif;
    font-size: 13.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 15.0px;
}

.press1 {
    font-family: "Barna-Regular", Helvetica, Arial, serif;
    color: white;
}

.divider{
    color: #706f6f;
}

.span2-kit {
    font-family: "Barna", Helvetica, Arial, serif;
    color: rgba(255, 70, 2, 1.0);
    text-transform: uppercase;
}


.span2-release {
    font-family: "Barna", Helvetica, Arial, serif;
    color: rgba(73, 143, 225, 1.0);
    text-transform: uppercase;
}

.span3-category {
    font-family: "Barna", Helvetica, Arial, serif;
    text-transform: uppercase;
    color: white;
}

#conteneur-actus, #conteneur-actus-bis, #conteneur-actus-tris {
    display: flex;
    align-items: flex-start;
    margin-top: 0px !important;
    padding-top: 1%;
    margin-left: calc(6.25% - 34px) !important;
    margin-right: 54px !important;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.marginBottomFooter {
    margin-bottom: 50px;
}

.homepagemenumainexe .article1 .contentheaderarticle .a00002019dossierd .span3 {
    font-family: "Barna", Helvetica, Arial, serif;
    color: rgba(73, 143, 225, 1.0);
}

.homepagemenumainexe .article1 .contentheaderarticle .a00002019dossierd .span4 {
    font-family: "Barna", Helvetica, Arial, serif;
    text-transform: uppercase;
}

.homepagemenumainexe .article1 .contentheaderarticle .a00002019dossierd .span5 {
    font-family: "Barna", Helvetica, Arial, serif;
    color: rgba(73, 143, 225, 1.0);
}

.homepagemenumainexe .article1 .contentheaderarticle .a00002019dossierd .span6 {

}


.homepagemenumainexe .logotypeap {
    background-color: rgba(255, 255, 255, 0.0);
    top: -2px;
    height: 180px;
    width: 248px;
    position: absolute;
    margin: 0;
    left: 236px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}


.homepagemenumainexe .logotypeap .logotypeap2 {
    background-color: rgba(255, 255, 255, 0.0);
    top: -2px;
    padding-top: 8px;
    height: 51px;
    width: 90px;
    position: absolute;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    color: #FFFFFF;
    font-family: "Barna", "Barna-Regular", sans-serif;
    line-height: 22px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.homepagemenumainexe .sticky {
    position: fixed;
    top: 0;
}

.homepagemenumainexe .sticky .logotypeap1 {
    display: none;
}

.homepagemenumainexe .logotypeap .logotypeap1:hover {
    background-image: url("../img/homepagemenumainexeon1stelements-logotypeap.png");
}

.homepagemenumainexe .logotypeap .logotypeap2:hover {
    text-decoration: none !important;
    color: #4A90E2;
}

.homepagemenumainexe .twitter .headertwitter .followus .followus1:hover {
    background-image: url("../img/homepagemenumainexeon1stelements-followus.png");
}

/*.homepagemenumainexe .menuapmainclassic .search .rectangle6235copiecopy2:hover {
    background-image: url("../img/loupe_bleue22.png");

}*/

.group2 .circlecopie14copy:hover {
    background-image: url("../img/arrow_right_hover.png");

}

.blocphototele {
    display: block;
    background: radial-gradient(circle, rgba(69,167,255,1) 0%, rgba(55,92,139,1) 90%);
    top: 2237px;
    height: 210px;
    width: 500px;
    /*position: absolute;*/
    margin: 0;
    /*left: 1300px;*/
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.blocphototele .rectanglecopy5 {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 210px;
    width: 500px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.blocphototele .rendezvoussurles {
    background-color: rgba(255, 255, 255, 0.0);
    top: 95px;
    height: auto;
    width: 362px;
    position: absolute;
    margin: 0;
    left: 48px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 20.0px;
    text-decoration: none !important;
}

.blocphototele .rendezvoussurles .span1 {
    line-height: 24.0px;
    text-decoration: none !important;
}

.offrereplay .span1 {
    text-decoration: none !important;
}

.offrereplay .span1 *, .retrouveztouslesp .span1 *{
    line-height: unset;
}

.offrereplay .span1 span, .retrouveztouslesp .span1 span{
    display: inline-block;
    /*line-height: 1.2em !important;*/
}

.iconsnavigationlongright {
    mask: url("../img/Long_Right.svg") !important;
    -webkit-mask: url("../img/Long_Right.svg") !important;
    background-size: 40px 16px !important;
    top: 170px;
    height: 20px;
    width: 50px;
    position: absolute;
    margin: 0;
    left: 416px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.blocphototele .iconsnavigationlongright {
    background-color: white;
}

a:hover.blocphototele .iconsnavigationlongright, .blocphototele .iconsnavigationlongright:hover {
    background-color: #42aff6;
}

.blocoffrereplayfooter .iconsnavigationlongright {
    background-color: #42aff6;
}

a:hover.blocoffrereplayfooter .iconsnavigationlongright, .blocoffrereplayfooter .iconsnavigationlongright:hover {
    background-color: black;
}

.blocphototele .phototele {
    background-color: rgba(255, 255, 255, 0.0);
    top: 52px;
    height: auto;
    width: 454px;
    position: absolute;
    margin: 0;
    left: 48px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
    font-size: 40.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    line-height: 26.0px;
    text-decoration: none !important;
}

 .blocoffrereplayfooter {
     display: block;
    background-color: rgba(255, 255, 255, 0.0);
    top: 2477px;
    height: 210px;
    width: 500px;
    margin: 20px 0 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
     text-decoration: none !important;
}

.blocoffrereplayfooter .rectanglecopy5 {
    background-color: rgba(255, 255, 255, 1.0);
    top: 0px;
    height: 210px;
    width: 500px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.blocoffrereplayfooter .rectanglecopy51 {
    background-color: rgba(73, 143, 225, 1.0);
    top: 207px;
    height: 5px;
    width: 500px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

 .blocoffrereplayfooter .rectanglecopy9 {
    background-color: rgba(73, 143, 225, 1.0);
    top: 0px;
    height: 5px;
    width: 500px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

 .blocoffrereplayfooter .retrouveztouslesp {
    background-color: rgba(255, 255, 255, 0.0);
    top: 25px;
    height: auto;
    width: 72.5%;
    position: absolute;
    margin: 0;
    left: 44px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Barna Stencil", "sans-serif";
    color: #000000;
    text-align: left;
    line-height: 1;
    font-size: 40px;
    pointer-events: none !important;
}

 .blocoffrereplayfooter .retrouveztouslesp * {
    pointer-events:  none !important;
}

.noLink, .noLink * {
    cursor: default !important;
    pointer-events: none;
}
.twitter h2 {
    font-size: 18px;
    color: white;
    background: linear-gradient(#279be7, #42aff6);
    font-weight: bold;
    overflow: hidden;
    padding: 10px 20px;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    min-height: 50px;
}

.twitter h2 .btn {
    position: absolute;
    right: 0;
}

.twitter .btn {
    display: block;
    padding: 5px 10px !important;
    text-transform: capitalize;
    font-size: 100%;
    font-family: "Barna-Regular", Helvetica, Arial, serif;
    border: 1px solid white;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(#279be7, #42aff6);
    color: white;
    margin-left: 24px;
    margin-right: 5%;
}

.twitter .btn:hover, .btn:focus{
    background: white;
    color: #42aff6;
    text-decoration: none;
}

article .twitter {
    width: 500px;
}

@media only screen and (min-width: 981px) and (max-width: 1500px){
    .twitter h2 {
        font-size: 11px;
        padding: 6px 10px;
    }

    .homepagemenumainexe .blocvideos .touteslesvid311os {
        line-height: 2.5vh;
    }
    .touteslesvid311os-titre{
        font-size: 3vh;
    }
    .bandesannoncesext {
        line-height: 2.1vh;
        font-size: 2vh;
    }
}

    @media only screen and (max-width: 980px) {

    .page-title {
        font-size: 40px;
        text-align: center;
        letter-spacing: 0.54px;
        line-height: 36px;
        margin-left: unset;
    }

  .homepagemenumainexe  .flex-column-block {
        height: fit-content;
        height: -moz-fit-content;
        display: block;
    }

    .temps-forts, .bloc-replay{
        width: 100%;
    }

    .temps-forts {
        overflow: hidden;
        height: 60vh;
    }

   .temps-forts .header-container .textBlock {
            top: 35%;
            margin: 0 5%;
            width: 95%;
            left: 0;
        }

    .temps-forts .title {
        font-size: 22.0px;
        letter-spacing: 1.5px;
        line-height: 23.0px;
    }

    .temps-forts .sub-title {
        line-height: 20.0px;
    }

    .temps-forts .category {
        font-size: 18.0px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .header .bloc-replay {
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: max-content;
    }

    .carousel-navigate {
        display: flex;
        left: 30%;
        top: 10%;
    }

    .temps-forts .header-container {
        top: -10%;
    }

  .homepagemenumainexe .blocoffrereplay .offrereplay {
      max-height: 100%;
      font-size: 2.5rem;
   }

    .header .bloc-replay > a {
        width: 50%;
        position: relative;
        height: auto;
        align-self: stretch;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        font-size: 2.5rem;
    }

    .header .bloc-replay > a > div {
        line-height: 2.5rem !important;
        padding: 1vw !important;
    }

    .header .bloc-replay > a *[style*="font-size:50px"] {
        font-size: 3.12rem !important;
     }
    .header .bloc-replay > a *[style*="font-size:40px"] {
        font-size: 2.5rem !important;
    }
    .header .bloc-replay > a *[style*="font-size:22px"] {
        font-size: 1.375rem !important;
    }

    .homepagemenumainexe .bloc-replay .btn-decouvrir {
        position: static !important;
    }
    .homepagemenumainexe .bloc-replay .blocoffrereplay .btn-decouvrir{
        position: absolute !important;
        bottom: 0;
        left: unset;
    }
    .homepagemenumainexe .blocoffrereplay .offrereplay {
        position: static;
        text-align: center;
    }

    .offrereplay-titre {
        font-size: 30px;
    }

    .touteslesvid311os {
        text-align: center;
    }

    .homepagemenumainexe .blocvideos .touteslesvid311os-titre {
        font-size: 3vh;
        text-align: center;
        line-height: 3.1vh !important;
    }

    .bandesannoncesext {
        font-size: 15px;
        text-align: center;
        padding: 0;
    }

    #conteneur {
        width: auto;
        height: auto;
        flex-direction: column;
        margin-left: 0;
    }

    #conteneur-press2 {
        display: none;
    }

    .element1 {
        width: auto;
        height: auto;
    }

    #conteneur2 {
        width: auto;
        height: auto;
    }

    .homepagemenumainexe {
        display: flex;
        flex-direction: column;
        margin: auto !important;
    }

    .homepagemenumainexe > div {
        margin-left: 0px;
    }

    .homepagemenumainexe .lesderni350resactus {
        font-size: 30px;
        line-height: 30px;
        color: rgba(255, 255, 255, 1.0);
        text-align: center;
        letter-spacing: 0.68px;
        margin: 5vh 5vw 0 5vw;
        text-align: left;
    }


    .menuapmainclassic, .logotypeap {
        display: none;
    }

    .succ350sdaudiencepo-category {
        margin: 0;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        font-family: "Barna Stencil Bold", Helvetica, Arial, serif;
        font-size: 27px;
        color: rgba(255, 255, 255, 1.0);
        padding-top: 10%;
    }


    #conteneur-actus, #conteneur-actus-bis, #conteneur-actus-tris {
        display: flex;
        width: 100%;
       /* min-width: 318px;*/
        margin-left: 0 !important;
        right: 0 !important;
        padding-top: 9px;
        flex-wrap: wrap;
        flex-direction: column;
    }


   .article1 {
       width: 90vw;
       margin: 8% 5vw;
    }

    .article1 div {
        width: 100%;
        /* min-width: 318px;*/
        height: auto;
        margin: 2% 0;
    }

    .article1 .mainimage {
        width: inherit;
        height: calc(90vw * 0.7);
    }

   .program-label-line{
       font-size: 1.5rem;
       padding: 0 2%;
       display: inline-flex !important;
   }

    a.lien-partager{
       min-width: unset;
       width: fit-content;
       width: -moz-fit-content;
       padding-right: 2%;
       position: absolute;
       right: 0;
   }

   .succ350sdaudiencepo, .sous-titre{
       padding:  0 2%;
   }

    .twitter h2 .btn {
        margin-left: 0;
        margin-right: 10%;
    }

}









