/*
Theme Name: GeneratePress Child
Template: generatepress
Description: Thème enfant pour GeneratePress.
Version: 1.0
Author: Votre Nom
*/

p {font-size:16px}
.entry-title {display:none}
#text-blanc {color:#fff}
#text-blanc a {color:#fff}
#bloc-accueil-piliers {min-height:250px;height:250px}
.vc_gitem-post-data-source-post_excerpt {
    height: 150px; 
    overflow: hidden;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {background-color:#f58146!important}
/*padding sur version mobile */
@media only screen and (max-width: 768px) {
    body, .content, .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section, .block, .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/*Style menu menu mobile */
.gusta-nav.select > select {background: url(../img/select-arrow.svg) right 20px center no-repeat #369ef3;}
table td {border-style: none!important}
table tr {border-style: none!important}
table {border-style: none!important}
.mailpoet_form_paragraph, 
#mailpoet_form_2 .mailpoet_paragraph.last {color:#fff}
#mailpoet_form_2 .mailpoet_paragraph.last  a{color:#fff}
.mailpoet_form_paragraph mentions-legales last last a {color:#fff!important}
/* Style Contact Form 7 */
.wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 13px;
     background: #9064bf;
     border: none;
     border-radius: 2px;
     width: auto;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #9064bf;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }
.wpcf7-form p {font-weight:400}

input[type="text"],
input[type="email"],
textarea,select
{
    background-color: #cbcdce;
    color: #000;
    border-color: #a4a4a4;
    width:100%
}
input[type="text"],
input[type="email"],
textarea,select:focus
{
    background-color: #cbcdce;
    color: #000;
    border-color: #a4a4a4;
    width:100%
}

/* annonces d'emploi */
#sjb-application-form {display: none!important}
.post-navigation {display: none!important}
#quick-apply-btn {display:none!important}
.job-features {margin-bottom: 40px}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {margin-bottom:20px!important}
.jobpost .entry-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Image etablissements */
#image-etablissement img {border-radius: 10px 10px 0 0;}

.awsm-job-form-inner {display:none;}