body[page-id="2551393781"] .contenu {
    width: 100%;
    margin: 0;
    font-size: 16px;
}
.video__wrapper {
    /* background: url('/static/photo_site/wave-pltv.svg') no-repeat;
    background-size: 160%;
    background-position: top;
    background-color: #f7f7f7; */
    scroll-behavior: smooth;
    color: rgba(0, 0, 0, 0.1);
    font-family: 'Lato', 'Open Sans',  sans-serif;
}
.video__wrapper  .header--commune {
    padding: 100px 0 130px 0;
}
@media screen and (max-width: 1400px){
    .video__wrapper  .header--commune {
        padding: 100px 0 120px 0;
    }
}
@media screen and (max-width: 680px){
    .video__wrapper  .header--commune {
        padding: 40px 0 60px 0;
    }
}
.loader {
    width:45px;
    height:45px;
    display:inline-block;
    padding:0px;
    border-radius:100%;
    border:5px solid;
    border-top-color:rgb(255, 147, 24);
    border-bottom-color:rgba(136,136,136, 0.3);
    border-left-color:rgba(255, 147, 24);
    border-right-color:rgba(136, 136, 136, 0.3);
    animation: loader 1s ease-in-out infinite;
    margin: 0 calc(100%/2 - 45px);
    display: none;
 }
 @keyframes loader {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
 }
.container-fluid{
    max-width: 1300px;
    margin: 0 auto;
}
section {
    transition: transform .6s, opacity .6s;
}
.pltv-search {
    position: sticky;
    top: 60px;
    z-index: 4;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: radial-gradient(circle, rgba(96,143,219,1) 0%, rgba(46,71,112,1) 60%);
}
.pltv-search form {
    width: 80%;
    display: flex;
    justify-content: center;
}
.pltv-search input[type=text] {
    border-radius: 25px;
    width: 500px;
    max-width: 100%;
    transition: .3s;
    position: relative;
}
.pltv-search input::placeholder{
    transition: .3s;
}
.pltv-search input:focus::placeholder{
    letter-spacing: 1.1px;
    color: #d17109;
}
.pltv-search input:focus{
    outline: none;
}
.pltv-search button {
    margin-left: -80px;
    background-color: #ef7d00;
    border: none;
    color: white;
    font-size: 0.8em;
    padding: 0 1.4em;
    border-radius: 2em;
    transition: .3s;
    z-index: 0;
    transition: .3s;
    min-width: 150px;
}
.iframe-container{
    position: relative;
    padding-top: 56.25%;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pltv-search button:hover{
    background-color: #fc9f3d
}
.pltv-section {
    width: 100%;
    padding: 20px 40px;
    overflow:auto;
}
.pltv-section--accent {
    background-color: white;
}
.pltv-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    justify-content: center;
    padding: 5px 0;
}
/* hack pour régler le bug de css grid avec white-space: now-wrap */
.pltv-container a {
    min-width: 0;
}
#a-la-une .pltv-container{
    grid-template-columns: repeat(3, 1fr);
}
#a-la-une .pltv-title{
    font-size: 1em;
    margin-bottom: 0;
}
/*
#a-la-une .head-left h2 {
    color: white;
}
*/
#a-la-une .pltv-bloc-video {
    background-color: #fff;
    padding: 0;
    justify-content: space-between;
}
#a-la-une .pltv-bloc-video .pltv-meta{
    padding: 10px;
}

#youtube .pltv-container, #youtubeOnLoad .pltv-container{
    grid-template-columns: repeat(3, 1fr);
}
#youtube .--search-container{
    grid-template-columns: repeat(3, 1fr); 
}
.pltv-bloc-video {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    font-size: 14px;
    transition: .3s;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}
.pltv-bloc-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    background-color: #fff;
    margin: 7.5px 0;
    padding: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.pltv-bloc-list .pltv-thumbnail,
