/*
Theme Name: Creasol
Theme URI: http://marsatwork.fr
Author: MarsAtWork
Author URI: http://www.marsatwork.fr
Description: Massive is a multi-purpose WordPress Theme that comes with huge collection of ready made templates. You can pick any one of those templates to get started your AWESOME project.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: massive
Tags: black, gray, white, dark, light, two-columns, left-sidebar, responsive-layout, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
template: massive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*===========================================================
 Add you custom css below
 ============================================================*/


 /*===========================================================
GENERAL
=============================================================*/
.wpb_wrapper ul:not(.slick-dots) {
    margin: 0 0 30px;
    color: #7e7e7e;
    line-height: 30px;
    list-style: none;
    padding-left: 0;
}


.wpb_wrapper ul:not(.slick-dots) li {
    padding-left: 20px;
}

.wpb_wrapper ul:not(.slick-dots) li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px;
    width: 15px;
    height: 15px;
    text-align: center;
    text-indent:2px;
    border-radius: 50%;
    line-height: 15px;
    background-color: #757575;
    color: #fff;
    margin-right: 10px;
    /* same as padding-left set on li */
    
    /* same as padding-left set on li */
}

.crea-violet{
    color: #4e4263
}

.crea-green{
    color: #00a68b;
}

.crea-yellow{
    color: #eece00;
}

.bg-violet {
    background-color: #4e4263;
    color: #fff;
}

.bg-green p {
    color: #fff;
}
.bg-green {
    background-color: #00a68b;
    color: #fff;
}

.bg-violet p{
    color: #9f9aa7;
}
.bg-violet h4{
    color: #fff !important;
}

.btn-medium {
    padding: 15px 40px;
}

/*===========================================================
Header
=============================================================*/
.logo-brand img {
    height: 77px;
}
.menuzord-menu>li>a {
    font-weight: bold !important;
}

/*===========================================================
Footer
=============================================================*/

.Site-footer--gray {
    background-color: #4e4263;
}

.Site-footer--layout-1.Site-footer--gray .Site-footer__secondary {
    background-color: #3d364e;
    border-top: 0;
    color: #fff
}

.Site-footer a,
.Site-footer p {
    color: #9f9aa7;
}

.Site-footer h5 {
    color: #fff;
    margin-top: 30px;
}
.widget ul li a {
    color: #9f9aa7;
}

.widget ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0;
    padding: 10px 0;
}
.widget ul li:last-child {
    border-bottom: 0;
}

.widget img.logo-footer {
    max-width: 220px;
    height: auto;
}

/*====================================================
Page content
======================================================*/
.texte-mecene a{
    font-weight: bold;
}
.texte-mecene strong {
    color: #222222;
    letter-spacing: 3px;
    font-size: 18px;
}

.crea-bloc-gray {
    text-align:center;
    /* margin: 15px; */
}
.crea-bloc-gray .vc_column-inner {
    padding-bottom: 40px;
}
.crea-bloc-gray .wpb_wrapper {
    padding: 20px 20px 20px 20px;
    background-color: #f6f6f6;
}

