Save
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
@import '_mixins';
|
||||
|
||||
$cGrayBg: #ebebeb;
|
||||
$cBlackText: #303030;
|
||||
$cGrayText: #232323;
|
||||
|
||||
$font3: 'URW Form', sans-serif;
|
||||
|
||||
.overflow {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -1477,3 +1485,465 @@ header {
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: $cGrayBg;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 60px;
|
||||
|
||||
div[class^='col-']:last-child {
|
||||
@include respond-between(xs, sm) {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
div[class^='col-']:first-child {
|
||||
#menu-container-1 {
|
||||
> ul {
|
||||
> li {
|
||||
display: none;
|
||||
|
||||
&:nth-child(2) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
div[class^='col-']:nth-child(2) {
|
||||
#menu-container-1 {
|
||||
> ul {
|
||||
> li {
|
||||
display: none;
|
||||
|
||||
&:nth-child(5),
|
||||
&:nth-child(9) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:nth-child(5) {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
#menu-container-1 {
|
||||
> ul {
|
||||
margin-bottom: 0;
|
||||
padding-inline-start: 0;
|
||||
list-style-type: none;
|
||||
|
||||
> li {
|
||||
> a {
|
||||
.fa {
|
||||
display: none;
|
||||
}
|
||||
|
||||
font-size: 12px;
|
||||
color: $cBlackText;
|
||||
line-height: 22px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 15px;
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
> ul {
|
||||
padding-inline-start: 0;
|
||||
list-style-type: none;
|
||||
|
||||
> li {
|
||||
> a {
|
||||
font-size: 12px;
|
||||
color: #7a7a7a;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
|
||||
&:hover {
|
||||
color: $cBlackText;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #link-5 {
|
||||
// a {
|
||||
// pointer-events: initial;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 12px;
|
||||
color: $cBlackText;
|
||||
line-height: 22px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#menu-container-5 {
|
||||
ul {
|
||||
padding-inline-start: 0;
|
||||
list-style-type: none;
|
||||
margin-bottom: 0;
|
||||
|
||||
li {
|
||||
a {
|
||||
font-size: 12px;
|
||||
color: #7a7a7a;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
|
||||
&:hover {
|
||||
color: $cBlackText;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 210px;
|
||||
|
||||
@include respond-between(sm, md) {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
footer#footer {
|
||||
.container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
&.c-footer {
|
||||
margin-top: 30px;
|
||||
padding-top: 35px;
|
||||
padding-bottom: 25px;
|
||||
background: #1e2832;
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1355px;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-wrapper {
|
||||
.c-row {
|
||||
// &-1 {
|
||||
// padding-bottom: 20px;
|
||||
// margin-bottom: 20px;
|
||||
// border-bottom: solid 1px rgba(255, 255, 255, 0.2);
|
||||
|
||||
// display: flex;
|
||||
// flex-direction: row;
|
||||
// align-items: center;
|
||||
// justify-content: space-between;
|
||||
|
||||
// h5 {
|
||||
// color: #ffffff;
|
||||
// font-family: $font3;
|
||||
// font-weight: 400;
|
||||
// font-size: 32px;
|
||||
// line-height: 1;
|
||||
// letter-spacing: 5px;
|
||||
// text-transform: uppercase;
|
||||
// }
|
||||
|
||||
// a {
|
||||
// color: #ffffff;
|
||||
// font-family: $font3;
|
||||
// font-weight: 400;
|
||||
// font-size: 16px;
|
||||
// line-height: 1;
|
||||
// letter-spacing: 2px;
|
||||
// text-transform: uppercase;
|
||||
|
||||
// display: inline-flex;
|
||||
// flex-direction: row;
|
||||
// align-items: center;
|
||||
// column-gap: 15px;
|
||||
// padding: 15px 20px 13px;
|
||||
// border: 1px solid #fff;
|
||||
// border-radius: 30px;
|
||||
|
||||
// img {
|
||||
// margin-top: -3px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
&-2 {
|
||||
column-gap: 40px;
|
||||
padding-bottom: 30px;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: solid 1px rgba(255, 255, 255, 0.2);
|
||||
|
||||
@include respond-above(sm) {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 390px 230px 1fr;
|
||||
}
|
||||
@include respond-below(md) {
|
||||
grid-template-columns: 1fr 135px 135px 1fr;
|
||||
column-gap: 20px;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 40px;
|
||||
}
|
||||
@include respond-between(xxs, xs) {
|
||||
column-gap: 40px;
|
||||
row-gap: 60px;
|
||||
}
|
||||
|
||||
.c-col {
|
||||
&-1 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 30px;
|
||||
|
||||
@include respond-between(xs, sm) {
|
||||
width: 100%;
|
||||
}
|
||||
@include respond-between(xxs, xs) {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
> img {
|
||||
width: 100%;
|
||||
max-width: 110px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #ffffff;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.footer-social {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&-2 {
|
||||
@include respond-between(xxs, xs) {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
|
||||
&-3 {
|
||||
@include respond-between(xxs, xs) {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
|
||||
&-4 {
|
||||
@include respond-between(xxs, xs) {
|
||||
order: 4;
|
||||
}
|
||||
}
|
||||
|
||||
&-2,
|
||||
&-3,
|
||||
&-4 {
|
||||
@include respond-between(xs, sm) {
|
||||
width: calc(100% / 3 - (20px - (20px / 3)));
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-between(xxs, xs) {
|
||||
width: calc(100% / 2 - (40px - (40px / 2)));
|
||||
}
|
||||
|
||||
@include respond-below(xxs) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-box {
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
h6 {
|
||||
color: #ffffff;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 1.3;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 16px;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
letter-spacing: inherit;
|
||||
text-transform: inherit;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 15px;
|
||||
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
line-height: 0.7;
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
letter-spacing: 1px;
|
||||
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
column-gap: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 1px;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&-3 {
|
||||
p {
|
||||
color: #ffffff;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.politique-de-qualite {
|
||||
margin-bottom: 100px;
|
||||
|
||||
h1 {
|
||||
color: #303030;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-weight: 400;
|
||||
// font-family: $font1;
|
||||
color: $cGrayText;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $cGrayText;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: 400;
|
||||
// font-family: $font1;
|
||||
color: $cGrayText;
|
||||
font-weight: 700;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: initial;
|
||||
padding-left: 20px;
|
||||
li {
|
||||
color: $cGrayText;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.row:last-child {
|
||||
margin-top: 30px;
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div[class^='col-'] {
|
||||
&:first-child {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
img {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
@include respond-between(xs, lg) {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
align-items: flex-start;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user