#a-la-une .pltv-bloc-video .pltv-thumbnail {
    margin: 0;
} 
.pltv-thumbnail-list{
    width: 25%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.pltv-section--accent .pltv-bloc-video {
    justify-content: space-between;
}
.pltv-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px 0px 10px 0;
    line-height: 2;
}
.pltv-section-head .head-left {
    display: flex;
    align-items: center;
}
.pltv-section-head img {
    margin-right: 10px;
}
.pltv-section-head h2 {
    color: #1b1b1b;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.2em;
}
.pltv-section-head a {
    color: #2e4770;
    font: 700 16px/1.2 'Lato';
    display: flex;
    align-items: center;
    transition: 0.15s all ease;
}
.pltv-section-head a .fa {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
}
.pltv-section-head a:hover {
    color: #355282;
}
.pltv-thumbnail {
    width: 100%;
    height: 0;
    margin-bottom: 10px;
    background-color: #000;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    cursor: pointer;
    position: relative;
    transition: .3s;
    padding-top: 56.25%;
    position: relative;
}
.pltv-thumbnail:hover::after {
    opacity: 1;
}
.pltv-thumbnail::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/static/photo_site/tdw-main-play-btn.png");
    background-size: 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s
}
.pltv-thumbnail img {
    width: 100%;
    height: auto;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pltv-meta {
    line-height: 1.8;
    color: #636363;
    padding: 2px 10px 10px 10px;
}
.pltv-meta-list{
    line-height: 1.8;
    color: #636363;
    padding-left: 15px;
    max-width: 75%;
}
.pltv-title {
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.2;
    color: #1b1b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7.5px;
}
.pltv-user {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 700;
    color: #1b1b1b;
}
.pltv-data {
    display: inline-block;
    width: 100%;
}
.pltv-data h4 {
    font-weight: 700;
    margin-top: 7.5px;
}
.pltv-data p {
    line-height: 1.2;
}
.pltv-tags {
    color: #2f4770;
    font-weight: 700;
    margin-top: 7.5px;
}

.pltv-tags span {
    color: #636363;
}
.pltv-article {
    margin-bottom: 20px;
    min-height: 150px;
}
.pltv-btn {
    display: block;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    background-color: #2e4770;
    text-align: center;
    margin: 0 auto;
    padding: 6px;
    transition: .3s;
}
.pltv-btn:hover {
    background-color: #fc9f3d;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
/* 
.btn-a-la-une {
 background-color: #ef7d00; 
}
*/
.pltv-metadata {
    background-color: #fff;
}
.pltv-video {
    width: 70vw;
    max-height: 80vh;
    overflow-y: scroll;
    margin: 0 auto;
    background: white;
    transition: .6s;
    transform: translateY(-100px);
}
.pltv-youtube-grid .pltv-video-container {
    width: 100%;
    height: auto;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.pltv-video-content{
    float: left;
    width: 100%;
    line-height: 2;
    padding: 15px;
}
.pltv-video-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
}
.pltv-video-header .title {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 8px;
}
.pltv-video-header p {
    font-size: 1em;
    color: rgb(95, 95, 95);
}
.pltv-video-content .desc{
    margin-top: 40px;
}
.pltv-video-content h4 {
    font-size: 1em;
    line-height: 1.2;
    margin: 15px 0 5px 0;
    color: #1b1b1b;
}
.pltv-video-content p {
    font-size: 1em;
    color: #6d6d6d;
    line-height: 1.58;
    word-break: break-word;
}
.pltv-youtube-grid{
    height: auto;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
}
.pltv-youtube-vids{
    width: 100%;
    padding: 0 10px 0;
    display: flex;
    flex-direction: column;
}
.pltv-youtube-vid{
    width: 100%;
    background: #484848;
    height: auto;
    margin-top: 5px;
    transition: .3s;
    cursor: pointer;
    position: relative;
}
.pltv-youtube-vid::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/static/photo_site/tdw-main-play-btn.png");
    background-size: 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s
}
.pltv-youtube-vid:hover{
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4)
}
.pltv-youtube-vid:hover::after{
    opacity: 1;
}
#search-results h3{
    margin-bottom: 20px;
}
.ytp-cued-thumbnail-overlay-image{
    background-size: contain !important;
}
.search__heading {
    margin: 50px auto 0;
}

.pltv-vues:before {
    content: '•';
    margin: 0 4px;
}

.pltv-modal-close.collab__profile--topBar {
    display: none;
}

