#widget_recent_picts {
    clear: both;
}

#widget_recent_picts a {
    float: left;
    width: 65px;
    height: 65px;
    padding: 0 15px 10px 0;
}
#widget_recent_picts.large a {
    width: 72px;
    height: 72px;
    padding: 0 15px 15px 0;
}
#widget_recent_picts a.alternate {
    padding-right: 0;
}

#widget_recent_picts a img {
    width: 65px;
    height: 65px;
}
#widget_recent_picts.large a img {
    width: 100%;
    height: auto;
}

#album_widget {
    padding-top: 0;
}

.albumwidget_single {
    float: left;
    width: 61px;
    padding-bottom: 10px;
    padding-right: 21px;
    text-align: center;
}

.albumwidget_single.last {
    padding-right: 0;
}

.albumwidget_single a img {
    float: left;
    width: 61px;
    height: 61px;
}

ul.albumwidget_songs {
    margin-bottom: 20px;
}
.link_block ul.albumwidget_songs li {
    font-size: 14px;
    line-height: 18px;
}


.mini_video.full,
.mini_video.home,
.mini_video.widget {
    float: left;
    width: 105px;
    height: 90px;
    padding: 0 4px; /* 108px overall  */
    margin-bottom: 12px;
}
.mini_video.home,
.mini_video.full {
    /*width: 200px;*/
    width: 196px;
    height: 140px;
    padding: 0 16px;
}
#les_videos_large .mini_video.large {
    display: inline-block;
    float: left;
    width: calc(50% - 7.5px);
    height: 110px;
    position: relative;
    margin-bottom: 15px;
}
#les_videos_large .mini_video.large:nth-of-type(odd) {
    margin-right: 15px;
}

#contenu .mini_video.home p,
#contenu .mini_video.full p {
    margin: 0;
}

.mini_video.home .mini_video_title,
.mini_video.full .mini_video_title,
.mini_video.large .mini_video_title,
.mini_video.widget .mini_video_title {
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}
#contenu  .mini_video.large p.mini_video_title {
    margin: 0;
}

.mini_video.home .mini_video_date,
.mini_video.full .mini_video_date,
.mini_video.large .mini_video_date,
.mini_video.widget .mini_video_date {
    color: #999999;
    font-size: 9px;
    text-align: center;
}
#contenu  .mini_video.large p.mini_video_date {
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}

.mini_video.home a.pellicule,
.mini_video.full a.pellicule,
.mini_video.widget a.pellicule {
    position: relative;
    float: left;
    width: 105px;
    height: 52px;
    padding: 0;
    margin-bottom: 2px;
}
.mini_video.home a.pellicule,
.mini_video.full a.pellicule {
    width: 200px;
    height: 100px;
    margin-bottom: 5px;
}
.mini_video.large a.pellicule {
    width: 100%;
    padding: 0;
    position: relative;
}

.mini_video.widget a.pellicule img {
    width: 105px;
    height: 52px;
}
.mini_video.home a.pellicule img,
.mini_video.full a.pellicule img {
    width: 200px;
    height: 100px;
}
.mini_video.large a.pellicule img {
    width: 100%;
    height: auto;
}

.mini_video a.pellicule:after {
    position: absolute;
    height: 24px;
    width: 24px;
    bottom: 10px;
    left: 9px;
    content: '\f144';
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: normal;
    text-decoration: inherit;
    /*background-color: white;*/
    /*-webkit-border-radius: 12px;*/
    /*-moz-border-radius: 12px;*/
    /*border-radius: 12px;*/
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
}
.mini_video.widget a.pellicule:after {
    left: 5px;
    bottom: 5px;
    font-size: 18px;
    height: 18px;
    width: 18px;
}

#wideo_widget_home.right_column_block {
    background: none;
}

/********  CLIPS   **********/

.clip_wrapper {
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
}

.clip_pict {
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    background: peru;
}

.clip_pict img {
    display: block;
    width: 100%;
    height: 100%;
}

.clip_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    padding: 20px 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    color: darkorange;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.clip_pict:hover .clip_cover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    font-size: 24px;
    line-height: 24px;
    padding: 13px 0;
    height: 24px;
}

.clip_content {
    float: left;
    width: 55%;
    padding-left: 5%;
    height: 100%;
}

.clip_wrapper .clip_title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 13px;
    text-transform: none;
    font-weight: bold;
}

.clip_date {
    font-size: 10px;
    color: #565656;
}

/********  SEARCH CITATIONS   **********/

.right_column_block #search_engine {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}

.right_column_block .search-field {
    border: 1px solid;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    padding: 1px 15px;
    width: 159px;
}

.right_column_block .search-submit {
    border: medium none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    height: 19px;
}

/********  COMMUNITY   **********/

.communitywidget_tabs,
#communitywidget_tabs {
    position: absolute;
    top: 30px;
    left: 14px;
    width: 226px;
    border-bottom: 1px solid #999999;
}
.communitywidget_tabs ul,
#communitywidget_tabs ul {
    list-style: none;
    font-weight: bold;
    font-size: 12px;
    height: 14px;
}
.communitywidget_tabs ul li,
#communitywidget_tabs ul li {
    display: inline;
}

