* {
margin: 0;
padding: 0;
}
#wpadminbar {
z-index: 999999;
}
html {
font-size: 10px;
font-family: "Korolev";
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
position: relative;
overflow-x: hidden;
}
html.no-scroll,
body.no-scroll {
overflow: hidden;
}
h1,
h2,
h3,
h4 {
font-family: "Korolev";
}
h1 {
font-size: 100px;
text-transform: uppercase;
font-weight: 900;
}
@media (max-width: 991px) {
h1 {
font-size: 50px;
}
}
h2 {
text-transform: uppercase;
font-weight: 900;
font-size: 70px;
}
h2 span {
display: inline-block;
}
h2 > span {
position: relative;
}
h2 > span > .content {
transition: color 0.75s;
transition-delay: 0.75s;
}
h2 > span.active > .content {
color: #1e5aa2;
}
h2 > span > .texte {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h2 > span > .texte::after {
content: attr(title) " ";
position: absolute;
left: 0;
top: 0;
background-color: #1e5aa2;
color: #fff;
white-space: nowrap;
width: 0;
overflow: hidden;
height: 100%;
}
h2 > span.active > .texte::after {
animation: swipe 0.75s;
animation-delay: 0.75s;
}
@keyframes swipe {
0% {
width: 0;
}
50% {
width: 100%;
}
100% {
width: 0;
}
}
@media (max-width: 991px) {
h2 {
font-size: 40px;
}
}
h3 {
text-transform: uppercase;
font-weight: 900;
font-size: 40px;
color: #1d5aa2;
margin-bottom: 0;
}
@media (max-width: 991px) {
h3 {
font-size: 25px;
}
}
h4 {
text-transform: uppercase;
font-size: 25px;
font-weight: 900;
}
p,
a,
span {
font-family: "Korolev";
}
p {
font-weight: 200;
font-size: 16px;
}
.btn-solid {
position: relative;
display: inline-flex;
font-weight: 700;
font-size: 18px;
padding: 10px 10px 10px 35px;
color: #000;
transition: color 0.3s;
}
.btn-solid svg {
width: 15px;
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.btn-solid span {
position: relative;
z-index: 1;
}
.btn-solid::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 25px;
height: 25px;
border-radius: 9999px;
background-color: #9ecc64;
transition: width 0.3s;
}
.btn-solid:hover {
text-decoration: none;
color: #fff;
}
.btn-solid:hover::before {
width: 100%;
}
.btn-arrow {
overflow: hidden;
position: relative;
color: #000;
font-size: 20px;
font-weight: 700;
display: flex;
align-items: center;
transition: padding 0.3s;
}
.btn-arrow .icone {
background-color: #9ecc64;
border-radius: 9999px;
height: 25px;
width: 25px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%) translateX(-100%);
transition: transform 0.3s;
}
.btn-arrow .icone svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
}
.btn-arrow:hover {
text-decoration: none;
color: #000;
padding-left: 32px;
}
.btn-arrow:hover .icone {
transform: translateY(-50%);
}
@media (max-width: 991px) {
.btn-arrow {
padding-left: 32px;
}
.btn-arrow .icone {
transform: translateY(-50%);
}
}
.btn-icone {
font-size: 18px;
color: #fff;
font-weight: 700;
transition: font-weight 0.3s;
}
.btn-icone svg {
fill: #1d5aa2;
width: 18px;
margin-right: 10px;
transition: fill 0.3s;
}
.btn-icone:hover {
font-weight: 900;
color: #fff;
text-decoration: none;
}
.btn-icone:hover svg {
fill: #9ecc64;
}
#main,
footer {
position: relative;
z-index: 1;
}
#main-landing {
background-position: center;
background-size: cover;
}
#main-landing .img-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#main-landing .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%)
0 0 no-repeat padding-box;
}
#main-landing #logo {
position: absolute;
left: 40px;
top: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#main-landing #logo p {
margin-top: 20px;
font-size: 12px;
font-weight: 700;
}
#main-landing .body-content {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#main-landing #main-content {
padding-top: 90px;
}
#main-landing #main-content h1 {
font-family: "Korolev";
max-width: 750px;
font-size: 100px;
text-shadow: 2px 2px 6px #00000041;
text-transform: uppercase;
color: #fff;
font-weight: 900;
}
#main-landing #main-content .division {
margin-top: 30px;
}
#main-landing #main-content .division h2 {
font-family: "Korolev";
color: #fff;
text-transform: uppercase;
font-size: 40px;
font-weight: 900;
text-align: center;
}
#main-landing #main-content .division .content,
#main-landing #main-content .division .content p {
color: #fff;
font-size: 20px;
letter-spacing: 1px;
text-align: center;
}
#main-landing #main-content .division .content {
margin-top: 20px;
}
#main-landing #bas-page {
position: relative;
border-top: 2px solid #fff;
margin-top: 30px;
padding-top: 15px;
padding-bottom: 40px;
}
#main-landing #bas-page .info svg {
height: 19px;
}
#main-landing #bas-page .info span {
color: #fff;
font-size: 16px;
font-weight: 700;
margin-left: 10px;
}
#main-landing #bas-page .info a {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 5px 0;
color: #fff;
}
#main-landing #bas-page .info a:hover {
text-decoration: underline;
}
#main-landing #bas-page .info:nth-child(2) {
display: flex;
justify-content: center;
align-items: center;
}
#main-landing #bas-page .info:nth-child(3) {
display: flex;
justify-content: flex-end;
align-items: center;
}
@media (max-width: 991px) {
#main-landing #logo {
position: relative;
top: auto;
left: auto;
padding-top: 20px;
}
#main-landing #logo p {
color: #fff;
}
#main-landing #main-content {
padding-top: 40px;
}
#main-landing #main-content h1 {
font-size: 50px;
}
#main-landing #main-content .division .content {
margin-top: 10px;
}
#main-landing #main-content .division .content,
#main-landing #main-content .division .content p {
font-size: 16px;
}
#main-landing .body-content {
min-height: calc(100vh - 198px);
}
#main-landing #bas-page .info,
#main-landing #bas-page .info:nth-child(2),
#main-landing #bas-page .info:nth-child(3) {
display: flex;
justify-content: center;
}
}
.background {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
}
.background img {
width: 100%;
height: 100%;
object-fit: cover;
}
header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
header #menu {
position: relative;
padding: 38px 15px;
}
header #menu .row .logo-container {
position: absolute;
left: 15px;
top: 60%;
transform: translateY(-50%);
z-index: 1;
}
header #menu .row .logo-container .logo {
width: 150px;
}
header #menu .main-navigation {
display: flex;
justify-content: center;
align-items: center;
}
header #menu .main-navigation .menu {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
padding: 12px 30px;
}
header #menu .main-navigation.not-homepage .menu {
background-color: #f4f4f4;
box-shadow: 1px 1px 6px #00000029;
border-radius: 5px 0 0 5px;
}
header #menu .main-navigation .menu li {
margin: 0 12px;
}
header #menu .main-navigation .menu li a {
color: #000;
font-weight: 700;
font-size: 16px;
padding: 2px 9px;
border-radius: 9999px;
transition: font-weight 0.3s;
}
header #menu .main-navigation .menu li a:hover {
font-weight: 900;
text-decoration: none;
}
header #burger {
position: fixed;
top: -100%;
left: 0;
width: 100%;
padding: 40px 15px;
transition: top 0.5s;
z-index: 200;
pointer-events: none;
}
header #burger.scrolled {
top: 0;
}
header #burger .burger {
position: relative;
width: 50px;
height: 50px;
border-radius: 9999px;
background-color: #9ecc64;
box-shadow: 1px 1px 6px #00000029;
pointer-events: auto;
}
header #burger .burger .inner-burger {
position: absolute;
width: 20px;
height: 16px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
}
header #burger .burger span {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 2px;
background-color: #fff;
transition: transform 0.3s;
}
header #burger .burger span:nth-child(1) {
transform-origin: 0 0;
}
header #burger .burger span:nth-child(2) {
top: 50%;
transform: translateY(-50%);
}
header #burger .burger span:nth-child(3) {
top: auto;
bottom: 0;
transform-origin: 0 100%;
}
header #burger .burger.open span:nth-child(1) {
transform: rotate(35deg);
width: 25px;
}
header #burger .burger.open span:nth-child(2) {
transform: translateX(100%);
}
header #burger .burger.open span:nth-child(3) {
transform: rotate(-35deg);
width: 25px;
}
header #menu-modal {
position: fixed;
top: -100%;
left: 0;
width: 100%;
height: 100%;
background-color: #f4f4f4;
transition: top 0.3s;
}
header #menu-modal.open {
top: 0;
}
header #menu-modal .container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
header #menu-modal .row {
display: flex;
align-items: center;
justify-content: flex-start;
}
header #menu-modal .menu-mobile {
display: none;
}
header #menu-modal .menu-top .menu {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
margin: 0;
padding: 0;
list-style-type: none;
}
header #menu .main-navigation .menu li {
position: relative;
}
header #menu .main-navigation .menu li .sub-menu {
position: absolute;
bottom: 0;
transform: translateY(100%) translateX(-50%);
left: 50%;
list-style-type: none;
margin: 0;
background-color: #f4f4f4;
width: 150px;
display: none;
}
header #menu .main-navigation .menu li .sub-menu li {
margin: 0;
padding: 5px 0;
}
header #menu .main-navigation .menu li .sub-menu li a {
font-size: 13px;
width: 100%;
display: inline-block;
text-align: center;
}
header #menu .main-navigation.not-homepage .menu li:hover .sub-menu {
display: block;
}
header #menu-modal .menu-top .menu li a {
display: inline-block;
color: #000;
font-weight: 900;
text-transform: uppercase;
font-size: 70px;
margin-bottom: 60px;
transition: transform 0.3s;
}
header #menu-modal .menu-top .menu li a:hover {
text-decoration: none;
transform: translateY(-5px);
}
header #menu-modal .menu-bas .menu {
display: flex;
justify-content: space-between;
align-items: center;
list-style-type: none;
margin: 0;
padding: 0;
border-top: 2px solid #000;
padding: 35px 0;
}
header #menu-modal .menu-bas .menu li a {
font-weight: 700;
color: #000;
font-size: 20px;
transition: font-weight 0.3s;
}
header #menu-modal .menu-bas .menu li a:hover {
text-decoration: none;
font-weight: 900;
}
@media (max-width: 991px) {
header #burger {
position: fixed;
top: 0;
padding: 30px 0;
}
header #menu {
padding: 50px 15px;
}
header #menu-modal .container {
display: flex;
height: 100%;
padding: 100px 15px 0;
max-height: calc(100vh - 50px);
overflow-y: auto;
}
header #menu-modal .menu-mobile {
display: block;
}
header #menu-modal .menu-top,
header #menu-modal .menu-bas {
display: none;
}
header #menu-modal .menu-mobile .menu {
list-style-type: none;
flex-direction: column;
border: none;
padding: 0;
}
header #menu-modal .menu-mobile .menu li {
text-align: center;
}
header #menu-modal .menu-mobile .menu li a {
display: inline-block;
margin-bottom: 10px;
font-size: 30px;
text-transform: uppercase;
font-weight: 900;
color: #000;
transition: transform 0.3s;
}
header #menu-modal .menu-mobile .menu li a:hover {
text-decoration: none;
transform: translateY(-5px);
}
}
#hero-accueil {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#hero-accueil .image-fond {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#hero-accueil .image-fond img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
#hero-accueil .video-fond {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#hero-accueil .video-fond video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#hero-accueil .video-fond .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
opacity: 0.25;
}
#hero-accueil .content {
position: relative;
max-width: 650px;
margin: 0 auto;
}
#hero-accueil .content h1 {
font-size: 100px;
color: #f4f4f4;
text-shadow: 2px 2px 6px #00000041;
font-weight: 900;
text-align: center;
}
#hero-accueil .content hr {
border: 0;
border-top: 2px solid #f4f4f4;
}
#hero-accueil .content .decouvrir {
display: flex;
justify-content: center;
align-items: center;
}
#hero-accueil .content a {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #f4f4f4;
font-weight: 700;
font-size: 18px;
}
#hero-accueil .content a:hover {
text-decoration: none;
}
#hero-accueil .content a svg {
width: 20px;
margin-top: 10px;
transition: transform 0.3s;
}
#hero-accueil .content a:hover svg {
transform: translateY(5px);
}
@media (max-width: 991px) {
#hero-accueil .content h1 {
font-size: 60px;
}
}
#a-propos {
min-height: 950px;
padding: 135px 0;
}
#a-propos .container {
max-width: 750px;
}
#a-propos .image {
position: absolute;
top: 0;
right: 0;
width: 33%;
height: 525px;
object-fit: cover;
}
#a-propos .container-fluid {
position: relative;
margin-top: 60px;
}
#a-propos h2 {
text-align: center;
}
@media (max-width: 991px) {
#a-propos {
padding: 80px 0 0;
min-height: 0;
}
#a-propos .image {
position: relative;
top: auto;
left: auto;
height: 350px;
width: 100%;
margin-top: 80px;
}
#a-propos .container-fluid {
padding: 0;
margin-top: 20px;
}
#a-propos .col-lg-8 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
}
#services {
padding: 130px 0;
background-color: #f4f4f4;
margin-top: -130px;
}
#services .service-categorie {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start;
}
#services .title-container {
margin-bottom: 60px;
}
#services .service-categorie:first-child {
margin-bottom: 95px;
}
#services .service-categorie .title {
display: flex;
align-items: center;
justify-content: center;
}
#services .service-categorie .title:hover {
text-decoration: none;
}
#services .service-categorie .title h3 {
transition: color 0.3s;
}
#services .service-categorie .title:hover h3 {
color: #9ecc64;
}
#services .service-categorie .title svg {
width: 46px;
margin-left: 16px;
}
#services .service-categorie .title svg #hover-color {
fill: #1d5aa2;
transition: fill 0.3s;
}
#services .service-categorie .title:hover svg #hover-color {
fill: #9ecc64;
}
#services .service-categorie .services {
font-size: 18px;
font-weight: 600;
text-align: right;
margin-top: 16px;
}
#services .service-categorie .services a {
color: #000;
white-space: nowrap;
}
#services .service-categorie .services a:hover {
font-weight: 900;
text-decoration: none;
}
@media (max-width: 991px) {
#services {
padding: 80px 0;
margin-top: 0;
}
#services .title-container {
margin-bottom: 25px;
}
#services .service-categorie:first-child {
margin-bottom: 20px;
margin-top: 35px;
}
#services .service-categorie {
align-items: center;
}
#services .service-categorie .title {
flex-direction: column;
}
#services .service-categorie .title h3 {
order: 2;
margin-top: 20px;
margin-bottom: 20px;
}
#services .service-categorie .title svg {
order: 1;
margin: 0;
}
#services .service-categorie .services {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
#services .service-categorie .services span {
display: none;
}
#services .service-categorie .services a {
margin-bottom: 20px;
}
}
#urgence {
position: relative;
padding: 90px 0;
margin-top: -300px;
pointer-events: none;
}
#urgence .col-lg-5 {
pointer-events: auto;
}
#urgence::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 43%;
height: 100%;
background-color: #000;
}
#urgence .text-content {
padding: 35px 77px 35px 0;
color: #fff;
}
#urgence .btn-solid {
color: #fff;
}
@media (max-width: 991px) {
#urgence {
margin-top: 0;
padding: 75px 0;
}
#urgence::before {
width: 100%;
}
#urgence .text-content {
padding: 30px 0 20px;
}
}
#offre {
position: relative;
padding: 90px 0;
margin-top: -150px;
pointer-events: none;
}
#offre .col-lg-5 {
pointer-events: auto;
}
#offre::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 43%;
height: 100%;
background-color: #000;
}
#offre h3 {
padding-right: 77px;
}
#offre .text-content {
padding: 35px 77px 35px 0;
color: #fff;
}
#offre .text-content ul {
list-style-type: "- ";
font-size: 16px;
padding-left: 15px;
}
#offre .text-content ul li:not(:last-child) {
margin-bottom: 12px;
}
#offre .btn-solid {
color: #fff;
}
#offre.offre-avantages .text-content ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#offre.offre-avantages .text-content ul li {
position: relative;
padding-left: 20px;
}
#offre.offre-avantages .text-content ul li::before {
content: "+";
position: absolute;
font-weight: 900;
color: #1e5aa2;
left: 0;
top: 0;
line-height: 20px;
}
@media (max-width: 991px) {
#offre {
margin-top: 0;
padding: 75px 0;
}
#offre::before {
width: 100%;
}
#offre h3 {
padding-right: 0;
}
#offre .text-content {
padding: 30px 0 20px;
}
}
#satisfaction {
padding: 130px 0;
}
#satisfaction .container {
max-width: 750px;
}
#satisfaction h2 {
text-align: center;
}
#satisfaction .slider-avis {
padding-right: 80px;
margin-top: 60px;
}
#satisfaction .slider-avis .slick-list {
padding: 0 !important;
}
#satisfaction .slider-avis .slick-dots {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start;
}
#satisfaction .slider-avis .slick-dots li {
background-color: #e5e5e5;
border-radius: 9999px;
height: 13px;
width: 13px;
margin-bottom: 20px;
}
#satisfaction .slider-avis .slick-dots li.slick-active {
background-color: #9ecc64;
}
#satisfaction .slider-avis .slick-dots li button:before {
content: "";
}
#satisfaction .boutons-container {
display: flex;
justify-content: center;
align-items: center;
}
#satisfaction .boutons-container a:first-child {
margin-right: 50px;
}
@media (max-width: 991px) {
#satisfaction {
display: none;
}
}
#accreditations {
padding-bottom: 110px;
}
#accreditations .inner-container .container {
position: relative;
}
#accreditations .inner-container .container::before {
content: "";
position: absolute;
height: 100%;
width: 2px;
background-color: #000;
top: 0;
left: 50%;
transform: translateX(-50%);
}
#accreditations h3 {
color: #fff;
padding: 23px;
background-color: #000;
display: inline-block;
}
#accreditations .titre-container {
margin-bottom: 35px;
}
#accreditations .titre-container > div {
display: flex;
justify-content: center;
align-items: flex-start;
}
#accreditations .row.item:not(:nth-child(2)) {
margin-top: -45px;
}
#accreditations .row > div {
position: relative;
}
#accreditations .row.item > div:before {
content: "";
position: absolute;
right: -7px;
top: 50%;
transform: translateY(-50%);
width: 14px;
height: 14px;
border-radius: 9999px;
background-color: #000;
}
#accreditations .row.item > div.offset-lg-6:before {
right: auto;
left: -7px;
}
#accreditations .row.item > div.offset-lg-6 {
padding-left: 45px;
}
#accreditations .row.item > div:not(.offset-lg-6) {
padding-right: 45px;
}
#accreditations .row.item > div:not(.offset-lg-6):not(.titre-container) {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start;
}
#accreditations img {
width: 120px;
}
#accreditations h4 {
padding: 15px 0;
}
#accreditations .text-content {
max-width: 380px;
}
#accreditations .row.item > div:not(.offset-lg-6) .text-content {
text-align: right;
}
#accreditations .dernier-element > div {
position: relative;
padding-left: 80px;
}
#accreditations .dernier-element > div::before {
content: "";
position: absolute;
top: 41px;
left: 0;
width: 60px;
height: 2px;
background-color: #000;
}
#accreditations .bottom-container {
margin-top: -43px;
}
@media (max-width: 991px) {
#accreditations {
padding-top: 110px;
}
#accreditations h3 {
width: 100%;
}
#accreditations .titre-container > div {
justify-content: flex-start;
}
#accreditations .inner-container .container::before {
left: 15px;
transform: none;
height: calc(100% + 45px);
}
#accreditations .text-content {
max-width: none;
}
#accreditations .row.item {
margin-bottom: 25px;
}
#accreditations .row.item > div:not(.offset-lg-6):not(.titre-container) {
align-items: flex-start;
padding-left: 40px;
padding-right: 0;
}
#accreditations .row.item > div.offset-lg-6 {
padding-left: 40px;
}
#accreditations .row.item > div:not(.offset-lg-6) .text-content {
text-align: left;
}
#accreditations .row.item:not(:nth-child(2)) {
margin-top: 0;
}
#accreditations .row.item > div:before {
right: auto;
left: 9px;
}
#accreditations .row.item > div.offset-lg-6:before {
right: auto;
left: 9px;
}
#accreditations .bottom-container {
margin-top: 0;
}
#accreditations .dernier-element > div {
padding-left: 52px;
}
#accreditations .dernier-element > div::before {
left: 15px;
top: 20px;
width: 23px;
}
}
#hero-page {
position: relative;
min-height: 100vh;
}
#hero-page .image {
position: absolute;
right: 0;
height: calc(100vh - 170px);
width: 35%;
top: 0;
object-fit: cover;
}
#hero-page > .container,
#hero-page > .container > .row {
min-height: 100vh;
}
#hero-page .content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 150px 0 50px 0;
}
#hero-page .content h1 {
text-align: center;
}
#hero-page .content .text-content {
text-align: center;
line-height: 26px;
margin-top: 18px;
}
#hero-page #bread {
position: absolute;
right: 50px;
bottom: 35px;
display: flex;
justify-content: center;
align-items: center;
}
#hero-page #bread .icone svg {
width: 45px;
margin-left: 20px;
}
#hero-page #bread .icone svg #hover-color {
fill: #1d5aa2;
}
#hero-page #bread #breadcrumbs {
margin: 0;
}
#hero-page #bread #breadcrumbs > span > span {
display: flex;
flex-direction: column;
}
#hero-page #bread #breadcrumbs > span > span a,
#hero-page #bread #breadcrumbs > span > span span.breadcrumb_last {
text-align: right;
font-size: 14px;
font-weight: 700;
padding: 8px 0;
border-top: 2px solid #000;
}
#hero-page #bread #breadcrumbs > span > span > a {
border-top: none;
}
#hero-page #bread #breadcrumbs > span > span a {
transition: font-weight 0.3s;
}
#hero-page #bread #breadcrumbs > span > span a:hover {
font-weight: 700;
text-decoration: none;
}
#hero-page #bread #breadcrumbs > span > span > span {
display: flex;
flex-direction: column;
}
#hero-page #bread #breadcrumbs > span > span > span > span.breadcrumb_last {
border-top: 2px solid #000;
padding: 8px 0;
}
#hero-page #bread #breadcrumbs > span > span a {
font-weight: 400;
color: #000;
}
#hero-page hr {
margin-top: 30px;
border-color: #000;
width: 100%;
border-width: 2px;
}
#hero-page .coordonnees {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
padding: 30px 0;
}
#hero-page .coordonnees .btn-icone {
color: #000;
}
#hero-page .coordonnees .btn-icone svg {
fill: #000;
}
#hero-page .coordonnees .btn-icone:hover {
color: #000;
}
#hero-page .coordonnees .btn-icone:hover svg {
fill: #9ecc64;
}
#hero-page .formulaire {
position: absolute;
right: 0;
width: 35%;
top: 0;
background-color: #000;
padding: 50px;
}
@media (max-width: 991px) {
#hero-page .image {
display: none;
}
#hero-page #bread {
right: 30px;
bottom: 30px;
}
#hero-page .content {
margin: 120px auto 80px auto;
}
#hero-page.hero-contact > .container,
#hero-page.hero-contact > .container > .row {
min-height: 0;
}
#hero-page.hero-contact .formulaire-container {
position: relative;
}
#hero-page.hero-contact .formulaire-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
}
#hero-page.hero-contact .formulaire-container .formulaire {
background-color: transparent;
position: relative;
z-index: 1;
}
}
#archive-listing {
position: relative;
background-color: #f4f4f4;
padding: 130px 0;
}
#archive-listing .container {
max-width: 760px;
}
#archive-listing h2 {
text-align: center;
margin-bottom: 58px;
}
#archive-listing .image {
position: absolute;
right: 0;
bottom: 0;
margin-bottom: -100px;
width: 40%;
height: 450px;
object-fit: cover;
}
#archive-listing.single-service {
padding-bottom: 200px;
}
#archive-listing.single-service .text-content h2 {
font-size: 28px;
margin: 20px 0 15px 0;
text-align: left;
}
#archive-listing.single-service .text-content h3 {
font-size: 24px;
text-align: left;
margin: 20px 0 15px 0;
}
#archive-listing.single-service .text-content ul {
margin-left: 20px;
font-size: 16px;
}
#archive-listing.single-service .text-content ul li {
font-size: 16px;
}
ul.list-services {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.list-services li {
padding: 25px 0;
border-top: 2px solid #000;
}
ul.list-services li:last-child {
border-bottom: 2px solid #000;
}
@media (max-width: 991px) {
#archive-listing {
padding: 60px 0;
}
#archive-listing h2 {
margin-bottom: 28px;
}
#archive-listing .text-content {
margin-bottom: 28px;
}
#archive-listing.single-service .text-content {
margin-bottom: 65px;
}
#archive-listing .image {
position: relative;
right: auto;
bottom: auto;
width: 100%;
height: 350px;
margin-bottom: 0;
}
#archive-listing.single-service {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
#archive-listing.single-service {
padding-bottom: 0;
}
}
#autre-service {
position: relative;
padding: 130px 0;
}
#autre-service .image {
position: absolute;
left: 0;
top: -200px;
width: 35%;
height: 450px;
object-fit: cover;
}
#autre-service .btn-solid {
margin-top: 40px;
}
#autre-service ul.list-services {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: flex-end;
width: 100%;
}
#autre-service.single-service-list {
padding-top: 0;
}
#autre-service.single-service-list > .container > .row > div:first-child {
padding-top: 50px;
}
@media (max-width: 991px) {
#autre-service {
padding: 60px 0;
}
#autre-service .image {
position: relative;
left: auto;
top: auto;
width: 100%;
height: 350px;
margin-bottom: 50px;
}
#autre-service.single-service-list {
padding-top: 60px;
}
#autre-service.single-service-list h2 {
padding-bottom: 30px;
}
#autre-service.single-service-list > .container > .row > div:first-child {
padding-top: 0;
}
}
@media (max-width: 575px) {
#autre-service {
padding-top: 0;
}
}
#demandez {
padding: 130px 0;
}
#demandez .container {
max-width: 750px;
}
#demandez h2 {
text-align: center;
}
#demandez .container .row .col-12 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
@media (max-width: 991px) {
#demandez {
padding: 60px 0;
}
}
#projets {
padding: 100px 0 0;
}
#projets .title-container {
max-width: 750px;
margin: 0 auto;
margin-bottom: 75px;
}
#projets .title-container h2 {
text-align: center;
}
.slider-projets {
padding-right: 42px;
}
.slider-projets img {
width: 100%;
height: 550px;
object-fit: cover;
}
.slider-projets .slide {
padding-right: 20px;
}
.slider-container {
position: relative;
}
.slider-container .slider-arrows {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
list-style-type: none;
margin: 0;
padding: 0 30px;
}
.slider-container .slider-arrows .next {
position: relative;
width: 63px;
height: 63px;
border-radius: 9999px;
background-color: #9ecc64;
cursor: pointer;
}
.slider-container .slider-arrows .next svg {
width: 27px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#projets .bouton-container {
display: flex;
align-items: center;
justify-content: center;
margin-top: 75px;
margin-bottom: 200px;
}
#projets .bouton-container:last-child {
margin-bottom: 160px;
}
@media (max-width: 991px) {
#projets .title-container {
margin-bottom: 20px;
}
.slider-container .slider-arrows {
padding: 0 15px;
}
.slider-container .slider-arrows .next {
width: 40px;
height: 40px;
}
.slider-container .slider-arrows .next svg {
width: 18px;
}
.slider-projets {
padding-right: 24px;
}
.slider-projets .slide {
padding: 0 10px;
}
.slider-projets img {
height: 375px;
}
.slider-projets .slick-slide:not(.slick-center) {
opacity: 100%;
}
#projets .bouton-container {
margin-top: 20px;
margin-bottom: 60px;
}
#projets .bouton-container:last-child {
margin-bottom: 60px;
}
}
#hero-page .formulaire {
padding-top: 140px;
}
#hero-page .formulaire h3 {
margin-bottom: 40px;
}
label {
color: #fff;
font-size: 16px;
font-weight: 700;
width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
padding: 10px;
margin-top: 5px;
width: 100%;
border: none;
margin-bottom: 15px;
}
input[type="file"] {
margin-top: 5px;
}
.wpcf7-response-output {
color: #fff;
font-size: 16px;
}
button.btn-solid {
background-color: transparent;
border: none;
color: #fff;
}
@media (max-width: 991px) {
#hero-page .formulaire {
position: static;
width: 100%;
top: auto;
right: auto;
padding: 60px 15px;
}
#hero-page.hero-contact .content {
padding: 160px 15px 40px;
}
#hero-page .coordonnees {
flex-direction: column;
align-items: center;
}
#hero-page .coordonnees a {
margin-bottom: 30px;
}
}
#map iframe {
width: 100%;
min-height: 700px;
}
@media (max-width: 991px) {
#map iframe {
min-height: 400px;
}
}
#avantages {
position: relative;
padding: 130px 0;
z-index: 1;
}
#avantages .container {
max-width: 750px;
}
#avantages .title-container h2 {
text-align: center;
}
#avantages .image {
position: absolute;
right: 0;
bottom: 0;
margin-bottom: -100px;
width: 40%;
height: 450px;
object-fit: cover;
}
#avantages .text-content {
margin-top: 75px;
}
#avantages .text-content ul {
list-style-type: none;
font-size: 16px;
font-weight: 300;
}
#avantages .text-content ul li {
position: relative;
padding-left: 25px;
margin-bottom: 12px;
}
#avantages .text-content ul li::before {
content: "+";
color: #1e5aa2;
font-weight: 900;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 991px) {
#avantages {
padding: 60px 0;
}
#avantages .image {
position: relative;
right: auto;
bottom: auto;
width: 100%;
height: 350px;
margin-bottom: 0;
}
#avantages .text-content {
margin: 40px 0;
}
}
@media (max-width: 767px) {
#avantages {
padding-bottom: 0;
}
}
#opportunites {
background-color: #f4f4f4;
padding: 130px 0;
}
#opportunites .container .row > div:last-child {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-end;
}
#opportunites .container .row > div:last-child .emploi:not(:last-child) {
margin-bottom: 50px;
}
#opportunites .container .row > div:last-child .emploi h3,
#opportunites .container .row > div:last-child .emploi p {
text-align: right;
}
#opportunites .title-container {
padding-bottom: 180px;
}
@media (max-width: 991px) {
#opportunites {
padding: 60px 0;
min-height: 0;
}
#opportunites .container,
#opportunites .container .row {
min-height: 0;
}
#opportunites .container .row > div:last-child {
justify-content: flex-start;
align-items: flex-start;
}
#opportunites .container .row > div:last-child .emploi h3,
#opportunites .container .row > div:last-child .emploi p {
text-align: left;
}
#opportunites .emplois {
margin-top: 30px;
}
#opportunites .container .row > div:last-child .emploi:not(:last-child) {
margin-bottom: 25px;
}
#opportunites .title-container {
padding-bottom: 0;
}
}
#postuler {
position: relative;
margin-top: -200px;
}
#postuler::before {
content: "";
width: 45%;
top: 0;
left: 0;
height: 100%;
background-color: #000;
position: absolute;
z-index: 1;
}
#postuler .image {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: calc(100% - 200px);
object-fit: cover;
}
#postuler .formulaire-application {
position: relative;
padding: 70px 0;
z-index: 2;
padding-right: 50px;
}
#postuler .formulaire-application h3 {
margin-bottom: 35px;
}
@media (max-width: 991px) {
#postuler {
margin: 0;
}
#postuler .formulaire-application {
position: relative;
bottom: auto;
left: auto;
padding: 40px 15px;
}
#postuler .image {
display: none;
}
#postuler::before {
width: 100%;
}
}
#tous-projets {
padding: 130px 0;
}
#tous-projets h2 {
text-align: center;
margin-bottom: 75px;
}
#tous-projets .btn-solid {
margin-top: 75px;
}
@media (max-width: 991px) {
#tous-projets {
padding: 60px 0;
}
#tous-projets h2 {
margin-bottom: 30px;
}
#tous-projets .btn-solid {
margin-top: 30px;
}
}
.merci-page {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.merci-page .content {
max-width: 700px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.merci-page .content .text-content {
text-align: center;
}
.merci-page .content hr {
border-color: #000;
width: 100%;
border-width: 2px;
margin: 25px 0;
}
.merci-page .content .socials {
max-width: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.merci-page .content .socials h3 {
text-align: center;
}
.merci-page .content .socials .list {
display: flex;
align-items: center;
justify-content: center;
margin-top: 25px;
}
.merci-page .content .socials .list a svg {
transition: fill 0.3s;
}
.merci-page .content .socials .list a:hover svg {
fill: #9ecc64;
}
#archive-posts a:hover {
color: #000;
text-decoration: none;
}
#archive-posts .post-content {
display: flex;
flex-direction: column;
align-items: center;
color: #000;
margin-bottom: 30px;
}
#archive-posts .post-content img {
width: 100%;
height: 395px;
object-fit: cover;
}
#archive-posts .post-content h4 {
margin: 30px 0;
}
#archive-posts .post-content .btn-solid {
margin-top: 20px;
}
#archive-posts a:hover .btn-solid {
text-decoration: none;
color: #fff;
}
#archive-posts a:hover .btn-solid:before {
width: 100%;
}
@media (min-width: 992px) {
#archive-posts .gx-lg-0 {
padding-left: 0;
padding-right: 0;
padding-bottom: 130px;
}
}
.single-post #hero-page {
z-index: 1;
min-height: auto;
}
.single-post #hero-page > .container,
.single-post #hero-page > .container > .row {
align-items: flex-end;
min-height: auto;
}
.single-post #hero-page .content {
height: 80vh;
max-height: 600px;
justify-content: flex-end;
}
.single-post #hero-page h1 {
font-size: 50px;
line-height: 55px;
}
.single-post h2 {
font-size: 40px;
line-height: 45px;
}
.single-post #hero-page .image-content {
transform: translateY(50%);
height: 200px;
}
.single-post #hero-page .content .text-content {
text-align: left;
}
.single-post #hero-page .image-single-post {
width: 100%;
height: 100%;
object-fit: cover;
}
.single-post #post-content {
background-color: #f4f4f4;
padding-top: calc(60px + 130px);
padding-bottom: 60px;
}
#return-blog {
width: 200px;
position: absolute;
top: 105%;
left: 0;
}
.single-post .btn-solid.-return {
position: absolute;
right: 15px;
top: 0;
}
.single-post .btn-solid.-return svg {
transform: translateY(-50%) rotateZ(180deg);
}
#suggest-post {
position: relative;
background-color: #fff;
}
#suggest-post .suggest-post-position:before {
content: "";
position: absolute;
width: 45%;
height: 100%;
background-color: #000;
bottom: 0;
left: 0;
transform: translateY(-50%);
}
#suggest-post .bloc-suggest-post {
width: 40vw;
height: 475px;
padding: 75px 40px 75px 0;
color: #fff;
transform: translateY(-50%);
}
#suggest-post h4 {
margin-top: 50px;
margin-bottom: 30px;
}
#suggest-post a {
color: #fff;
}
@media (min-width: 992px) {
.single-post #hero-page .content {
height: 40vh;
min-height: 600px;
max-height: none;
}
.single-post #hero-page .image-content {
transform: translateY(50%);
height: 500px;
}
.single-post #hero-page h1 {
font-size: 70px;
line-height: 75px;
}
.single-post h2 {
font-size: 50px;
line-height: 55px;
}
}
@media (min-width: 1024px) {
.single-post #post-content {
padding-top: calc(130px + 250px);
padding-bottom: calc(130px + 250px);
}
#return-blog {
position: absolute;
top: 25%;
left: 100%;
}
}
@media (min-width: 1200px) {
#return-blog {
left: 105%;
}
}
footer {
background-color: #f4f4f4;
}
footer .top-section {
position: relative;
}
footer .top-section::before {
content: "";
width: 45%;
height: 55%;
background-color: #000;
bottom: 0;
left: 0;
position: absolute;
}
footer .coordonnees {
padding: 50px 0;
border-bottom: 2px solid #000;
}
footer .coordonnees a {
font-size: 16px;
font-weight: 700;
color: #000;
display: inline-flex;
align-items: center;
justify-content: center;
transition: font-weight 0.3s;
}
footer .coordonnees a svg {
margin-right: 10px;
transition: fill 0.3s;
}
footer .coordonnees a:hover {
font-weight: 900;
text-decoration: none;
}
footer .coordonnees a:hover svg {
fill: #9ecc64;
}
footer .coordonnees > div:nth-child(2) {
text-align: center;
}
footer .coordonnees > div:nth-child(3) {
text-align: right;
}
footer .middle-section {
padding-top: 45px;
}
footer .middle-section p {
color: #000;
}
footer .middle-section > div:nth-child(2) {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start;
padding-bottom: 50px;
border-bottom: 2px solid #000;
}
footer .middle-section > div:nth-child(2) h3 {
text-align: right;
}
footer .middle-section > div:nth-child(3) {
padding: 54px 15px;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-end;
}
footer .middle-section > div:nth-child(3) p {
margin-bottom: 15px;
}
footer .middle-section > div:nth-child(3) a img {
width: 15px;
}
footer .middle-section .socials {
display: flex;
align-items: center;
}
footer .middle-section .socials a + a {
margin-left: 12px;
}
footer .middle-section .socials a svg {
fill: #000;
height: 25px;
transition: fill 0.3s;
}
footer .middle-section .socials a:hover svg {
fill: #9ecc64;
}
footer .bottom-container {
background-color: #1d5aa2;
padding: 18px 0;
}
footer .bottom-container .copyright {
color: #fff;
font-size: 12px;
margin: 0;
}
footer .bottom-container .row {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .bottom-container .row > div:last-child {
display: flex;
justify-content: flex-end;
align-items: center;
}
footer .bottom-container .row > div:last-child span {
margin: 0 16px;
width: 2px;
height: 20px;
background-color: #fff;
}
footer .bottom-container .row > div img {
width: 110px;
}
footer .urgence-container {
margin-top: -260px;
}
footer .urgence-footer {
padding: 75px 40px 75px 0;
}
footer .urgence-footer p {
color: #fff;
}
footer .urgence-footer .btn-solid {
color: #fff;
}
@media (max-width: 991px) {
footer .urgence-container {
display: none;
}
footer .top-section::before {
content: none;
}
footer .coordonnees > div {
margin-bottom: 30px;
}
footer .coordonnees > div:nth-child(1) {
text-align: center;
}
footer .coordonnees > div:nth-child(3) {
text-align: center;
margin-bottom: 0;
}
footer .middle-section p {
text-align: center;
margin-bottom: 35px;
}
footer .middle-section > div:nth-child(2) {
align-items: center;
padding-bottom: 40px;
}
footer .middle-section > div:nth-child(2) h3 {
text-align: center;
}
footer .middle-section .btn-solid {
margin-top: 30px;
}
footer .middle-section > div:nth-child(3) {
align-items: center;
justify-content: center;
padding: 50px 15px;
}
footer .bottom-container .copyright {
text-align: center;
}
footer .bottom-container .row > div:last-child {
justify-content: center;
margin-top: 17px;
}
footer .bottom-container .row > div img {
width: 80px;
}
}
.btn-consent {
display: block;
position: fixed;
right: 75px;
bottom: 0;
padding: 8px 10px;
background-color: #fff;
border-radius: 10px 10px 0 0;
-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
color: #000;
font-size: 16px;
transform: translateY(75%);
transition: transform 0.3s;
z-index: 9;
}
.btn-consent:hover {
color: #000;
text-decoration: none;
transform: none;
}
.contenu-page {
margin-top: 150px;
margin-bottom: 50px;
}
.contenu-page ul {
padding-left: 20px;
}
.contenu-page ul li {
font-weight: 200;
font-size: 16px;
}
.accordion-items {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
padding: 24px 0 32px 0;
}
.accordion-item-title {
margin: 0;
}
.accordion-item-toggle {
border: 0;
background: transparent;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 0;
text-align: left;
cursor: pointer;
}
.accordion-item-toggle:focus {
outline: none;
}
.accordion-item-title-text { font-size: 24px;
color: #1d5aa2;
font-weight: 900;
text-transform: uppercase;
line-height: 1.2;
}
.accordion-item-icon {
width: 3rem;
height: 3rem;
border-radius: 40px;
background-color: #1d5aa2;
flex-shrink: 0;
position: relative;
}
.accordion-item-icon::before,
.accordion-item-icon::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 2px;
background-color: #fff;
transform: translate(-50%, -50%);
}
.accordion-item-icon::after {
transform: translate(-50%, -50%) rotate(90deg);
transition: transform 0.3s ease;
}
.accordion-item.is-open .accordion-item-icon::after {
transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-item-panel {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
.accordion-item-panel .text-content {
padding-top: 20px;
}
.accordion-item-panel .text-content a {
color: #1d5aa2 !important;
text-decoration: none;
transition: all 0.3s ease;
}
.accordion-item-panel .text-content a:hover {
text-decoration: underline;
}