/**
* Theme Name: Lester Child
* Description: This is a child theme of Lester, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/jd-themes">JD-Themes</a>
* Template: lester
* Version: 2.0
*/

.contact-form-primary .input-wrapper select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid var(--default-border);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    color: #fff;
}

.contact-form-primary .input-wrapper input[type="checkbox"],
.contact-form-primary .input-wrapper input[type="radio"] {
    width: auto;
}

.team-member-type-2 .description-box .position {
    min-height: 40px;
}

.cgv-text{
    display: block!important;
}

.blog-section .post-single .single-content .post-title{
    word-break: break-word !important;
}

.team-member-type-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-member-type-2 .description-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.button-default-black.kc-elm.cookie-param {
    max-width: 400px;
    justify-content: center;
    float: none;
    margin: 5em auto;
}

.mentions-legales p + h2, .mentions-legales p + h3, .mentions-legales p + h4, .mentions-legales p + p {
    margin-top: 1em;
}

.mentions-legales {
padding-top: 5em;
}

.clients-grid-type-1 .img-fluid {
	padding: 15px;
	max-width: 270px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
div.post-title{
	font-size: 30px;
}
.main-content ul li{
	list-style-type: disc;
}
.main-content ul{
	padding-left: 30px
}
.main-content p, h2, h3{
	margin-bottom: 15px
}