.page-new-section {
	max-width: 1300px;
	margin: auto;
	padding: 60px 20px;
}

.page-title-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.page-title-h3 {
	font-size: 35px;
	margin: 20px 0px 10px;
	font-weight: 700;
}

.jb-forms p {
    margin-bottom: 20px;
}

.jb-forms label {
    font-size: 12px;
    font-weight: 500;
}

.jb-forms form {
	padding: 40px;
	background: whitesmoke;
}

.jb-forms label select,
.jb-forms label input {
	width: 100%;
    padding: 10px 20px;
}

.jb-forms .wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #231F20;
    color: #fff;
    border-radius: 0;
    border: 1px solid #231F20;
    padding: 10px 20px;
    transition: all ease 0.3s;
    height: auto;
    line-height: inherit;
    cursor: pointer;
}

.jb-forms .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
      background: #000;
      border-color: #000;
}

.page-contact-text {
    padding: 0 40px;
}

.page-contact-text .contact-text-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.contact-infos-container {
    margin-bottom: 60px;
}

.contact-infos-container svg {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.contact-infos-container p {
    font-size: 16px;
}
.devis-form {
	max-width: 690px;
	margin: auto;
}
.newpage-longtext strong {
	font-weight: 600;
}
.newpage-longtext ul {
    list-style: initial;
    padding: 10px 0px 15px 40px;
}
.newpage-longtext ul li {
    margin-bottom: 5px;
    font-weight: 300;
}
.newpage-longtext ul li:last-child {
    margin-bottom: 0;
}
.newpage-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .page-title-h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .page-title-h3 {
        font-size: 18px;
    }
    .page-new-section {
        padding: 30px 20px;
    }
    .page-contact-text .contact-text-title {
        font-size: 16px;
        text-align: center;
    }
    .page-contact-text {
        padding: 40px 0 0;
    }
    .contact-infos-container .wp-block-group {
        justify-content: center;
    }
}
