@charset "utf-8";
/*++++++++ TYPOGRAPHIES ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*++++++++ BODY ET HTML ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body {
overflow-x: hidden;
max-width: 100%;
}
body {
padding-top: 0 !important;
font-size: 18px;
font-weight: 400;
line-height: 1.6em;
}
.dark-theme {
background-color: var(--dark);
color: var(--white);
}
.night-light-label #night-light-checkbox {
position: absolute;
visibility: hidden;
}
.night-light-label {
display: inline-block;
margin: 0 !important;
height: 31px;
width: 60px;
border: 2px solid var(--secondary);
border-radius: 1.5rem;
position: relative;
cursor: pointer;
vertical-align: middle;
}
.night-light-label .night-light-ball {
position: absolute;
width: 25px;
height: 25px;
top: 1px;
left: 1px;
border-radius: 50%;
background: var(--secondary);
z-index: 99;
transition: 300ms;
}
.night-light-label #night-light-checkbox:checked + .night-light-ball {
transform: translateX(28px);
}
.moon-svg,
.sun-svg {
width: 16px;
height: 16px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.moon-svg {
right: 5px;
fill: var(--info);
}
.sun-svg {
left: 5px;
fill: var(--info);
}
.dark #moon-svg,
.dark #sun-svg {
fill: #e0e0e0 !important;
}
.preloader {
background-color: #fff;
bottom: 0;
height: 100%;
left: 0;
margin: 0 auto;
o-transition: 0.6s;
position: fixed;
right: 0;
top: 0;
transition: 0.6s;
-webkit-transition: 0.6s;
width: 100%;
z-index: 999999;
}
.dark-theme .preloader,
.dark-theme .preloader .preloader-circle {
background-color: var(--dark);
}
.preloader .preloader-circle {
animation: zoom 2000ms infinite ease;
background-color: #fff;
border-bottom-color: var(--secondary);
border-left-color: transparent;
border-radius: 50%;
border-right-color: transparent;
border-style: solid;
border-top-color: var(--primary);
border-width: 1px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
height: 100px;
o-transition: 0.6s;
position: relative;
transition: 0.6s;
-webkit-animation: zoom 2000ms infinite ease;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
-webkit-transition: 0.6s;
width: 100px;
z-index: 10;
}
.preloader .preloader-circle2 {
border-top-color: var(--primary);
}
.preloader .preloader-img {
display: inline-block;
left: 0;
margin: 0 auto;
-ms-transform: translateY(-50%);
o-transition: 0.6s;
padding-top: 6px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
transition: 0.6s;
-webkit-transform: translateY(-50%);
-webkit-transition: 0.6s;
z-index: 200;
}
.preloader .preloader-img img {
max-width: 55px;
}
.preloader .pere-text strong {
color: var(--primary);
font-weight: 800;
text-transform: uppercase;
}
@-webkit-keyframes zoom {
0% {
o-transition: 0.6s;
transform: rotate(0deg);
transition: 0.6s;
-webkit-transform: rotate(0deg);
-webkit-transition: 0.6s;
}
100% {
o-transition: 0.6s;
transform: rotate(360deg);
transition: 0.6s;
-webkit-transform: rotate(360deg);
-webkit-transition: 0.6s;
}
}
@keyframes zoom {
0% {
o-transition: 0.6s;
transform: rotate(0deg);
transition: 0.6s;
-webkit-transform: rotate(0deg);
-webkit-transition: 0.6s;
}
100% {
o-transition: 0.6s;
transform: rotate(360deg);
transition: 0.6s;
-webkit-transform: rotate(360deg);
-webkit-transition: 0.6s;
}
}
/*++ FIN STYLES PRELOADER ++*/
/*+++ TOP +*/
.top-nav-col {
height: 101px;
}
.logo {
width: 90px;
}
.navbar-brand h1 {
font-size: calc(11px + 0.2vw);
}
.navbar-brand {
width: 10%;
}
.fixed-top {
top: -40px;
transform: translateY(40px);
transition: transform 0.3s;
}
.fixed-list-content {
position: fixed;
right: 0;
left: 0;
z-index: 2;
top: 70px;
transform: translateY(0px);
transition: transform 0.3s;
border-top: 2px solid var(--gray-light);
}
@media only screen and (min-width: 1280px) {
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu {
margin-top: 0;
border: none;
border-radius: 0;
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
}
.navbar-nav .nav-item .nav-link {
font-size: 0.9vw;
color: inherit;
padding: 12px;
line-height: 1.1em;
text-transform: uppercase;
font-weight: 700;
color: var(--primary);
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-sublink:hover {
color: var(--secondary);
}
.navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
color: var(--secondary);
}
.navbar {
z-index: 1030;
padding: 0px;
background: #fff;
}
.dropdown-toggle::after {
margin-top: 1px;
display: inline-block;
width: 0;
height: 0;
vertical-align: -2px;
content: "\f107";
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
color: var(--gray);
font-family: "Font Awesome 6 Pro";
font-weight: 900;
margin-right: 15px;
font-size: 13px;
margin-left: 0.255em;
}
.navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
border-radius: 0px;
}
.navbar-brand {
display: inline-block;
padding-top: 5px;
padding-bottom: 2px;
margin-right: initial;
line-height: inherit;
white-space: nowrap;
color: inherit;
font-size: 24px;
min-width: 15%;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: max-content;
padding: 12px;
font-size: 1rem;
color: inherit;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0;
box-shadow: 0px 3px 11px 0px rgba(104, 104, 104, 0.09);
}
.dropdown-item {
display: block;
width: 100%;
padding: 15px 15px;
clear: both;
font-weight: 400;
color: inherit;
text-align: inherit;
white-space: normal;
background-color: transparent;
border: 0;
font-size: 15px;
line-height: 1.3em;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: var(--secondary);
text-decoration: none;
background-color: transparent;
border-radius: 0;
}
.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
color: var(--secondary);
}
@media (min-width: 1280px) {
.top-nav-col {
height: 130px;
}
.dropdown .dropdown-menu {
display: none;
transform: translateY(20px);
transition: all 0.3s ease-in;
}
.dropdown:hover > .dropdown-menu {
display: block;
transform: scaleY(1);
}
#navbar-classic .navbar-nav > li {
height: 130px;
display: flex;
align-items: center;
}
.fixed-top .navbar-nav > li {
height: 90px !important;
}
}
.dropdown-menu .dropdown-toggle {
position: relative;
}
.caret-up {
width: 0;
height: 0;
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
border-bottom: 4px solid;
display: inline-block;
margin-left: 2px;
vertical-align: middle;
}
.dropdown-menu .dropdown-toggle::after {
transform: rotate(270deg);
position: absolute;
right: 17px;
top: 27px;
}
.dropdown-menu [data-toggle="collapse"]::after {
transform: rotate(00deg);
position: absolute;
right: 17px;
top: 16px;
}
.navbar-toggler,
.navbar-boxed .navbar-toggler {
padding: 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid #eaeaf0;
border-radius: 0;
position: relative;
}
.navbar-collapse.show .dropdown .dropdown-menu {
background: #fff;
box-shadow: none;
margin: 7px 0px;
}
.navbar-collapse.show .navbar-nav .nav-item .nav-link {
border-bottom: 1px solid rgba(var(--grayRVB), 0.15);
}
.navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
border-bottom: 1px solid rgba(var(--grayRVB), 0.15);
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
font-size: 0.9em;
text-transform: uppercase;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: var(--secondary);
}
.show-fixed {
display: none;
}
#navbar_top.fixed-top {
height: 90px;
box-shadow: 0 1rem 3rem rgba(104, 104, 104, 0.1);
}
/* #navbar_top.fixed-top .nav-link{font-size:0.75rem;} */
#navbar_top.fixed-top .logo {
max-width: 100px;
}
.fixed-top .navbar-collapse.collapse.show {
background: #fff;
box-shadow: 0 2rem 3rem rgba(104, 104, 104, 0.3);
margin-top: -3px;
}
#navbar_top.fixed-top .list-inline-item {
max-height: 4rem;
max-width: 6rem;
font-size: 10px;
position: relative;
top: -10px;
}
#navbar_top.fixed-top .list-inline-item .small-btns {
height: 3.2rem;
width: 3.2rem;
margin-bottom: 0.45rem;
margin-top: 0.5rem;
margin-left: 0.3rem;
}
#navbar_top.fixed-top .list-inline-item .small-btns span {
font-size: 6px;
}
#navbar_top.fixed-top .show-fixed {
display: inline-block;
}
#navbar_top.fixed-top .show-fixed i {
color: var(--primary);
}
#navbar_top.fixed-top .show-fixed:hover i {
color: var(--white);
}
.navbar-toggler {
border: none !important;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
background: #fff;
box-shadow: none;
margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
border-bottom: 1px solid rgba(var(--grayRVB), 0.15);
}
.navbar-boxed
.navbar-collapse.show
.dropdown
.dropdown-menu
.dropdown-submenu.dropdown-item {
border-bottom: 1px solid rgba(var(--grayRVB), 0.15);
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
background: #fff;
box-shadow: none;
margin: 7px 0px;
}
.navbar-transparent
.navbar-collapse.show
.dropdown
.dropdown-menu
.dropdown-submenu.dropdown-item {
border-bottom: 1px solid rgba(var(--grayRVB), 0.15);
}
.icon-bar {
width: 21px;
height: 3px;
background-color: var(--secondary);
display: block;
transition: all 0.2s;
margin-top: 4px;
}
.navbar-toggler:focus {
outline: 0px;
}
.navbar-toggler .top-bar {
transform: rotate(45deg);
transform-origin: 10% 190%;
background-color: var(--secondary);
}
.navbar-toggler .middle-bar {
opacity: 0;
}
.navbar-toggler .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% -80%;
background-color: var(--secondary);
}
.navbar-toggler.collapsed .top-bar {
transform: rotate(0);
background-color: var(--secondary);
}
.navbar-toggler.collapsed .middle-bar {
opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
transform: rotate(0);
background-color: var(--secondary);
}
.dark-theme #navbar_top.fixed-top {
background: var(--dark);
}
.dark-theme .dropdown-menu {
background: var(--dark);
}
.dark-theme .dropdown-item {
color: inherit;
}
.dark-theme .dropdown-item:hover,
.dark-theme .dropdown-item:focus {
color: var(--secondary);
}
.menu-top-pictos .list-inline-item {
width: 5rem;
text-transform: uppercase;
text-align: center;
font-size: 10px;
font-weight: 800;
line-height: 1.2em;
}
#navbar_top.fixed-top .navbar-brand {
height: 100%;
padding-left: 0.5rem;
}
#navbar_top.fixed-top .navbar-brand .logo {
height: 100% !important;
max-width: unset;
}
/*****++++++++++++++++ MULTI DROPDOWN  ++++++++++++++++++++++*/
.dropdown-menu .dropdown .dropdown-menu {
left: 100%;
top: 0%;
margin: 0 20px;
border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
right: 100%;
left: auto;
}
.dropdown-item.active,
.dropdown-item:active {
font-weight: 600;
}
@media (min-width: 1200px) {
.dropdown-menu .dropdown .dropdown-menu {
margin: 0;
border-width: 1px;
}
}
@media (max-width: 1199px) {
.dropdown-menu .dropdown .dropdown-menu {
margin: 0;
border-width: 1px;
}
.nav-item .dropdown.show {
background-color: rgba(var(--grayRVB), 0.07);
}
.navbar-collapse.show .dropdown .dropdown-menu.show .dropdown-menu.show {
background-color: transparent;
}
#navbar_top #navbar-classic {
overflow: scroll;
max-height: 80vh;
}
.dropdown-menu.mega-dropdown-menu {
position: static !important;
}
.navbar-nav .nav-item .nav-link {
font-size: 14px;
}
.nav-sublink {
font-size: 11px !important;
}
}
@media (max-width: 600px) {
.formulaire-entree,
.bg-hexagon-left {
margin-bottom: 40% !important;
}
.form-header-bg img {
object-position: 57% !important;
}
#statutChoice .custom-control-inline {
font-size: 17px;
}
}
/*+++++++++++ SEARCH ++*/
#divSearch {
margin-left: -15px;
margin-right: -15px;
}
/*++++++++ STYLES DE TEXTE ++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a {
transition: all 0.9s;
color: var(--primary);
}
a:hover,
a:focus,
a:active {
text-decoration: none !important;
outline: none !important;
box-shadow: none;
}
b,
strong {
font-weight: 800;
}
h1,
.h1 {
font-size: 3rem;
font-weight: 700;
line-height: 1.1em;
white-space: normal;
font-family: var(--font-family-sans-serif);
color: var(--primary);
margin-bottom: 2rem;
}
h2,
.h2 {
font-size: 2.25em;
font-weight: 700;
line-height: 1em;
font-family: var(--font-family-sans-serif);
color: var(--primary);
position: relative;
}
h3,
.h3 {
font-size: 1.5em;
font-weight: 700;
line-height: 1.2em;
font-family: var(--font-family-sans-serif);
text-transform: uppercase;
}
h4,
.h4 {
font-size: 1.4em;
font-weight: 800;
line-height: 1.1em;
font-family: var(--font-family-sans-serif);
}
h5,
.h5 {
font-size: 1.1em;
font-weight: 600;
letter-spacing: 0.1em;
line-height: 1.1em;
font-family: var(--font-family-sans-serif);
text-transform: uppercase;
}
h6,
.h6 {
font-size: 1em;
font-weight: 900;
line-height: 1.5em;
font-family: var(--font-family-sans-serif);
}
.display-1 {
font-size: calc(4.375rem + 1.5vw);
line-height: 1.1;
font-weight: normal;
}
.display-2 {
font-size: calc(3.375rem + 1.5vw);
line-height: 1.2;
font-weight: normal;
}
.display-3 {
font-size: calc(2.375rem + 1.5vw);
line-height: 1.2;
font-weight: normal;
}
.display-4 {
font-size: calc(1.375rem + 1.5vw);
line-height: 1.2;
font-weight: normal;
}
.display-5 {
font-size: calc(1rem + 1.5vw);
line-height: 1.2;
font-weight: normal;
}
.blockquote {
border-left: solid 0.25rem var(--light);
font-size: 1.1em;
line-height: 1.4em;
margin: 0 0 1rem;
padding-left: 1.5rem;
}
.blockquote-primary {
border-color: var(--primary);
}
.blockquote-secondary {
border-color: var(--secondary);
}
.blockquote-success {
border-color: var(--success);
}
.blockquote-info {
border-color: var(--info);
}
.blockquote-warning {
border-color: var(--warning);
}
.blockquote-danger {
border-color: var(--danger);
}
.blockquote.stylisee {
border: none;
padding: 0;
text-align: center;
}
.blockquote.stylisee::before {
content: "\f10d";
font-size: 3.5rem;
display: block;
text-align: center;
font-family: "Font Awesome 6 Pro";
font-weight: 900;
font-style: normal;
margin-bottom: 10px;
}
.blockquote.stylisee.primary::before {
color: var(--primary);
}
.blockquote.stylisee.secondary::before {
color: var(--secondary);
}
.blockquote.stylisee.success::before {
color: var(--success);
}
.blockquote.stylisee.info::before {
color: var(--info);
}
.blockquote.stylisee.warning::before {
color: var(--warning);
}
.blockquote.stylisee.danger::before {
color: var(--danger);
}
.lead {
line-height: 1.2em;
font-weight: 400;
font-size: 1.4em;
}
.liste-stylisee {
list-style: none;
padding-left: 0;
margin-bottom: 2rem;
margin-top: 1.5rem;
}
.liste-stylisee li {
margin-bottom: 0.75em;
padding-left: 1.5em;
}
.liste-stylisee li:before {
content: "\e27e";
font-family: "Font Awesome 6 pro";
margin-left: -1.5em;
margin-right: 0.5em;
font-weight: 900;
color: var(--secondary);
}
.liste-stylisee li li {
list-style-type: none;
margin-bottom: 0.25em;
margin-top: 0.25em;
}
.liste-stylisee li li:before {
content: "-";
}
.liste-stylisee.check li::before {
content: "\f058";
font-weight: 300;
}
.liste-num {
counter-reset: numbers;
padding-left: 0;
}
.liste-num li {
list-style-type: none;
counter-increment: numbers;
margin-bottom: 1em;
padding-left: 35px;
line-height: 1em;
}
.liste-num li:before {
content: counter(numbers);
padding: 0.15em 0.5em;
vertical-align: top;
background: var(--secondary);
font-weight: 600;
font-size: 1em;
color: white;
margin-left: -35px;
border-radius: 1rem;
margin-right: 10px;
position: relative;
display: inline-block;
min-width: 10px;
text-align: center;
height: 25px;
width: 25px;
}
.liste-num li ul {
padding-left: 0;
margin-top: 0.75rem;
}
.liste-num li ol li::before,
.liste-num li ul li::before {
content: "•" !important;
background: none !important;
margin-left: -1em !important;
padding: 0 !important;
color: var(--secondary) !important;
width: 10px;
height: auto;
margin-right: 5px;
}
.liste-num li ol li,
.liste-num li ul li {
margin-left: -1em;
padding-left: 30px;
line-height: 1.2em;
margin-bottom: 0.5rem;
}
.font-monospace {
font-family: var(--font-family-monospace);
}
.double-col {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-gap: 40px;
-moz-column-gap: 40px;
-webkit-column-gap: 40px;
}
/*++++++ MENU ++++++++++*/
.nav-item .h3 {
font-weight: 500;
color: var(--primary);
font-size: 1.25rem;
}
.nav-item .bg-light .lead {
font-size: 1.15rem;
}
.nav-item .bg-secondary .h3 {
color: var(--primary);
}
.bg-rounded-right {
position: relative;
overflow: hidden;
background: url(../img/fond-slider-solutions.svg) bottom left no-repeat;
background-size: cover;
transform: scaleX(-1); /* Flip horizontally */
}
.bg-rounded-right-yellow {
position: relative;
overflow: hidden;
background: url(../img/fond-gan-yellow.svg) bottom left no-repeat;
background-size: cover;
transform: scaleX(-1); /* Flip horizontally */
}
.bg-rounded-right img,
.bg-rounded-right-yellow img {
transform: scale(0.7);
padding: 10px;
position: relative;
top: -10px;
left: 10px;
}
.nav-link span {
font-weight: 400;
text-transform: initial;
}
/*++++++ HERO PORTAIL ++++++++++*/
.form-header {
min-height: calc(100vh - 230px);
overflow: hidden;
}
.form-header-bg {
padding: 0;
overflow: hidden;
height: 100%;
box-sizing: content-box;
position: absolute;
z-index: -2;
left: 0;
}
.form-header-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
top: 0;
left: 0;
}
/*+++++++++++++++++++ TITRES STYLISES +++++++++++++*/
.titre {
position: relative;
text-align: center;
margin-bottom: 3rem;
padding-bottom: 1rem;
color: var(--secondary);
}
.titre::before {
content: "";
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.titre::after {
content: "";
position: absolute;
display: block;
width: 40px;
height: 3px;
background: var(--secondary);
bottom: 0;
left: calc(50% - 20px);
}
.titre-surligne em,
.titre-surligne-secondary em {
display: inline-block;
border-top-right-radius: 0.95rem;
border-top-left-radius: 1.5rem;
border-bottom-right-radius: 1.75rem;
border-bottom-left-radius: 1.25rem;
padding: 0 1rem;
-ms-transform: rotate(-0.75deg);
-moz-transform: rotate(-0.75deg);
-webkit-transform: rotate(-0.75deg);
-o-transform: rotate(-0.75deg);
font-weight: 800;
background-position: left center;
}
[data-aos="titre-surligne"] {
font-style: normal;
z-index: 2;
background: linear-gradient(90deg, var(--info) 0%, var(--info) 100%) no-repeat;
background-size: 0% 100%;
transition: background-size 0.02s;
color: light;
}
[data-aos="titre-surligne"].aos-animate {
background-size: 100% 100%;
}
[data-aos="titre-surligne-secondary"] {
font-style: normal;
z-index: 2;
background: linear-gradient(90deg, var(--secondary) 0%, var(--secondary) 100%) no-repeat;
background-size: 0% 100%;
transition: background-size 0.02s;
color: var(--primary);
}
[data-aos="titre-surligne-secondary"].aos-animate {
background-size: 100% 100%;
}
.titre-double {
font-size: 2.5rem;
font-weight: 500;
text-transform: none;
text-align: center;
margin-top: 4rem;
letter-spacing: -0.05em;
}
.titre-double::before {
content: attr(data-title-content);
display: flex;
position: relative;
font-size: 6vw;
width: 50%;
z-index: -1;
text-transform: uppercase;
line-height: 0.5em;
font-weight: 900;
margin: 0 auto -2vw;
justify-content: center;
color: rgba(var(--grayRVB), 0.1);
}
/*+++++++++ FORMULAIRE ENTREE +++++++++++++*/
.formulaire-entree,
.bg-hexagon-left {
background: url("../img/fond-formulaire-entree.svg") bottom right no-repeat;
background-size: cover;
color: #fff;
font-size: 1.2rem;
}
.formulaire-entree h2,
.bg-hexagon-left h2 {
color: var(--secondary);
text-align: left;
font-weight: 300 !important;
font-size: 3.5rem;
margin-bottom: 2rem;
}
@media only screen and (min-width: 1390px) {
.formulaire-entree h2 {
font-size: 4rem;
}
.formulaire-entree,
.bg-hexagon-left {
font-size: 1.3rem;
}
}
/*++++++++++++++ CTA 4 ETAPES ++++++++++*/
.cta-etape {
height: 100%;
width: 100%;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-radius: 25%;
margin-bottom: 1rem;
overflow: hidden;
background: var(--primary);
padding: 0;
}
.cta-etape a {
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
display: flex;
flex-direction: column;
justify-content: center;
width: 125%;
height: 125%;
position: absolute;
top: -15%;
right: -20%;
left: -25%;
bottom: -20%;
text-align: center;
}
.cta-etape::before {
content: "";
padding-bottom: 100%;
display: block;
}
.img-cta-etape {
-webkit-mask-image: url(../img/masque-photo-CTA-4-ETAPES.svg);
mask-image: url(../img/masque-photo-CTA-4-ETAPES.svg);
mask-repeat: no-repeat;
mask-size: cover;
mask-position-x: 100%;
mask-position-y: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
-webkit-mask-position-x: 100%;
-webkit-mask-position-y: 100%;
height: 15vw;
margin-top: -12%;
margin-left: 2vw;
width: 20vw;
}
.cta-etape .chiffres {
margin-top: -15%;
text-align: left;
font-size: 3.2vw;
font-weight: 100;
width: 60%;
margin-left: 20%;
}
.cta-etape h2 {
font-size: 0.75vw;
color: var(--secondary);
text-transform: uppercase;
font-weight: 900;
margin: 1rem auto 0.5rem 4.2vw;
width: 70%;
}
.cta-etape h3 {
color: #fff;
font-size: 0.9rem;
margin: 0 0 0 30%;
text-transform: none;
width: 50%;
}
.img-cta-etape::before {
content: "+";
display: flex;
position: absolute;
font-size: 6rem;
z-index: 1;
text-align: center;
background: var(--secondary);
color: var(--primary);
width: 5vw;
height: 5vw;
left: 45%;
top: -40%;
font-weight: 100;
border-radius: 50%;
line-height: 2rem;
justify-content: center;
align-items: center;
transition: all 0.6s;
}
.cta-etape a:hover .img-cta-etape::before {
top: 20%;
}
.cta-etape a:hover img {
filter: blur(5px);
-webkit-filter: blur(5px);
}
/*++++++++++++++++++++ Section fond à motifs+++++++*/
#ActusHome,
#nosValeurs {
background: url(../img/gan-patrimoine-fond-deco-cote-long.svg) center left no-repeat;
background-attachment: fixed;
}
/*****++++++++++++++++ CAROUSEL SOLUTIONS ++++++++++++++++++++++*/
.slider-solutions {
background: url("../img/fond-slider-solutions.svg") bottom left no-repeat;
background-size: cover;
color: #fff;
font-size: 1.2rem;
}
.carousel-testimony .slick-prev,
.carousel-testimony .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: initial !important;
display: block;
border: 1px solid black;
width: 40px;
border-radius: 50px;
height: 40px;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
cursor: pointer;
color: black;
outline: none;
background: transparent;
bottom: -80px;
}
.carousel-testimony .slick-prev:before,
.carousel-testimony .slick-next:before {
font-family: "slick";
font-size: 20px;
padding: 10px;
line-height: 1;
opacity: 0.75;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.carousel-testimony .slick-next {
right: inherit !important;
left: 40px;
}
/*****++++++++++++++++ ELEMENTS DIVERS++++++++++++++++++++++*/
.w-5 {
width: 5% !important;
}
.w-10 {
width: 10% !important;
}
section {
position: relative;
}
.picto-img {
max-width: 60px;
height: auto;
border-radius: 100%;
}
.img-fit-cover-center {
height: 100%;
object-fit: cover;
object-position: center;
width: 100%;
top: 0px;
left: 0px;
}
.img-fit-cover-left {
height: 100%;
object-fit: cover;
object-position: left;
width: 100%;
}
.img-fit-cover-right {
height: 100%;
object-fit: cover;
object-position: right;
width: 100%;
}
.min-height-hero {
min-height: calc(100vh - 320px);
overflow: hidden;
}
.masque-hero {
-webkit-mask-image: url(../img/masque-hero.svg);
mask-image: url(../img/masque-hero.svg);
mask-repeat: no-repeat;
mask-size: cover;
mask-position-x: 100%;
mask-position-y: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
-webkit-mask-position-x: 100%;
-webkit-mask-position-y: 100%;
}
.img-grayscale {
transition: all 0.8s;
filter: grayscale(1);
-webkit-filter: grayscale(1);
}
.img-grayscale:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}
.dark-theme .img-grayscale {
filter: grayscale(90%) brightness(142%);
-webkit-filter: grayscale(90%) brightness(142%);
}
.dark-theme .img-grayscale:hover {
filter: grayscale(0) brightness(142%);
-webkit-filter: grayscale(0) brightness(142%);
}
.bg-overlay {
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
background-color: rgba(var(--primaryRVB), 0.5);
left: 0px;
top: 0;
}
.top-left {
top: 20px;
left: 20px;
}
.bg-fixed {
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top right;
min-height: 50vh;
height: 100% !important;
}
.testimonial-logo {
height: 50px;
width: 50px;
float: left;
object-fit: cover;
}
.filter-grayscale {
filter: grayscale(100%);
}
.carousel-item .carousel-caption {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 80%;
height: 100%;
left: 10%;
}
.bg-image {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
object-fit: contain;
object-position: bottom left;
}
.bg-kb {
position: relative;
overflow: hidden;
}
.z-n1 {
z-index: -1;
}
.z-n2 {
z-index: -2;
}
.z-n3 {
z-index: -3;
}
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
.z-0 {
z-index: 1;
}
.z-2 {
z-index: 2;
}
.z-3 {
z-index: 3;
}
#sliderHome {
height: 75vh;
overflow: hidden;
}
#sliderHome img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
object-position: center;
}
#sliderHome .carousel-inner {
height: 100%;
}
#sliderHome .carousel-item {
height: 100%;
}
/* BREADCRUMB */
.breadcrumb-item + .breadcrumb-item::before {
color: var(--primary);
content: "\f105";
font-family: "Font Awesome 5 Pro";
font-weight: 300;
vertical-align: middle;
line-height: 1.5em;
}
.breadcrumb-item.active {
color: var(--gray);
}
/* HERO */
.hero {
min-height: calc(100vh - 530px);
overflow: hidden;
}
/*+++ BG RGBA +++*/
.bg-RGBprimary {
background-color: rgba(var(--primaryRVB), 0.8) !important;
color: var(--white);
}
a.bg-RGBprimary:hover,
a.bg-RGBprimary:focus,
button.bg-RGBprimary:hover,
button.bg-RGBprimary:focus {
background-color: rgba(var(--primaryRVB), 0.3) !important;
}
.bg-RGBsecondary {
background-color: rgba(var(--secondaryRVB), 0.8) !important;
color: var(--white);
}
a.bg-RGBsecondary:hover,
a.bg-RGBsecondary:focus,
button.bg-RGBsecondary:hover,
button.bg-RGBsecondary:focus {
background-color: rgba(var(--secondaryRVB), 0.3) !important;
}
/*++++++++++++++++ PARALLAX +++++++++*/
.parallax-bg {
padding: 0;
overflow: hidden;
height: 200%;
box-sizing: content-box;
position: absolute;
z-index: -2;
}
.parallax-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
top: 0;
left: 0;
}
/*++++++++++++++++++++++++++++ CONTENUS ++++++++++++++++*/
.carousel-item::before {
content: "";
position: absolute;
z-index: 0;
height: 100%;
width: 100%;
background-color: rgba(var(--darkRVB), 0.6);
left: 0px;
}
.no-overlay .carousel-item::before {
display: none;
}
.box {
height: 4.5em;
overflow: hidden;
}
.box--responsive {
width: 100%;
font-size: 0.85rem;
line-height: 1.4em;
}
.ellip {
display: block;
height: 100%;
}
.ellip-line {
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
max-width: 100%;
}
.ellip,
.ellip-line {
position: relative;
overflow: hidden;
}
#actusHome .featured {
background: var(--primary);
color: #fff;
padding: 2rem;
}
#actusHome figure {
min-width: 100%;
max-height: 45vh;
overflow: hidden;
margin-bottom: 2rem;
position: relative;
display: block;
margin-left: -2rem;
margin-right: -2rem;
margin-top: -2rem;
}
#actusHome figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
display: block;
position: relative;
}
#actusHome .featured figure::before {
content: "\f762";
font-size: 2rem;
display: block;
position: absolute;
top: -3.8rem;
left: -3.8rem;
z-index: 2;
font-family: "Font Awesome 6 Pro";
padding: 3rem 0.5rem 3rem 4rem;
font-weight: 300;
background: var(--success);
transform: rotate(45deg);
text-indent: 1rem;
}
.vignette {
overflow: hidden;
position: relative;
padding: 0;
}
.vignette img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.4s;
}
.vignette:hover img {
transform: scale(1.5);
}
.btn-actu {
background: rgba(var(--grayRVB), 0);
display: block;
width: 100%;
height: 100%;
position: absolute;
cursor: pointer;
transition: all 0.6s;
z-index: 1;
left: 0;
top: 0;
}
.nav-pills .nav-link {
border-radius: 0;
padding: 1rem;
text-transform: uppercase;
font-weight: 600;
}
/* MODAL */
#scrollModal .modal-content {
background-color: transparent !important;
border: none;
}
#scrollModal .modal-header {
border: none;
}
#scrollModal .modal-header .close {
opacity: 1 !important;
font-weight: 300;
}
#scrollModal .close > .cross {
background-color: transparent !important;
color: white;
padding: 1rem !important;
}
/*++++++++++++++++++++++ FOOTER ++++++++++++*/
footer.footer {
position: relative;
background: var(--primary) url("../img/formes-fond-footer.svg") top right no-repeat;
background-size: contain;
padding-top: 4rem;
padding-bottom: 4rem;
color: var(--light);
}
footer.footer h2.h5 {
position: relative;
padding-bottom: 0.5rem;
margin-bottom: 1.5rem;
display: block;
font-size: 1.2rem;
text-transform: uppercase;
color: #fff;
}
.logo-footer {
max-height: 60px;
width: auto;
}
footer.footer .liste-stylisee li:before {
content: "\f00c";
font-weight: 300;
}
.liste-mentions {
list-style-type: none;
padding: 1rem;
display: flex;
flex-direction: row;
justify-content: center;
font-size: 75%;
text-transform: uppercase;
font-weight: 600;
background: rgba(var(--grayRVB), 0.05);
margin: 4rem auto 0;
}
.liste-mentions li::after {
content: "|";
color: rgba(var(--grayRVB), 0.5);
margin: 0 0.25rem;
}
.liste-mentions a {
padding: 0.25rem 0.5rem;
color: rgba(var(--secondaryRVB), 0.4);
font-weight: 700;
}
footer a {
color: #fff;
}
footer a::before {
content: "";
height: 5px;
width: 0;
background: var(--secondary);
transition: all 0.4s;
display: inline-block;
margin-right: 4px;
border-radius: 0.5rem;
}
footer a:hover::before {
width: 15px;
}
/*++++++++ Médias Queries ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 1980px) {
body {
font-size: 18px;
}
}
@media only screen and (max-width: 980px) {
body {
font-size: 15px;
}
.logo {
max-width: 150px;
}
}
@media only screen and (max-width: 800px) {
body {
font-size: 14px;
}
}
@media only screen and (max-width: 640px) {
body {
font-size: 13px;
}
.navbar:not(.fixed-top) {
padding-top: 0.5rem
}
}
#stickyNav {
position: relative;
z-index: 10;
top: 1vh;
}
#sideNav {
border-radius: 15px 0px 0px 15px;
max-width: 4vw;
position: absolute;
right: 0;
}
#sideNav li:first-of-type {
border-top-left-radius: 15px;
}
#sideNav li:last-of-type {
border-top-left-radius: 15px;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
padding: 7px 0px 10px 0px;
}
.navbar-nav .nav-item .bg-secondary .nav-link:hover {
color: var(--primary);
opacity: 0.5;
}
/*++++++++ PAGES DE CONTENUS ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header-contenu {
min-height: 350px;
}
.header-contenu .bg-hexagon-left {
margin-bottom: 4rem;
}
.page-lead {
font-weight: 700;
font-size: 1.3rem;
line-height: 2.25rem;
}
.img-fluid,
iframe {
border-radius: 15px;
}
.plus-gan-list li {
position: relative;
list-style: none;
margin-bottom: 10px;
}
.plus-gan-list li:before {
content: "";
background: url(/img/turn-right.png);
height: 40px;
width: 40px;
position: absolute;
left: -40px;
top: -6px;
background-size: 40px 40px;
background-repeat: no-repeat;
}
.share-section .h2 {
color: #fff;
text-align: left;
font-weight: 100 !important;
font-size: 3rem;
margin-bottom: 2rem;
text-transform: inherit !important;
}
.cta-share {
height: 100%;
width: 100%;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-radius: 25%;
margin-bottom: 1rem;
overflow: hidden;
background: var(--primary);
padding: 0;
}
.cta-share::before {
content: "";
padding-bottom: 100%;
display: block;
}
.cta-share a {
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
display: flex;
flex-direction: column;
justify-content: center;
width: 125%;
height: 125%;
position: absolute;
top: -15%;
right: -20%;
left: -25%;
bottom: -20%;
text-align: center;
}
.dropdown-menu .nav-item .nav-link:before,
.list-primary li a:before {
content: "";
height: 5px;
width: 10px;
background: var(--secondary);
display: inline-block;
transition: all 0.4s;
margin-right: 8px;
border-radius: 0.5rem;
position: relative;
bottom: 3px;
}
.dropdown-menu .nav-item .nav-link:hover:before,
.list-primary li a:hover:before {
width: 15px;
}
.card-link:hover {
color: inherit !important;
}
/*
.nice-select {
border-radius: 15px !important;
color: inherit !important;
font-size: 1.1rem !important;
height: calc(1.75em + 0.75rem + 2px) !important;
background: rgba(var(--gray-lightRVB),0.15) !important;
border-color: transparent !important;
}
*/
.custom-control-label::before {
border: var(--info) solid 2px;
}
#formulaire label {
font-size: 15px;
color: var(--primary);
font-weight: 600;
margin-bottom: 0px;
}
/*ACTUS*/
.actus .photo-actus {
margin: 0rem -1.35rem 1.5rem;
overflow: hidden;
height: 40vh;
position: relative;
border-end-start-radius: 1rem;
border-end-end-radius: 1rem;
position: relative;
left: -2px;
}
.actus h3 {
text-transform: none;
font-size: 1.2rem;
}
.category-banner {
background-color: var(--secondary);
color: white;
padding: 1rem 2rem;
font-size: 1.15rem;
display: flex;
align-items: center;
gap: 1rem;
min-height: 90px;
}
.category-banner i {
color: var(--primary);
}
.category-banner span {
font-weight: 600;
color: var(--primary);
}
.actus .photo-actus.expert::before {
content: url(../img/pictos/picto-actu-expert.png);
display: block;
width: 8vw;
height: 8vw;
position: absolute;
top: -1vw;
left: 0vw;
}
.actus .picto-actus {
position: absolute;
top: -1vw;
left: 0vw;
}
.actus .picto-actus p {
position: relative;
bottom: 100px;
font-size: 13px;
}
.actus .picto-actus i {
font-size: 40px;
}
.actus .photo-actus .actu-main-photo {
object-fit: cover;
object-position: top center;
width: 100%;
height: 100%;
}
.date-actu span {
background: var(--primary);
border-radius: 0.5rem;
color: #fff;
padding: 0.5rem;
}
.actu-content {
padding: 0rem 1.5rem;
}
.actus .filter-item .filter-wrap {
background: url(../img/fond-bloc-actu.png) bottom right no-repeat;
display: flex;
flex-direction: column;
align-self: stretch;
overflow: hidden;
background-size: 100%;
border-top-left-radius: 2.5rem;
border-top-right-radius: 2.5rem;
padding-bottom: 50px;
transition: all 0.4s;
min-height: 850px;
margin-bottom: 30px;
}
.actus .filter-item:hover .filter-wrap {
transform: scale(0.9);
}
#filter .filter-flters li.filter-active {
color: #fff;
background: var(--primary);
}
#filter .filter-flters li {
background: rgba(var(--primaryRVB), 0.1);
}
.filter-isotope a:not(.btn) {
color: var(--gray);
}
.filter-isotope a:hover:not(.custom-select) {
color: var(--secondary);
}
.badge-article {
text-align: center;
}
.badge-article p {
width: 5rem;
text-transform: uppercase;
text-align: center;
font-size: 14px;
font-weight: 800;
line-height: 1.2em;
}
.article-side-text {
font-size: 17px;
font-weight: 500;
line-height: 1.2em;
}
.small-btns-secondary {
background-color: var(--secondary);
border-color: var(--secondary);
}
.img-article {
float: left;
width: 50%;
margin-right: 50px;
margin-bottom: 20px;
min-width: 400px;
}
.cta-contenu {
min-height: 400px;
}
.cta-contenu .bg-hexagon-left {
margin-left: 15px;
}
.cta-contenu .form-header-bg {
left: 15px;
width: calc(100% - 30px);
}
.number-xl {
color: var(--secondary);
font-size: 3.5rem;
font-weight: 400;
}
.contentActus .slick-track {
min-width: 100 vw !important;
}
.contentActus .slick-slide {
min-width: 474px !important;
margin-right: 0.5rem !important;
}
.fade-long {
transition: opacity 2.55s linear;
}
.nav-pills .nav-link {
padding: 1rem;
text-transform: uppercase;
font-weight: 600;
border: 1px solid var(--primary);
border-radius: 2em;
border-color: var(--primary);
color: var(--primary);
}
.nav-pills {
justify-content: space-around;
align-items: center;
}
.direct-market-cta {
background-color: var(--light);
}
.big-btns {
height: 6rem;
width: 6rem;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-radius: 1rem;
margin-bottom: 1rem;
}
.big-btns span {
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
color: #fff;
flex-direction: column;
font-size: 0.55rem;
line-height: 1.1em;
}
.secondary-hover {
transition: all 0.5s;
}
.secondary-hover:hover {
background-color: var(--secondary) !important;
}
.secondary-hover:hover i {
color: white !important;
}
.medium {
font-size: 2.5em;
}
.img-btns {
overflow: hidden;
height: 8rem;
width: 8rem;
margin: 10px auto;
}
.img-btns img {
object-fit: cover;
height: 150%;
position: relative;
top: -50px;
left: -50px;
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.img-btns-margin {
margin-top: 40px;
}
.rounded {
border-radius: 1rem !important;
}
.rounded-top {
border-top-left-radius: 1rem !important;
border-top-right-radius: 1rem !important;
}
.rounded-right {
border-top-right-radius: 1rem !important;
border-bottom-right-radius: 1rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 1rem !important;
border-bottom-left-radius: 1rem !important;
}
.rounded-left {
border-top-left-radius: 1rem !important;
border-bottom-left-radius: 1rem !important;
}
.img-articles {
max-height: 400px;
width: auto;
}
.list-primary li {
line-height: 1.5rem;
text-align: left;
}
.list-primary li a {
font-weight: 500;
color: var(--primary);
}
.list-primary li a:hover {
font-weight: 500;
color: var(--secondary);
}
.fa-quote-left {
font-size: 4rem;
}
.border-link {
border-bottom: 2px solid var(--secondary) !important;
}
section {
scroll-margin-top: 130px;
}
#listContent a {
transition: none;
}
#listContent a.active {
border-bottom: 3px solid var(--secondary);
}
.sticky-container {
position: relative;
}
.absolute .sticky-cta {
position: absolute;
bottom: 0;
top: auto;
right: auto !important;
margin-right: 15px;
}
.fixed .sticky-cta {
position: fixed;
top: 100px;
bottom: auto;
width: 33%;
max-width: 350px;
margin-right: 15px;
}
.container-xl .fixed .sticky-cta {
max-width: 330px;
}
.fixed .sticky-top-bar {
top: 170px;
}
.fixed .col-4-sticky {
max-width: 31.6% !important;
}
.absolute .col-4-sticky {
width: 95% !important;
}
.navigation a:hover {
color: var(--secondary) !important;
}
.nav-sublink {
font-size: 0.9vw;
color: inherit;
padding: 12px 0px 12px 5px;
line-height: 1.1em;
color: var(--primary);
display: inline-block;
}
.display-6 {
font-size: 2rem;
}
button.close {
position: absolute;
top: 10px;
right: 20px;
font-size: 2rem;
color: var(--primary);
}
.slider-solutions .slick-prev {
display: none;
top: 53%;
}
.slick-next {
top: 50% !important;
}
@media only screen and (max-width: 768px) {
.slider-solutions h3 {
font-size: 0.8rem;
}
.slider-solutions .lead {
font-size: 0.9em;
}
.slider-solutions {
background-color: var(--primary);
}
.slider-solutions .carousel-testimony .slick-prev,
.slick-next {
top: 50% !important;
}
.slick-prev.slick-arrow::before {
content: "\f053";
font-family: "Font Awesome 6 Sharp";
color: var(--info);
font-size: 3rem;
}
.date-actu {
flex-direction: column;
}
}
/*++++++++ ANNUAIRE RECHERCHE & RESULTATS ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#annuaire-search ::placeholder {
color: black;
}
.annuaire-height {
min-height: calc(100vh - 150px);
overflow: hidden;
}
.full-header-bg {
padding: 0;
overflow: hidden;
height: 100%;
box-sizing: content-box;
position: absolute;
z-index: -2;
left: 0;
}
.full-header-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left;
top: 0;
left: 0;
}
/* -------------------------------- RESULTAT ---------------------------------------------- */
.annuaire-resultat-height {
min-height: calc(100vh - 500px);
overflow: hidden;
}
.big-btns-results {
height: 4rem;
width: 4rem;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-radius: 1rem;
margin-bottom: 1rem;
}
.big-btns-results span {
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
color: #fff;
flex-direction: column;
font-size: 0.55rem;
line-height: 1.1em;
}
.annuaire-height {
min-height: calc(100vh - 150px);
overflow: hidden;
}
.annuaire-resultat-height {
min-height: calc(100vh - 800px);
overflow: hidden;
}
.slider-conseillers .photo-conseillers {
margin: -1.5rem -2.4rem 1.5rem;
overflow: hidden;
height: 250px !important;
position: relative;
}
.slider-conseillers .photo-conseillers img {
object-fit: cover;
object-position: top center;
width: 100%;
height: 100%;
}
.img-hexa-btn {
overflow: hidden;
}
.img-hexa-btn span {
height: 150%;
width: 150%;
position: relative;
bottom: 9px;
left: -15%;
}
.img-hexa-btn img {
overflow: hidden;
position: relative;
top: -10px;
}
.banner-position {
bottom: 20px;
}
@media (max-width: 767.98px) {
.absolute .sticky-cta {
position: inherit;
width: inherit !important;
}
}
/* AJOUTS JOSEPH 19/06 */
.sticky-cta-right {
width: 155px;
right: 0px;
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 999;
font-size: 17px;
line-height: 1.5rem;
font-weight: 700;
transition: 0.25s all;
}
.sticky-cta-right:hover {
transform: translateY(-50%) scale(1.1);
right: 0px;
}
.sm-btns {
height: 4rem;
width: 4rem;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-radius: 1rem;
top: 15px;
position: relative;
}
.sm-btns span {
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
color: #fff;
flex-direction: column;
font-size: 0.55rem;
line-height: 1.1em;
}
.small-linkedin {
font-size: 1.5rem;
right: 0px;
}
.absolute-top-right {
position: absolute;
top: 10px;
right: 10px;
}
.maj-text {
text-align: right;
}
@media (max-width: 767px) {
.sticky-cta-right {
width: calc(100vw - 90px);
right: inherit;
bottom: 0px;
left: 10px;
position: fixed;
top: inherit;
transform: inherit;
z-index: 999;
font-size: 16px;
line-height: 1.5rem;
}
.sticky-cta-right:hover {
transform: translateY(-50%);
}
.sm-btns {
height: 4rem;
width: 4rem;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-radius: 1rem;
top: 0px;
position: relative;
}
.sticky-cta-right p {
width: 65vw;
font-weight: 600;
}
.sticky-cta-right .fa-4x {
font-size: 1.5rem;
}
.homeActus .slick-slide {
padding: 0.5rem !important;
}
.sticky-apply-banner h3 {
font-size: 1.2em;
}
.sticky-apply-banner .btn-lg.w-md-auto {
padding: 0.4rem !important;
font-size: 0.8rem;
}
}
.small-btns:focus {
background-color: var(--secondary);
}
.timeline-icon {
background-color: var(--secondary);
height: 5rem;
width: 5rem;
border-radius: 1rem;
margin-bottom: 1rem;
display: flex;
justify-content: center;
align-items: center;
}
.timeline-icon i {
font-size: 2.5rem;
}
.header-contenu h2 {
font-size: 3rem;
}
.fixed-top .collapsing {
transition: none !important;
}
[data-autocomplete="results"] {
z-index: 1020;
}
@media (max-width: 767px) {
[data-autocomplete="results"] input {
padding: 0.3em;
font-size: 16px;
}
}