#right_column .mf_dyn_tabs {
    color: #999999;
    display: inline-block;
    height: 18px;
    margin-right: 12px;
}
#right_column #communitywidget_tabs .last .mf_dyn_tabs {
    margin-right: 0;
}
#right_column .mf_dyn_tabs.selected {
    color: #505050;
    background: url("img/iconarrow.png") no-repeat center 14px transparent;
    cursor: default;
}

.community_tabs {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.widget_recent_presse {
    float: left;
    width: 100%;
}

.tweet_content,
.widget_recent_presse .presse_content,
.group_content {
    position: relative;
    float: left;
    width: 100%;
    height: 35px;
    margin-bottom: 6px;
}

.widget_recent_presse .presse_content {
    border-bottom: none;
    padding: 0;
}

.widget_recent_presse .presse_content a.fbox {
    float: left;
    margin-right: 11px;
}

.tweet_content_date, .group_content_date {
    font-size: 16px;
}

.tweet_content_date span, .group_content_date span {
    position: absolute;
    left: 0;
}

.tweet_content_date span.day, .group_content_date span.day {
    top: 0;
}

.tweet_content_date span.month, .group_content_date span.month {
    top: 18px;
}

.tweet_content_author,
.tweet_content_title,
.group_content_author,
.group_content_title {
    font-size: 11px;
    float: left;
    padding-left: 30px;
    width: 196px;
    line-height: 17px;
}
#block_247_resp .tweet_content_author {
    border-bottom: none;
    margin-top: 3px;
}


.widget_recent_presse .presse_content_mag,
.widget_recent_presse .presse_content_date {
    font-size: 11px;
    float: left;
    width: 183px;
    width: calc(100% - 43px);
    line-height: 17px;
    height: 18px;
    overflow: hidden;
}

.tweet_content_author,
.widget_recent_presse .presse_content_mag,
.group_content_title {
    border-bottom: 1px #999999 dotted;
}

.group_content_title {
    text-transform: lowercase;
}

/*************   MF.NET    ***************/
.mfdotnetbox_content {
    float: left;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.big .mfdotnetbox_content {
    width: 680px;
    height: auto;
    padding-bottom: 6px;
}

.big .mfdotnetbox_content ul {
    float: left;
    width: 216px;
    padding-right: 10px;
}

.link_block ul, .photo_block ul {
    list-style: none;
}

.link_block ul li {
    font-size: 11px;
    border-left: 3px solid;
    margin-bottom: 6px;
    padding-left: 4px;
    line-height: 15px;
}

#contenu .link_block ul li a:hover {
    text-decoration: none;
}

.photo_block ul li {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: 0;
}

.photo_block ul li.firstline {
    margin-bottom: 19px;
}

.photo_block ul li.last4line {
    margin-right: 0;
}

.photo_block ul li a {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
}

.photo_block ul li img {
    width: 48px;
    height: 48px;
    border: 1px solid black;
}

.photo_block ul li.widgetimage_sep {
    float: left;
    width: 10px;
    height: 42px;
}

#contenu .photo_block p.mf_link_button_v3_wrapper {
    margin: 19px 0 0 0;
}

/************* PARTENAIRES ***************/
#partner_topbox {
    width: 100%;
    padding: 0;
}

.partner_topbox_line {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/*************** MEMENTO   *************************/

#right_column_memento_block.right_column_block.right_column_block_2cols {
    height: 74px;
}

#right_column_memento_block .right_block p {
    padding-top: 30px;
}

#right_column_memento_block .memento_imgs a {
    float: left;
    padding: 4px;
}

#right_column_memento_block .memento_imgs a img {
    width: 76px;
    height: 66px;
}

#right_column_memento_block .memento_links {

}

/*************** RECHERCHE GALERIE ****************/

#gallery_search_widget {
    color: white;
}

#gallery_search_widget select {
    margin-bottom: 10px;
    width: 100%;
}

#submitReferentielSearch {
    background-color: #ff7e00;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px;
}

/****************** COLLECTION   *********************/
#collection_widget {
    padding-bottom: 5px;
}

a#access_my_collection {
    /*background-color: #ff7e00;*/
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px;
}

#collection_widget h3.subtitle {
    border-bottom: 1px dotted white;
    color: white;
    margin: 8px 0 15px;
}

/******************   LA UNE   *********************/

#la_une {
    float: left;
    width: 100%;
    height: 33px;
    line-height: 33px;
    margin-bottom: 20px;
}

#la_une #la_une_title {
    float: left;
    height: 33px;
    width: 200px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    background: #1c1c1c;
}

#la_une ul#la_une_content {
    float: left;
    width: 853px;
    height: 33px;
    overflow: hidden;
    padding: 0 5px;
    list-style: none;
    background: url("img/une_arrow.png") no-repeat 0 8px transparent;
}

