/*
Theme Name: Newswall V3
Theme URI: http://wellcom.fr/presse/
Description: Newsrooms Wellcom Theme
Version: 3.0
Author: Thomas Benlevi

License: Commercial
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
html {
    font-size:62.5%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color:#231f20;
    background-color: #ececed;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#727c91;
    text-decoration:none;
    transition: all 500ms ease;
}
a:focus, a:hover {
    color:#231f20;
    text-decoration: none;
}
a:focus {
    outline: none;
    outline: 0;
    outline-offset: 0;
}
.no-gutters{
    padding-left:0;
    padding-right:0;
}
.no-gutters .row{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters .row > [class^="col-"],
.no-gutters .row > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Section de couleur sous le header */
.page-title {
    background-color: #787f96;
    text-align: center;
    color: #fff;
}
.category .page-title,
.search .page-title,
.page-template-page-bloglist .page-title {
    margin-top: 15px;
}
.category .page-title {
    margin-top: 0;
}
.page-title:hover {
    color: #fff !important;
}
.page-title h2 {
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    padding-top: 35px;
    margin: 0;
}
.page-title h2 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding-top: 0;
}
.category .page-title h2 {
    margin: 0 0 5px 0;
}
.category .page-title select,
.page-template-template-tourismeloisirslifestyle .page-title select{
    color: #231f20;
    margin-bottom: 15px;
}
footer {
    background-color: #787f96;
    height: 225px;
    text-align: center;
    font-size: 12px;
}
footer a {
    text-decoration: underline;
    color: #FFFFFF;
}

/*------------------------------------*\
LABELS
\*------------------------------------*/

.labels {
    font-weight: 600;
    font-size: 9px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    transition: all 200ms ease;
    display: inline-block;
}
article .labels {
    float: right;
}
.labels:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

/* Categories Colors */
.cat-banque-assurance,
.cat-banque-assurance .overlay{
    background-color: #1151a4;
}
.cat-banque-assurance:hover {
    color: #1151a4;
}
.cat-lifestyle,
.cat-lifestyle .overlay{
    background-color: #e3378b;
}
.cat-lifestyle:hover {
    color: #e3378b;
}
.cat-consumer,
.cat-consumer .overlay{
    background-color: #f8ae01;
}
.cat-consumer:hover {
    color: #9b757c;
}
.cat-culture,
.cat-culture .overlay{
    background-color: #feca98;
}
.cat-culture:hover {
    color: #feca98;
}
.cat-batiment-travaux-publics,
.cat-batiment-travaux-publics .overlay{
    background-color: #32327b;
}
.cat-batiment-travaux-publics:hover {
    color: #32327b;
}
.cat-grande-conso-alimentation ,
.cat-grande-conso-alimentation .overlay{
    background-color: #f36e3d;
}
.cat-grande-conso-alimentation:hover {
    color: #f36e3d;
}
.cat-immobilier ,
.cat-immobilier .overlay{
    background-color: #ffc829;
}
.cat-immobilier:hover {
    color: #ffc829;
}
.cat-industrie ,
.cat-industrie .overlay{
    background-color: #61717c;
}
.cat-industrie:hover {
    color: #61717c;
}
.cat-institutions-services-publics ,
.cat-institutions-services-publics .overlay{
    background-color: #5b57a6;
}
.cat-institutions-services-publics:hover {
    color: #5b57a6;
}
.cat-medias ,
.cat-medias .overlay{
    background-color: #2e91ba;
}
.cat-medias:hover {
    color: #2e91ba;
}
.cat-nouvelles-technologies ,
.cat-nouvelles-technologies .overlay{
    background-color: #48c6e4;
}
.cat-nouvelles-technologies:hover {
    color: #48c6e4;
}
.cat-sante ,
.cat-sante .overlay{
    background-color: #00caa3;
}
.cat-sante:hover {
    color: #00caa3;
}
.cat-services-b-to-b ,
.cat-services-b-to-b .overlay{
    background-color: #9b757c;
}
.cat-services-b-to-b:hover {
    color: #9b757c;
}
.cat-services-b-to-c ,
.cat-services-b-to-c .overlay{
    background-color: #cd83b7;
}
.cat-services-b-to-c:hover {
    color: #cd83b7;
}
.cat-tourisme-loisirs ,
.cat-tourisme-loisirs .overlay{
    background-color: #ee3a87;
}
.cat-tourisme-loisirs:hover {
    color: #ee3a87;
}

/*------------------------------------*\
HEADER
\*------------------------------------*/

