.color1 { color: #3B668C; }
.color2 { color: #6F8CA6; }
.color3 { color: #F2EAE4; }
.color4 { color: #8C6A56; }
.color5 { color: #BF9C88; }
.bgcolor1 { background-color: #3B668C; }
.bgcolor2 { background-color: #6F8CA6; }
.bgcolor3 { background-color: #F2EAE4; }
.bgcolor4 { background-color: #8C6A56; }
.bgcolor5 { background-color: #BF9C88; }
h1, h2, h3, h4, h5, h6 {
color: #443f3f;
font-weight: 500;
margin: 10px 0 40px;
}
.mytitle {
text-align: center;
margin-bottom: 60px;
position: relative;
font-weight: 500;
line-height: normal;
padding-bottom: 35px;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
font-size: 30px;
}
@media screen and (min-width: 992px) {
.mytitle:after {
content: "";
display: none;
position: absolute;
left: 50%;
top: 60px;
width: 100px;
height: 4px;
margin-left: -50px;
background-color: #3B668C;
}
.mytitle {
text-align: center;
margin-bottom: 60px;
position: relative;
font-weight: 500;
line-height: normal;
padding-bottom: 35px;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
font-size: 30px;
}
} @media screen and (max-width: 992px) {
.mytitle:after {
content: "";
display: none;
}
.mytitle {
text-align: center;
margin-bottom: 40px;
position: relative;
font-weight: 500;
line-height: normal;
padding-bottom: 35px;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
font-size: 30px;
}
span#et-info-phone {
float: left;
width: 100%;
font-size: 20px;
margin-bottom: 10px;
}
span#et-info-phone a {
font-size: 20px;
}
}
.rdv a {
font-weight: 700;
color: red !important;
padding: 5px;
}