.pltv-divider {
    margin: 20px auto 0;
    width: 100%;
    border: 0;
    height: 1px;
    padding: 0;
    color: rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
    border: 0;
}
.singleVid-left {
    margin: 20px 0;
    float: left;
    width: calc(100% - 350px);
}
.singleVid-left .pltv-section {
    padding: 0 10px;
}
.singleVid-right {
    float: left;
    margin: 20px 0;
    width: 350px;
}
.pltv-suggested-vid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.pltv-suggested-vid:last-child {
    margin-bottom: 0;
}
.pltv-suggested-vid .pltv-thumbnail {
    margin-bottom: 0;
}
.pltv-suggested-vid a {
    width: 50%;
}
.pltv-suggest-vid-data{
    width: 50%;
    padding: 0 5px;
    font-size: 0.8rem;
}
.pltv-suggest-vid-data h4{
    font-size: 0.9rem;
}
.pltv-box{
    color:#6d6d6d; 
    background: white; 
    padding: 10px; 
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.pltv-box h4{
    color:#1b1b1b; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 10px;
}
.pltv-box h4>a{
    padding: 2%; 
    width: 100%; 
    text-align: center; 
    font-size: 1.1rem;
}
.pltv-box-link {
    color: #2e4770;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    transition: 0.15s all ease;
}
.pltv-box-link:hover {
    color: #355282;
}
.pltv-pubYT{
    width: 100%; 
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.pltv-pubYT:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.pltv-pubYT img{
    width: 100%;
    height: auto;
}
.pltv-pubYT p {
    position: absolute;
    z-index: 2;
    letter-spacing: 1.3px;
    text-align: center; 
    width: 100%;
    font-size: 1.6rem;
    line-height: 3;
    color: white; 
    text-transform: uppercase; 
    font-weight: 700; 
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.filter-form__btn:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.filter-form__btn:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.filter-form__btn {
    background: #bbbbbb;
    margin: 0 -1px;
    padding: 0px 15px;
    color: white;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: .2s;
}
.filter-form__btn:hover {
    background: rgba(237, 127, 0, 0.6);
}
.filter-form__btn > * {
    display: none;
}
.filter-form__btn.selected {
    background: #ed7f00;
}
.pltv-pubYT span{
    font-size: 1rem;
}
.singleVid-left .pltv-pubYT {
    margin: 20px 0;
}
.singleVid-left .pltv-pubYT p {
    font-size: 1.4rem;
}
@media screen and (max-width: 1500px) {
    .pltv-thumbnail-list{
        width: 30%;
    }
    .pltv-meta-list {
        width: 70%;
    }
}
@media screen and (max-width: 1300px) {
    .pltv-container {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
    }
    #youtube .--search-container{
        grid-template-columns: repeat(3, 1fr);
    }
    #youtube .pltv-container, #youtubeOnLoad .pltv-container{
        grid-template-columns: repeat(3, 1fr);
    }
    .pltv-pubYT{
        margin: 20px 0 20px 0;
    }
    .pltv-pubYT p{
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .pltv-pubYT span{
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 1100px) {
    body {
        background-size: 250%;
    }
    .singleVid-left {
        width: 100%;
    }
    .singleVid-left .pltv-section {
        padding: 0 0;
    }
    .singleVid-right {
        width: 100%;
    }
    .pltv-thumbnail-list{
        width: 50%;
    }
    .pltv-meta-list{
        max-width: calc(50% - 20px);
    }
    .pltv-suggested-vid a {
        width: 30%;
    }
    .pltv-suggest-vid-data {
        width: 70%;
    }
    .pltv-youtube-vids {
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    body {
        background-size: 400%;
    }
    .pltv-video {
        width: 100vw;
        height: calc(100vh - 60px);
        max-height: none;
    }
    .pltv-modal-close.collab__profile--topBar {
        display: block;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .pltv-metadata{
        font-size: 0.9em;
    }
    
    #a-la-une .pltv-container{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .pltv-container {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 16px;
    }
    #youtube .--search-container{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    #youtube .pltv-container, #youtubeOnLoad .pltv-container{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    body {
        background-size: 600%;
    }
    .pltv-search form {
        width: 90%;
    }
    .pltv-search a {
        display: none;
    }
    .pltv-search input[type=text] {
        width: 100%;
    }
    .pltv-search button {
        font-size: 15px;
        padding: 0 1em;
    }
    .pltv-section {
        margin: 20px auto;
        padding: 20px;
    }
    .search__heading {
        margin: 20px auto 0;
    }
    .pltv-thumbnail-list{
        width: 100%;
    }
    .pltv-meta-list{
        max-width: 100%;
        margin: 0;
        padding: 15px;
    }
    .pltv-pubYT p{
        font-size: 1.1rem;
        line-height: 2;
    }
    .pltv-pubYT span{
        font-size: 0.7rem;
    }
    .pltv-bloc-list {
        padding: 0;
    }
    .filter-form__btn {
        min-width: 80px;
        font-size: 0.8em;
    }
    
}
@media only screen and (max-width: 600px) {
    .pltv-bloc-video {
        width: 100%;
    }
    .pltv-header h1 {
        font-size: 1.6em;
    }
    .pltv-section {
        margin: 0 0 0 0;
    }
    .container-fluid {
        padding: 0 10px;
    }
    .pltv-video-header .title {
        font-size: 1em;
    }
    .pltv-youtube-vids {
        display: none;
    }
    .pltv-modal-close.collab__profile--topBar .topRetour {
        padding: 0.7em;
    }
    .search__heading {
        margin: 20px auto;
    }
    .pltv-pubYT {
        padding: 15px;
    }
    .pltv-pubYT img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .singleVid-left .pltv-pubYT p,
    .pltv-pubYT p{
        position: relative;
        font-size: 1rem;
        line-height: 1.2;
    }
    .pltv-pubYT span {
        display: block;
        margin-top: 7.5px;
    }
    .pltv-section-head img {
        width: 30px;
        margin-right: 5px;
    }
    .pltv-section-head h2 {
        font-size: 1em;
    }
    .pltv-section-head a {
        font-size: 13px;
    }
}