:root {
--main: #4b70a5;
--btn-bg: #4b70a5cc;
--white: #fff;
--dark: #000;
--radius: 14px;
--font-title: "Spectral";
--font-text: "Nunito Sans";
--overley: #4b70a5cc;
}
body {
width: 100%;
overflow-x: hidden;
color: #3c4e59;
box-sizing: border-box;
}
section {
width: 100%;
}
.container {
max-width: 1360px;
width: 100%;
padding: 0 25px;
margin: 0 auto;box-sizing: border-box;
}
a {
text-decoration: none;
font-family: var(--font-text);
}
.link--aubert {
color: var(--main);
font-weight: 900;
}
.button--aubert {
background: var(--btn-bg);
border: 1px solid var(--white);
border-radius: 30px;
font-family: var(--font-text);
font-weight: 400;
font-size: 20px;
color: #FFF;
padding: 10px 25px;
display: inline-block;
}
.button--aubert:hover {
color: var(--ast-global-color-2);
background: var(--ast-global-color-5);
border: 1px solid var(--ast-global-color-2);
}
.h1 {
font-family: var(--font-title);
font-weight: 600;
font-size: 70px;
line-height: 1.1;
}
.h2 {
font-family: var(--font-title);
font-weight: 400;
font-size: 62px;
line-height: 1.2;
}
.h3 {
font-family: var(--font-title);
font-weight: 600;
font-size: 48px;
line-height: 1;
}
.h4 {
font-family: var(--font-text);
font-weight: 700;
font-size: 28px;
line-height: 1.2;
}
.h5 {
font-family: var(--font-title);
font-weight: 400;
font-size: 21px;
line-height: 1.2;
}
.desc-l {
font-family: var(--font-text);
font-weight: 700;
font-size: 20px;
line-height: 1.5;
}
.desc,
p {
font-family: var(--font-text);
font-weight: 400;
font-size: 16px;
line-height: 1.5;
}
.desc-s {
font-family: var(--font-text);
font-weight: 400;
font-size: 14px;
line-height: 1.5;
}
.main-banner {
height: 550px;
width: 100%;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-size: cover;
background-position: bottom;
position: relative;
}
.info-text--aubert {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
max-width: 950px;
position: relative;
z-index: 1;
box-sizing: border-box;
padding: 0 25px;
}
.info-text-big--aubert {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
max-width: 1200px;
position: relative;
padding: 0 25px;
z-index: 1;
}
.main-banner h1,
.main-banner .desc-l {
color: var(--white);
text-align: center;
}
.main-banner::before {
width: 100%;
height: 100%;
background-color: #030a1466;
content: "";
position: absolute;
left: 0;
top: 0;
}
.services-aubert {
width: 100%;
padding: 50px 0 0;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-size: cover;
background-position: center top;
position: relative;
background-image: url(//centre-aubert.fr/wp-content/themes/astra-child/css/var(----big-img))
}
.services-aubert h3,
.services-aubert p {
color: var(--white);
text-align: center;
}
.services-aubert p {
padding-top: 10px;
padding-bottom: 30px;
}
.services-aubert::before {
width: 100%;
height: 100%;
background: var(--overley);
content: "";
position: absolute;
left: 0;
top: 0;
}
.services-items-aubert {
position: relative;
z-index: 1;
margin-top: 50px;
display: grid;
grid-template-columns: repeat(6, 1fr);
border-top: 1px solid var(--white);
width: 100%;
}
.services-item-aubert {
padding: 25px;
border-right: 1px solid var(--white);
}
.services-item-aubert:last-child {
border: none;
}
.services-item-aubert h5 {
color: var(--white);
}
.img-aubert {
width: 100%;
object-fit: cover;
}
.tab-aubert {
padding: 100px 0;
}
.text-tab {
padding-left: 40px;
}
.about-aubert {
width: 100%;
padding: 100px 0;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-size: cover;
background-position: center center;
position: relative;
}
.about-aubert h3,
.about-aubert p {
color: var(--white);
text-align: center;
}
.about-aubert::before {
width: 100%;
height: 100%;
background: var(--overley);
content: "";
position: absolute;
left: 0;
top: 0;
}
.tab-revert-aubert {
flex-direction: row-reverse;
}
.about-us-aubert img {
width: 100%;
object-fit: cover;
min-height: 100%;
}
.about-us-aubert {
background: #75a7c217;
}
.text-block-aubert {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 20px 50px;
text-align: center;
}
.faq-item-aubert {
border-bottom: 1px solid var(--dark);
padding: 15px 0 10px;
transition: all 0.3 ease-in;
overflow: hidden;
}
.faq-aubert {
padding-top: 50px;
}
.services-item-aubert h5 {
padding-top: 15px;
max-width: 175px;
}
.faq-item-top-aubert {
display: flex;
justify-content: space-between;
align-items: center;
}
.button-act--aubert {
width: 40px;
height: 40px;
color: #fff;
background: var(--main);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 20px;
line-height: 40px;
min-width: 40px;
}
.faq-description-aubert {
max-height: 0;
overflow: hidden
}
.faq-item-aubert.active .faq-description-aubert {
max-height: 500px;
}
.faq-item-aubert.active span {
transform: rotate(-90deg);
margin-top: 0;
}
.faq-item-aubert.active h4 {
color: #000;
}
.faq-item-aubert h4 {
color: #737373;
}
.ast-page-builder-template .site-content > .ast-container {
overflow: hidden;
}
.banner--aubert {
height: 280px;
width: 100%;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-size: cover;
background-position: bottom;
position: relative;
background-position-y: 45%;
}
.banner--aubert h1 {
color: #fff;
text-align: center;
}
.banner--aubert::before {
width: 100%;
height: 100%;
background-color: #030a1466;
content: "";
position: absolute;
left: 0;
top: 0;
}
.banner--aubert .breadcrumbs, .banner--aubert a {
color: #fff;
text-align: center;
}
.banner--aubert .breadcrumbs span {
font-weight: 800;
}
.banner--aubert > div {
z-index: 1;
}
.about-item--aubert {
padding-bottom: 100px;
align-items: center;
}
.about-item--aubert .about-item-text--aubert {
padding-left: 50px
}
.about-item--aubert.reverse .about-item-text--aubert {
padding-left: 15px;
padding-right: 50px;
}
.about-item--aubert.reverse {
flex-direction: row-reverse;
}
.about--aubert {
padding: 100px 0 0;
}
.content-section {
padding: 70px 0;
}
@media (max-width: 1200px) { 
.services-items-aubert {
grid-template-columns: repeat(3, 1fr);
}
.services-item-aubert:nth-child(-n+3) {
border-bottom: 1px solid #fff;
}
}
@media (max-width: 1024px) { 
.about--aubert {
padding-top: 70px;
}
.about-item--aubert {
padding-bottom: 70px;
}
.content-section {
padding: 50px 0;
}
}
@media (max-width: 991px) {
.text-block-aubert {
padding: 50px
}
.text-tab {
padding-left: 0;
padding-top: 50px;
}
.about-item--aubert .about-item-text--aubert {
padding-left: 15px;
padding-top: 50px;
}
.about-item--aubert.reverse .about-item-text--aubert {
padding-right: 15px;
}
}
@media (min-width: 922px) {
.site-content .ast-container {
display: flex
;
flex-wrap: wrap;
}
}
@media (max-width: 768px) {
.button--aubert {
font-size: 16px;
line-height: 1;
display: inline-block;
}
.about--aubert .about-item--aubert .about-item-text--aubert {
padding-left:0;
padding-right: 0;
text-align: center;
}
.services-item-aubert {
text-align: center;
}
.banner--aubert {
height: 200px;
}
.services-item-aubert h5 {
max-width: 100%;
}
.row {
margin: 0;
}
.row > div {
padding-left: 0;
padding-right: 0;
}
section .text-block-aubert {
padding-left: 25px;
padding-right: 25px;
}
.about--aubert {
padding-top: 50px;
}
.about-item--aubert {
padding-bottom: 50px;
}
.h1 {
font-size: 35px;
line-height: 1.1;
}
.main-banner {
height: 480px;
}
.h2 {
font-size: 32px;
line-height: 1.2;
}
.h3 {
font-size: 28px;
line-height: 1.2;
}
.h4 {
font-size: 22px;
line-height: 1.2;
}
.site-footer-section-1 { order: 2}
.site-footer-section-2 { order: 1}
.site-footer-section-3 { order: 3}
.h5 {
font-family: var(--font-title);
font-weight: 400;
font-size: 21px;
line-height: 1.2;
}
.services-item-aubert {
padding: 20px;
}
.tab-aubert {
padding: 40px 0;
}
.text-tab {
padding-left: 0;
padding-top: 20px;
}
.about-aubert {
width: 100%;
padding: 60px 0 40px;
}
.desc-l {
font-family: var(--font-text);
font-weight: 700;
font-size: 18px;
line-height: 1.5;
}
.desc,
p {
font-family: var(--font-text);
font-weight: 400;
font-size: 15px;
line-height: 1.5;
}
.desc-s {
font-family: var(--font-text);
font-weight: 400;
font-size: 14px;
line-height: 1.5;
}
.services-items-aubert {
grid-template-columns: repeat(2, 1fr);
}
.services-item-aubert:nth-child(-n+4) {
border-bottom: 1px solid #fff;
}
}
@media (max-width: 450px) { 
.services-item-aubert h5 {
max-width: 100%;
}
}