.crea-bloc-gray .btn {
    /* position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
    margin-bottom: 40px;
}
.crea-bloc-gray .crea-violet,
.crea-bloc-gray .crea-green {
    font-size: 20px;
}

.become-mecene {
    border: 2px solid #00a68b;
    padding-bottom: 50px;
}

/*====================================================
Actualités
======================================================*/

.post-list .post-single .post-desk .date,
.post-list .post-single .post-cat
{
    display: none;
}

.text-white,
.text-white p,
.text-white h4,
.text-white h4 a
{
    color: #fff !important;
}

.post-list .post-single .post-desk p,
.post-list-aside .post-single .post-desk p {
    color: #BAB2B8 !important;
}

.subscribe-form {
    width: 100%;
}
.subscribe-form .btn{
    background-color: #eece00;
    border: none;
    color: #333;
    float: left;
    margin-left: 5px;
}

div.wpcf7-response-output {
    display: block;
    clear:both;
    border: none;
}
div.wpcf7-validation-errors {
    border: none;
    color: #fff;
    background-color: #c05555;
}

span.wpcf7-not-valid-tip {
    background-color: #c05555;
    display: block;
    clear: both;
    width: 50%;
    height: 20px;
    padding: 10px 10px 10px 5px;
    top: 100%;
    color: #fff;
}

.subscribe-form div[class^='col'] {
    padding-left: 0!important;
    padding-right: 0!important;
}

.subscribe-form input[type="email"].wpcf7-form-control {
    height: 52px !important;
    width: 100% !important;
}

.subscribe-form

.subscribe-form .btn {
    background-color: #eece00;
    color: #4e4263;
    float: none !important;
    width: 100% !important;
    border: none !important;
}

.subscribe-form .btn:hover,
.subscribe-form .btn:active,
.subscribe-form .btn:focus
 {
    background-color: #eece00;
    color: #ffffff;
}

.page-title {
    background-color: #362F46;
    position: relative;
    clear: both;
}

.img-rounded {
    border-radius: 50%;
    width: 100%;
}

@media screen and (min-width: 768px) { 
    
    .page-title {
        z-index: 1;
        overflow: hidden;
    }

    .page-title:after {
        content: "";
        background-color: rgba(255,255,255,0.1);
        position: absolute;
        border-radius: 50%;
        right: -10vw;
        top: -30%;
        bottom: 0;
        width: 807px;
        height: 302px;
        z-index: -1;
    }   
}

/*====================================================
Testimony
======================================================*/
.bloc-testimony {
    padding: 50px 20px;
    border: 1px solid #fafafa;
    min-height: 430px;
}
.testi-desc{
    color: #7e7e7e;
    line-height: 20px;
    font-size: 14px;
}

.testi-name{
    display: block;
    text-transform: uppercase;
    color: #00a68b;
    margin-top: 20px;
}

.testi-fonction{ 
    display: block;
    color: #7f7f7f;
    text-transform: uppercase;
}

.btn-testimony{
    background-color: #00a68b;
    text-transform: uppercase;
    color: #fff;
}
.btn-testimony:hover,
.btn-testimony:active,
.btn-testimony:focus
{
    color: #fff;
}

.testimony-violet .testi-name {
    color: #3d364e;
}

.testimony-violet .btn-testimony {
    background-color: #3d364e;
}

.single-creasol_testimony .bloc-testimony {
    border: 0;
}

/*====================================================
partenaires / Réseaux
======================================================*/
.section-partenaires strong{
    font-size: 16px; 
    color: #222;
    font-weight: normal;
}
.section-partenaires a{
    font-size: 12px;
    color: #7e7e7e;
    position: relative;
}

.section-partenaires a:hover,
.section-partenaires a:active,
.section-partenaires a:focus
{
    color: #3d364e;
}
.section-partenaires a:after{
    content: "→";
    margin-left: 5px;
}

.single-creasol_testimony .page-title h1
{
    color: #ffffff;
}
.single-creasol_testimony .page-title {
    background-color: #00a68b;
}

.single-creasol_testimony .breadcrumb li > a {
    color: #ffffff !important;
}
.single-creasol_testimony .breadcrumb li:before,
.single-creasol_testimony.breadcrumb a,
.single-creasol_testimony .breadcrumb .active,
.single-creasol_testimony .breadcrumb li a:hover,
.single-creasol_testimony .breadcrumb li a:focus
{
    color: #ffffff !important;
}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.list-contact .cst-color {
    position: absolute;
    left: -10px;
    background-color: #5e4558;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
}

.no-icon .icon {
    display: none;
}

.section-green .icon {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.section-green h4 {
    color: #fff !important;
}

.section-green .desc p{
    color: #343434 !important
}

.section-green .icon img {
    margin: 0 auto;
}

.section-green .icon:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 30px;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
}

.single-post .page-title {
    background-color: #5e4558;
}

.single-post .page-main-title{
    display: none;
}

.single-post h1 a{
    color: #5e4558 !important
}

.single-post .page-content{
    display:block;
}

.page-content{
    display:block;
}

.single-post .page-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

.post-meta li{
    color: #727171;
}

.section-related-posts .post-desk a 
{
    color: #fff;
    font-weight: bold;
}

.section-related-posts .post-desk {
    padding-bottom: 10px !important;
} 

.section-related-posts .post-desc p
{
    color:rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.section-related-posts {
    background-color: #5e4558;
    color: #fff;
    padding: 50px 0;
}

.section-related-posts h4{
    color: #fff !important;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 24px;
}

.blog-classic {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.green-hover:hover,
.green-hover:active,
.green-hover:focus
{
    background-color:rgba(255,255,255,0.8) !important;
    color: #333 !important;
}

.texte-white p,
.texte-white h4{
    color: #fff !important;
}

.texte-white p {
    color: #fff !important;
    line-height: 23px;
}

.post-list .post-single {
    min-height: 558px;
}

.no-picto .icon img{
    display: none;
}

.cs-post-slider {
    background-color: #F5F4F5;
}
.cs-post-slider .thumbnail-wrapper {
    text-align:center;
}

.wpb_wrapper .cs-post-slider .slick-dots li button:before
{
    content: none !important;
}
.wpb_wrapper .cs-post-slider  ul li {
    padding: initial;
}

.cs-post-slider {
    position: relative;
    margin-top: 50px;
}

.cs-post-slider .thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cs-post-slider .thumbnail-wrapper img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}


.slide-entry-content {
    font-family: "times";
    text-align: justify;
    padding: 100px 10px 0 10px;
    font-size: 120%;
}

.lettrine::first-letter {
    font-size: 3em;
    padding: 0 0.15em 0 0;
    line-height: 1em;
    float: left;
}
.times h3{
    font-family: times;
    font-weight: bold;
}

@media (min-width: 768px) {
    .slide-entry-content {
        padding: 100px 100px 0 100px;
    }
}

.articleslides .slick-dots li.slick-active button {
    background-color: #00a68b;
}

.articleslides .slick-dots {
    bottom: -30px;
}

.articleslides .slick-dots li button {
    border-radius: 50%;
    /* background-color: #00a68b; */
    background-color: #999;
    width: 12px;
    height: 12px;
}

.slide-info-wrapper {
    padding: 20px 0 30px 0;
    margin-top: -30px;
}

.slide-name {
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.slide-function {
    color: #999;
    text-align: center;
    margin-bottom: 40px;
}

.no-min-height .post-list .post-single {
    min-height: 270px;
}

.communiques-presse h4,
.communiques-presse p
{
    font-family: times;
}

.motdupresident h1,
.motdupresident .massive-post-content {
    font-family: times;
}

.articleslides h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.articleslides .date:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ccc;
    display: block;
}

.articleslides .date {
    position: relative;
    color: #555;
    padding-bottom: 30px;
}
.articleslides .article-header {
    margin-bottom: 20px;
}

/* Main slider - Video slide add by Guillaume le 25-04-2018*/

.slider-main .video-slide .btn-slider{
    position: absolute;
    right: 15px;
    top: 50px;
}