body {
font-family: 'Fira Sans';
padding-top: 43px;
color: #5f6354;
} @media (min-width: 768px) {
body {
padding-top: 65px;
}
}
body.admin-bar .fixed-top {
top: 33px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'DM Serif Display';
color: #2d2d2d;
}
a {
color: #a63d10;
transition: all 0.3s;
}
a:hover {
color: #5f6354;
transition: all 0.3s;
}
img {
max-width: 100%;
height: auto;
}
.color-lightgrey {
color: #f7eedf;
}
.color-red {
color: #a63d10;
}
.color-orange {
color: #d1925c;
}
.color-grey {
color: #5f6354;
}
.color-black {
color: #2d2d2d;
}
.bg-lightgrey {
background: #f7eedf;
}
.bg-red {
background: #a63d10;
}
.bg-orange {
background: #d1925c;
}
.bg-grey {
background: #5f6354;
}
.btn {
transition: all 0.3s;
position: relative;
}
.btn-orange {
background: #d1925c;
color: white;
fill: white;
}
.btn-orange::before {
content: '';
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border: 1px solid transparent;
border-radius: 0.5em;
transition: all 0.3s;
}
.btn-orange:hover,
.btn-orange:focus {
background: #a63d10;
color: white;
border-color: #a63d10;
transition: all 0.3s;
}
.btn-orange:hover::before {
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border-color: #d1925c;
transition: all 0.3s;
}
.btn-black {
background: #5f6354;
color: white;
fill: white;
}
.btn-black::before {
content: '';
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border: 1px solid transparent;
border-radius: 0.5em;
transition: all 0.3s;
}
.btn-black:hover,
.btn-black:focus {
background: #161616;
color: white;
border-color: #161616;
transition: all 0.3s;
}
.btn-black:hover::before {
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border-color: #5f6354;
transition: all 0.3s;
} header {
border-bottom: 1px solid #5f6354;
}
.logo-link {
background: #f7eedf;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
border-radius: 3px;
border-bottom: 1px solid #5f6354;
}
.logo-link img {
width: 110px;
padding: 10px;
transition: all 0.3s;
} @media (min-width: 768px) {
.logo-link img {
width: 175px;
padding: 10px;
transition: all 0.3s;
}
.logo-link.minify img {
width: 130px;
transition: all 0.3s;
}
}
#main-menu li {
padding: 20px 10px;
}
#main-menu li a {
text-decoration: none;
color: #2d2d2d;
font-weight: 500;
position: relative;
transition: all 0.3s;
}
#main-menu li a::before {
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
width: 0;
height: 2px; background: linear-gradient(229deg, #a63d10, transparent);
transition: all 0.3s;
}
#main-menu li a:hover {
color: #a63d10;
transition: all 0.3s;
}
#main-menu li a:hover::before {
width: 100%;
transition: all 0.3s;
}
#main-menu .sub-menu {
position: absolute;
background: #5f6354;
padding: 0;
margin: 0;
top: 54px;
display: none; border: 1px solid #8b8b8b;
}
#main-menu .sub-menu li {
padding: 0;
list-style: none;
}
#main-menu .sub-menu li a {
padding: 7px 10px;
display: block;
border-bottom: 1px solid #8b8b8b;
color: #fff;
font-weight: 400;
transition: all 0.3s;
}
#main-menu .sub-menu li a:hover {
padding-left: 15px;
transition: all 0.3s;
}
#main-menu .sub-menu li a::before {
display: none;
}
#menu-burger { padding: 15px;
}
#menu-burger svg {
width: 25px;
height: 25px;
}
#menu-mobile { position: fixed;
top: 0;
left: 0;
bottom: 0;
background: #f7eedf;
box-shadow: 7px 0px 10px rgba(71, 71, 71, 0.65);
width: 80%;
padding: 10px;
transition: all 0.3s;
}
#menu-mobile li {
padding: 10px;
border-bottom: 1px solid #b8b8b8;
}
#menu-mobile li a {
display: block;
text-decoration: none;
color: #2d2d2d;
font-weight: 500;
}
#menu-mobile .sub-menu {
}
#menu-mobile .sub-menu li {
padding: 3px;
border: 0;
list-style: disc;
}
#menu-mobile .sub-menu li a {
color: #5f6354;
font-size: 14px;
}
.logo-menu-mobile img {
width: 50%;
margin: auto;
display: block;
margin-bottom: 10px;
}
.bg-menu-mobile {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.banner .box {
position: absolute;
background: #ffffff;
padding: 10px 25px;
bottom: -39px;
right: 100px;
border-radius: 7px;
}
#breadcrumb {
font-size: 0.8rem;
}
#map {
height: 60vw;
} @media (min-width: 768px) {
#map {
height: 25vw;
}
}
.home-section {
padding-top: 60px;
}
.photo-intervenant {
width: 50%;
} @media (min-width: 768px) {
.photo-intervenant {
width: unset;
}
}
.square {
width: 90%;
background: #d1925c;
position: absolute;
top: 50px;
left: 64px;
z-index: -1;
}
.square:after {
content: "";
display: block;
padding-bottom: 100%;
}
.title-down span {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 50%;
}
footer h2 {
font-weight: 600;
margin-bottom: 10px;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}