header {
    background-color: #FFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
}
header h1,
header h3 {
    color: #787e94;
}
header nav {
    text-align: left;
}
header nav ul,
header nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header nav li {
    display: inline-block;
    border-right: 1px solid #787f96;
    padding-right: 10px;
    margin-right: 10px;
}
header nav li:last-child {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
header nav a {
    color: #787e94;
}
header nav a:hover {
    text-decoration: none;
}
header nav a::after {
    display: block;
    height: 1px;
    width: 0;
    content: '';
    background-color: #787f96;
    transition: all 500ms ease;
}
header nav a:hover::after {
    width: 100%;
}
header .social {
    height: 20px;
    text-align: right;
    margin-bottom: 15px;
}
header .social a {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 20px;
    color: #727c91;
}
header .social a:last-child {
    margin-right: 0;
}
header .social svg {
    height: 100%;
    width: auto;
    fill: #727c91;
    transition: all 200ms ease;
}
header .social a:hover svg {
    fill: #000;
}
header h1 {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 15px 0;
    text-align: left;
}
.home header h1 {
    font-weight: 300;
}
header h3 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 0.9;
    margin: 0;
    font-weight: 300;
    text-align: left;
}
header h3 a:hover {
    text-decoration: none;
}


/*------------------------------------*\
MAIN SEARCH
\*------------------------------------*/

div.main-search label {
    color: #fff;
    font-weight: 400;
}
div.main-search .form-group {
    margin-bottom: 0;
}
div.main-search .recherche {
    width: 75%;
    float: left;
    margin-bottom: 10px;
}
div.main-search .recherche-button {
    width: 20%;
    float: right;
}
div.main-search .recherche input[type=search] {
    background-color: #e4e4e6;
    height: 36px;
    border-radius: 18px;
    border: 0 none;
    box-shadow: none;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #727c91;
    transition: all 200ms ease;
}
div.main-search .recherche input[type=search]:focus {
    -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 5px 5px rgba(0,0,0,.075);
}
div.main-search .recherche .form-control-feedback {
    color: #727c91;
}
div.main-search .recherche-button button {
    height: 36px;
    border-radius: 18px;
    transition: all 200ms ease;
    border: 0 none;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
div.main-search button[type=submit] {
    background-color: #e00037;
}
div.main-search button[type=button] {
    padding-top: 3px;
    background-color: transparent;
}
div.main-search button[type=button] i {
    font-style: normal;
}
div.main-search button[type=submit]:hover {
    background-color: rgba(224, 0, 55, .7);
    color: #fff;
}
div.main-search button[type=button]:hover {
    background-color: rgba(114, 123, 144, .7);
    color: #fff;
}
div.main-search button[type=button] span {
    padding: 4px;
    background-color: #fff;
    color: #727b90;
    border-radius: 8px;
    top: 0;
    margin-right: 5px;
}
div.main-search .search-options {
    clear: both;
}
div.main-search .search-options label {
    width: 24%;
    color: #727b90;
    display: block;
    float: right;
    text-align: right;
    line-height: 36px;
}
div.main-search select {
    height: 36px;
    border-radius: 18px;
    border: 0 none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #e4e4e6;
    box-shadow: none;
    color: #727b90;
    display: block;
    width: 75%;
    float: left;
}

/*------------------------------------*\
CATEGORIES LIST
\*------------------------------------*/

section.categories-list {
    background-color: #FFF;
    text-align: left;
}
section.categories-list.imgs_categories_list {
    padding-top: 30px;
}
section.categories-list .cat-list-title {
    color: #727b90;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
section.categories-list ul {
    padding: 0;
    margin-bottom: 0;
}
section.categories-list li {
    margin-bottom: 15px;
    margin-right: 10px;
    float: left;
}
section.categories-list.imgs_categories_list li {
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    height: auto;
    border-radius: 0;
}
section.categories-list li:nth-child(6) {
    clear: left;
}
section.categories-list.imgs_categories_list li:nth-child(6){
    clear:none;
}
section.categories-list a {
    color: #fff;
    display: block;
    text-decoration: none;
}
section.categories-list a:hover {
    color: inherit;
}

section.categories-list.imgs_categories_list ul li{
    position:relative;
}
section.categories-list.imgs_categories_list ul li img{

}
section.categories-list.imgs_categories_list ul li a {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 78px;
    text-align: center;
    line-height: 33px;
}

section.categories-list.imgs_categories_list ul li .overlay,
section.categories-list.imgs_categories_list ul li .overlay_black{
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: all 200ms cubic-bezier(0.820, 0.250, 0.415, 0.600);
    -moz-transition: all 200ms cubic-bezier(0.820, 0.250, 0.415, 0.600);
    -o-transition: all 200ms cubic-bezier(0.820, 0.250, 0.415, 0.600);
    transition: all 200ms cubic-bezier(0.820, 0.250, 0.415, 0.600);
}
section.categories-list.imgs_categories_list ul li .overlay{
    opacity: 0.5;
}
section.categories-list.imgs_categories_list ul li .overlay_black{
    background:#000;
    opacity:0.4;
}
section.categories-list.imgs_categories_list ul li:hover .overlay{
    opacity:1;
}
section.categories-list.imgs_categories_list ul li:hover .overlay_black{
    opacity:0;
}

section.categories-list button {
    background-color: transparent;
    border: 0 none;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 0;
}
section.categories-list button:hover,
section.categories-list button:hover:active,
section.categories-list button:focus,
section.categories-list button:active {
    background-color: transparent;
    color: #fff;
    border: 0 none;
    outline: none;
}
section.categories-list button span,
section.page-title span,
section.categories-list .cat-list-title .glyphicon {
    background-color: #e2003b;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 17px;
    font-size: 11px;
    text-align: center;
}
section.page-title span.last-cp-arrow {
    margin-top: 5px;
    background-color: #fff;
    color: #e2003b;
    font-size: 15px;
    font-weight: 400;
}

/*------------------------------------*\
POSTS LIST
\*------------------------------------*/

.infinite-container {
    padding-top: 30px;
}
article {
    background-color: #f8f8f8;
    padding: 15px;
    transition: all .2s ease-out;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
article:hover {
    transform: scale(1.05);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
div.post-wrapper {
    margin-bottom: 30px;
}
div.post-wrapper:nth-child(odd) {
    clear: both;
}
article .logo,
article .subscribe {
    text-align: center;
}
article .logo {
    position: relative;
    width: 33%;
    overflow: hidden;
    background-color: #fff;
    float: left;
}
article .logo:before {
    content: "";
    display: block;
    padding-top: 100%;
}
article .logo img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 95%;
    height: auto;
}
article .post-container {
    float: right;
    width: 64%;
}
article .post-header {
    margin-bottom: 20px;
}
article .date-cat {
    color: #727c91;
}
article time {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    float: left;
}
article h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
article .subscriptionButton {
    cursor: pointer;
    position: relative;
    width: 100px;
    float: right;
}
article .subscriptionButton svg {
    width: 100px;
    height: auto;
}
article .subscriptionButton svg rect {
    transition: all 200ms ease;
}
article .subscriptionButton:hover rect {
    fill: #231f20;
}
article .subscriptionButton span {
    position: absolute;
    top: 9px;
    right: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    font-size: 1.1rem;
}
article .post img {
    display: none;
}

/*------------------------------------*\
BLOGS LIST
\*------------------------------------*/

.bloglist {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 13px;
}
.bloglist a {
    display: block;
    background-color: transparent;
    padding: 5px;
}
.bloglist a:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}
.bloglist h3:after {
    background-color: #231f20;
    height: 1px;
    margin-top: 10px;
    display: block;
    content: '';
}

/*------------------------------------*\
MAGNIFIC POPUP
\*------------------------------------*/

#subscriptionContactDiv {
    text-align: center;
    font-weight: bold;
    border: 0 none;
    padding-bottom: 25px;
}
#subscriptionContactDiv input[type=email] {
    display: block;
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 5px;
    margin: 15px auto 15px auto;
}
#subscriptionContactDiv input[type=submit] {
    background-color: #727c91;
    color: #fff;
    border: 0 none;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}