#la_une ul#la_une_content li {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 32px;
}

#la_une ul#la_une_content li a {
    color: white;
    font-size: 12px;
}

#la_une_resp ul#la_une_content {
    list-style: none;
}

#la_une_resp ul#la_une_content li {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 32px;
}

/*        VIDEOS WIDGETS         */

.video_collection_button,
a.video_collection_button {
    display: inline-block;
    color: white;
    background-color: #ff7e00;
    padding: 5px;
    margin: 5px 0 5px 0;
    cursor: pointer;
    border: none;
}

a.video_collection_button:hover,
.video_collection_button:hover {
    color: white;
    background-color: orange;
}

.video_collection_button.passive {
    display: none;
    /*background-color: #606060;*/
}

.video_collection_button.passive:hover {
    /*background-color: #8a8a8a;*/
}

.video_collection_button.small {
    padding: 3px 6px;
    font-size: 10px;
}

.video_collection_widget .message {
    color: white;
    margin-bottom: 5px;
}

.video_collection_widget .message.count_message,
.video_collection_widget .message.in_collection,
.video_collection_widget .message.out_collection {
    display: none;
}

.video_collection_widget .message.count_message.visible,
.video_collection_widget .message.in_collection.visible,
.video_collection_widget .message.out_collection.visible {
    display: block;
}

.video_collection_widget .video_collection_button {
    margin-bottom: 15px;
}

.video_collection_widget a.video_collection_button {
    color: white !important;
}

.video_search_widget {
}

.video_search_widget .videos_form p,
.video_search_widget .videos_form label {
    width: 100%;
    text-align: left;
    color: white;
}

.video_search_widget .videos_form .text_input {
    margin-bottom: 5px;
}

.video_search_widget .videos_form input[type="text"] {
    width: 98%;
}

.video_search_widget .videos_form select {
    width: 100%;
}

.video_search_widget .videos_form .submit_zone {
    margin: 10px 0 10px 0;
}







/**********   247FULL WIDGET ZONE   **************/

#left_column #block_247_resp.right_column_block {
    padding: 0 10px;
}
#left_column #block_247_resp.right_column_block.opened {
    height: auto !important;
}
#block_247_resp_closer {
    display: none;
    position: absolute;
    bottom: 8px; right: 8px;
    height: 25px; width: 25px;
    text-align: center; line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    border: 1px solid white;
}
#block_247_resp.opened #block_247_resp_closer {
    display: block;
}
#panels247 {
}
.panel-247 {
    display: none;
    padding-top: 35px;
}
.title-count div {
    float: left;
    height: 26px;
    text-align: center;
}
.title-count > div > h3 {
    display: inline;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.title-count > div > h3.selected {
    text-decoration: underline;
}
.title-count.title-count-1 > div {
    width: 100%;
}
.title-count.title-count-2 > div {
    width: 50%;
}
.title-count.title-count-3 > div {
    width: 33.33%;
}
.title-count.title-count-3 > div.left {
    text-align: left;
}
.title-count.title-count-3 > div.right {
    text-align: right;
}
#left_column .right_column_block #panels247 h3.mf_title i.breve-icon {
    display: none;
}

#left_column .right_column_block #panels247 p.mf_link_button_v3_wrapper {
    margin-bottom: 20px;
}

#left_column #stdj_widget.right_column_block {
    float: none;
    max-width: 350px;
    margin: 0 auto;
}













/*   RESPONSIVE     */

.video_search_widget.responsive {
    text-align: center;
    padding-top: 20px;
}

.video_search_widget.responsive .videos_form .text_input {
    float: left;
    width: 46%;
    margin: 0 2% 5px 2%;
}

.video_search_widget.responsive .videos_form .submit_zone {
    margin: 3px 0 0 0;
}

.video_collection_widget.responsive {
    text-align: center;
    padding-top: 10px;
}

.video_search_widget.responsive h3.mf_title,
.video_collection_widget.responsive h3.mf_title {
    text-transform: uppercase;
    padding: 5px 0;
}





@media only screen and (min-width: 1070px) and (max-width: 1399px)
{

    .width1262 #left_column .tweet_content {
        width: 100%;
    }
    .width1262 #block_247_resp .tweet_content_author {
        width: calc(100% - 30px);
        line-height: 18px;
    }

    .width1262 #left_column #stdj_widget.right_column_block {
        height: auto;
        background: none;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1069px)
{
    #left_column {
        width: 100%;
    }
    #left_column .tweet_content_author,
    #left_column .tweet_content_title {
        padding-left: 30px;
        font-size: 11px;
        line-height: 18px;
    }
    #left_column .tweet_content {
        width: 100%;
    }


    #left_column #stdj_widget.right_column_block {
        height: auto;
        background: none;
    }


}


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

    #left_column .tweet_content {
        width: 100%;
    }

}

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

    .title-count > div > h3 {
        font-size: 14px;
    }

}

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

    .title-count > div > h3 {
        font-size: 12px;
    }



}