#subscriptionContactDiv .g-recaptcha > div > div  {
    margin: 0 auto;
}
.formationContactDiv {
    width: 500px;
}
@media only screen and (max-width:767px) {
    .formationContactDiv {
        width: 90%;
        padding: 5% 2%;
    }
    .mfp-close {
        right: 5%;
    }
}


/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1199px) {
    .main-search .glyphicon {
        display: none;
    }
    div.main-search .search-options label {
        line-height: 1;
    }
}
@media only screen and (max-width:991px) {
    div.main-search {
        padding-bottom: 20px;
    }
    div.main-search #options .form-group {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }
    article h2 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    div.main-search .recherche-button button {
        font-size: 7px;
    }

    section.categories-list.imgs_categories_list ul li a {
        font-size: 23px;
        padding: 15px;
        line-height: 27px;
    }
}
@media only screen and (max-width:767px) {
    header {
        padding: 15px 0;
    }
    nav.main-nav {
        text-align: center;
        margin-bottom: 15px;
    }
    header .social {
        text-align: center;
    }
    header h1 {
        text-align: center;
    }
    header h3 {
        margin: 0;
        text-align: center;
    }
    div.main-search {
        display: none;
    }
    .blog-title {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        color: #727c91;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    article .post-header {
        margin-bottom: 10px;
    }
    article .row {
        display: block;
    }

    section.categories-list.imgs_categories_list li {
        height: 150px;
    }
    section.categories-list.imgs_categories_list ul li a {
        font-size: 20px;
    }
}
@media only screen and (max-width:480px) { 
    header .social {
        display: none;
    }
    header h3 {
        font-size: 60px;
        font-size: 6rem;
    }
    header nav li {
        border-right: 0 none;
        padding-right: 0;
        margin-right: 5px;
    }
    .home .page-title h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    article .logo {
        display: none;
    }
    article .post-container {
        float: none;
        width: 100%;
    }
    section.categories-list.imgs_categories_list li {
        height: 100px;
    }
    section.categories-list.imgs_categories_list ul li a {
        font-size: 15px;
        line-height: 1;
    }
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
