@charset "utf-8";
/*++++++++ TYPOGRAPHIES ++++++++*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/*++++++++ BODY ET HTML ++++++++*/
:root {
--cncj-header-blue: #164194;
--cncj-header-red: #E40137;
--cncj-header-border: #E7E7E7;
--cncj-header-height: 38px;
--cncj-footer-blue: #164194;
--cncj-footer-blue-dark: #0C2659;
--cncj-footer-red: #E40137;
--cncj-footer-text: #FFFFFF;
--cncj-footer-muted: rgba(255, 255, 255, 0.84);
--cncj-footer-border: rgba(255, 255, 255, 0.18);
--cncj-footer-width: 1200px;
}
body {
font-size: 14px;
line-height: 22px;
font-weight: 400;
letter-spacing: 0px;
}
/* PRELOADER */
.preloader {
background-color: #fff;
bottom: 0;
height: 100%;
left: 0;
margin: 0 auto;
o-transition: .6s;
position: fixed;
right: 0;
top: 0;
transition: .6s;
webkit-transition: .6s;
width: 100%;
z-index: 999999;
}
.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: .6s;
position: relative;
transition: .6s;
webkit-animation: zoom 2000ms infinite ease;
webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
webkit-transition: .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: .6s;
padding-bottom: 12px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
transition: .6s;
webkit-transform: translateY(-50%);
webkit-transition: .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: .6s;
transform: rotate(0deg);
transition: .6s;
webkit-transform: rotate(0deg);
webkit-transition: .6s;
}
100% {
o-transition: .6s;
transform: rotate(360deg);
transition: .6s;
webkit-transform: rotate(360deg);
webkit-transition: .6s;
}
}
@keyframes zoom {
0% {
o-transition: .6s;
transform: rotate(0deg);
transition: .6s;
webkit-transform: rotate(0deg);
webkit-transition: .6s;
}
100% {
o-transition: .6s;
transform: rotate(360deg);
transition: .6s;
webkit-transform: rotate(360deg);
webkit-transition: .6s;
}
}
/* TOP */
.fixed-top {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}
.dropdown-toggle::after {
height: 0;
vertical-align: baseline;
content: "\f0d7";
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
color: var(--white);
font-family: "Font Awesome 6 Pro";
margin-right: 15px;
font-size: 13px;
}
.bg-white .dropdown-toggle::after {
color: var(--primary) !important;
}
@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: 13px;
padding: 0px 10px 0px 20px;
line-height: 33px;
font-weight: bold;
}
.navbar-nav .nav-item .nav-link:hover {
color: unset !important;
}
.navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
color: var(--secondary);
}
.navbar {
padding: 0.5rem 0px;
}
.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;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 16rem;
padding: 12px;
margin: 18px 0px;
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: unset;
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) {
.dropdown .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
transform: translateY(20px);
transition: all 0.3s ease-in;
}
.dropdown:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
transform: scaleY(1);
}
}
.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);
}
#navbar_top.fixed-top {
background: #fff;
height: 60px;
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;
}
.dark-theme .fixed-top .navbar-collapse.collapse.show {
background: var(--dark);
}
.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);
}
/*****++++++++++++++++ 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;
}
.cncj-header {
width: 100%;
}
.cncj-header__nav {
min-height: var(--cncj-header-height);
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 34px;
padding: 0 20px;
}
.cncj-header__brand {
color: var(--cncj-header-blue);
font-size: 14px;
font-weight: 800;
line-height: 1;
letter-spacing: 0;
text-decoration: none;
white-space: nowrap;
}
.cncj-header__brand:hover, .cncj-header__brand:focus-visible {
color: var(--cncj-header-blue);
text-decoration: underline;
}
.cncj-header__title {
color: var(--cncj-header-red);
font-size: 14px;
font-weight: 800;
line-height: 1.2;
text-align: left;
white-space: nowrap;
}
.cncj-header__return {
min-height: var(--cncj-header-height);
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 28px;
color: #FFFFFF;
background: var(--cncj-header-red);
font-size: 13px;
font-weight: 800;
line-height: 1;
text-decoration: none;
white-space: nowrap;
}
.cncj-header__return:hover, .cncj-header__return:focus-visible {
color: #FFFFFF;
background: #C90031;
text-decoration: none;
}
header .hero .object-fit {
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 760px) {
.cncj-header__nav {
grid-template-columns: 1fr;
gap: 10px;
padding: 12px 16px;
}
.cncj-header__title {
white-space: normal;
}
.cncj-header__return {
width: 100%;
min-height: 42px;
}
}
@media (min-width: 1280px) {
.dropdown-menu .dropdown .dropdown-menu {
margin: 0;
border-width: 1px;
}
}
@media (max-width: 1279px) {
.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;
}
}
/* STYLES DE TEXTE */
a {
transition: all 0.9s;
}
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: 4em;
font-weight: 100;
line-height: 1.1em;
white-space: normal;
font-family: var(--font-family-titres);
}
h2, .h2 {
font-size: 2.25em;
font-weight: 500;
line-height: 1em;
font-family: var(--font-family-titres);
text-transform: uppercase;
}
h4, .h4 {
font-size: 1.4em;
font-weight: 800;
line-height: 1.1em;
font-family: var(--font-family-titres);
}
.lead {
line-height: 1.5rem;
font-weight: 500;
font-size: 1.2em;
}
/* ELEMENTS DIVERS */
section {
position: relative;
}
.hero {
min-height: max(300px, 25vh);
max-height: min(500px, 45vh);
overflow: hidden;
}
.z-n3 {
z-index: -3;
}
/*++++++++++++++++++++++ FOOTER ++++++++++++*/
footer.footer {
position: relative;
padding-top: 4rem;
padding-bottom: 4rem;
}
footer.footer h2.h5::before, footer.footer h2::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1px;
}
footer.footer h2.h5::before {
right: 0;
background: rgba(var(--grayRVB),0.3);
}
footer.footer h2.h5::after {
background: var(--secondary);
width: 60px;
height: 3px;
}
footer.footer h2.h5 {
position: relative;
padding-bottom: 0.5rem;
margin-bottom: 1.5rem !important;
display: block;
font-size: 1.2rem;
}
.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;
}
.cncj-footer {
color: var(--cncj-footer-text);
font-size: 14px;
line-height: 1.55;
}
.cncj-footer a {
color: #d1d1d1;
text-decoration: none;
}
.cncj-footer a:hover, .cncj-footer a:focus-visible {
color: #ffffff;
text-decoration: underline;
}
.cncj-footer__container {
width: min(100% - 48px, var(--cncj-footer-width));
margin: 0 auto;
}
.cncj-footer__main {
padding: 70px 0 54px;
background: var(--cncj-footer-blue-dark);
}
.cncj-footer__main .cncj-footer__container {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 34px;
}
.cncj-footer__brand p, .cncj-footer__nav li, .cncj-footer__support a {
color: var(--cncj-footer-muted);
}
.cncj-footer__logo {
display: block;
width: 250px;
max-width: 100%;
height: auto;
margin: 0 0 34px;
}
.cncj-footer h2 {
margin: 0 0 14px;
color: #ffffff;
font-size: 18px;
line-height: 1.3;
font-weight: 500;
}
.cncj-footer h2:not(:first-child) {
margin-top: 30px;
}
.cncj-footer ul {
margin: 0;
padding: 0 0 0 16px;
}
.cncj-footer li+li {
margin-top: 4px;
}
.cncj-footer__support {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.cncj-footer__support a {
display: inline-flex;
margin-top: 18px;
}
.cncj-footer__support img {
display: block;
width: 300px;
max-width: 100%;
height: auto;
}
.cncj-footer__bottom {
background: var(--cncj-footer-blue-dark);
border-top: 1px solid var(--cncj-footer-border);
}
.cncj-footer__bottom-inner {
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.cncj-footer__copyright {
margin: 0;
color: var(--cncj-footer-muted);
}
.cncj-footer__social {
list-style: none;
display: flex;
align-items: center;
gap: 10px;
padding: 0;
}
.cncj-footer__social li+li {
margin-top: 0;
}
.cncj-footer__social a {
width: 20px;
height: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 13px;
font-weight: 700;
line-height: 1;
}
.cncj-footer__social a:hover, .cncj-footer__social a:focus-visible {
background: var(--cncj-footer-red);
border-color: var(--cncj-footer-red);
text-decoration: none;
}
@media (max-width: 960px) {
.cncj-footer__main .cncj-footer__container {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.cncj-footer__container {
width: min(100% - 32px, var(--cncj-footer-width));
}
.cncj-footer__main {
padding: 46px 0 38px;
}
.cncj-footer__main .cncj-footer__container {
grid-template-columns: 1fr;
gap: 30px;
}
.cncj-footer__bottom-inner {
flex-direction: column;
align-items: flex-start;
padding: 18px 0;
}
}
/*++++++++ 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_top a.font-weight-bold:hover {
text-decoration: underline !important;
}
/* BOOSTRAP REBOOT */
*, *::before, *::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
webkit-tap-highlight-color: rgba(0, 0, 0, 0);
webkit-text-size-adjust: 100%;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5rem;
margin-top: 0;
}
p {
margin-bottom: 1rem;
margin-top: 0;
}
abbr[title], abbr[data-original-title] {
border-bottom: 0;
cursor: help;
text-decoration: underline dotted;
text-decoration: underline;
text-decoration-skip-ink: none;
webkit-text-decoration: underline dotted;
webkit-text-decoration-skip-ink: none;
}
address {
font-style: normal;
line-height: inherit;
margin-bottom: 1rem;
}
ol, ul, dl {
margin-bottom: 1rem;
margin-top: 0;
}
ol ol, ul ul, ol ul, ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b, strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre, code, kbd, samp {
font-family: var( --font-family-monospace);
font-size: 1em;
}
pre {
margin-bottom: 1rem;
margin-top: 0;
ms-overflow-style: scrollbar;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
border-style: none;
vertical-align: middle;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
caption-side: bottom;
color: #6c757d;
padding-bottom: 0.75rem;
padding-top: 0.75rem;
text-align: left;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: none;
}
input, button, select, optgroup, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
button, input {
overflow: visible;
}
button, select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
input[type="radio"], input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
border: 0;
margin: 0;
min-width: 0;
padding: 0;
}
legend {
color: inherit;
display: block;
font-size: 1.5rem;
line-height: inherit;
margin-bottom: .5rem;
max-width: 100%;
padding: 0;
white-space: normal;
width: 100%;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
cursor: pointer;
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
/* MEGAMENU */
.mega-dropdown {
position: unset;
}
.mega-dropdown-menu ul {
list-style: none;
}
.dropdown-menu.mega-dropdown-menu {
position: absolute;
top: auto;
width: 100vw;
left: -15px;
right: -15px;
}
.dropdown .mega-dropdown-menu li img {
transition: 0.3s all ease-in;
}
.dropdown .mega-dropdown-menu li img:hover {
opacity: 0.5;
}
.dropdown .mega-dropdown-menu li .active img:hover {
opacity: inherit;
}
a.top-left {
position: relative;
top: 0;
left: 0;
}
a.top-left img {
width: 200px;
height: auto;
}
.btn {
text-transform: none !important;
font-weight: bold !important;
}
.btn-primary:not(:disabled):hover {
background-color: var(--primary) !important;
color: var(--white) !important;
}
.btn-secondary:not(:disabled):hover {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
}
.btn-light:not(:disabled):hover {
	background-color: var(--light) !important;
	color: var(--gray) !important;
	border-color: var(--light);
}
.appear-on-hover {
opacity: 0;
transition: 0.3s all ease-in-out;
}
.btn:hover .appear-on-hover {
opacity: 1;
}
h4 {
font-size: 0.9rem;
letter-spacing: 0.3rem;
font-weight: 500;
line-height: 1.2;
text-transform: uppercase;
}
#result .row .col-12.border-primary:hover {
border-color: var(--secondary) !important;
}
.input-group .form-control {
height: calc(1.5em + 0.75rem + 8px);
}
.img-fit-cover-center {
height: 100%;
object-fit: cover;
object-position: center;
width: 100%;
top: 0px;
left: 0px;
}
.bg-primaryRVB {
background-color: #164094c4;
}
.style-circles::before,
.style-circles::after,
.style-circle-before:before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
-moz-border-radius: 7.5px;
-webkit-border-radius: 7.5px;
border-radius: 7.5px;
background-color: white;
margin: 0 2vw;
}
.style-circle-before:before {
margin-right: 1.5vw;
margin-left: 10px;
}
.nobottom-text h6,
.nobottom-text p {
margin-bottom: 0px;
}
.nobottom-text div {
margin-bottom: 1em;
}
.picto-small {
height: 25px;
}
.font-weight-600 {
font-weight: 600 !important;
}
.fa-2x {
font-size: 1.5rem;
vertical-align: middle;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: inherit !important;
}
.unstyled-list {
list-style: none;
}
footer ul a {
color: var(--light) !important;
}
.rounded-img {
position: relative;
top: 10px;
width: 150px;
height: 150px;
border-radius: 50%;
float: left;
margin-right: 10px;
border: 3px solid var(--danger);
}
.styled-list {
list-style: disclosure-closed;
}
.hero-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-content {
position: relative;
z-index: 2;
height: 100%;
}
.top-left {
z-index: 3;
}
.btn-toggle-avance {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 15px;
gap: 8px;
padding: 10px 18px;
border: 1px solid rgba(255, 255, 255, 0.75);
border-radius: 999px;
color: #fff;
background: rgba(255, 255, 255, 0.12);
font-weight: 600;
font-size: 14px;
line-height: 1;
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn-toggle-avance:hover,
.btn-toggle-avance:focus {
color: #fff;
background: rgba(255, 255, 255, 0.22);
border-color: #fff;
text-decoration: none;
}
.btn-toggle-avance i {
font-size: 14px;
}
/*++++++++ STYLES DE FORMULAIRE ++++++++*/
.btn {
border-radius: 0 !important;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 700;
padding: 0.75rem 2rem
}
.btn-lg {
font-size: 0.85rem;
padding: 1.25rem 3rem;
font-weight: 700;
}
.btn-sm {
font-size: 0.7rem;
font-weight: 800;
padding: 0.55rem 1.5rem;
}
.formulaire {
background: #fff;
box-shadow: 0 0 30px rgb(0 0 0 / 10%);
padding: 1.5rem 2rem;
}
.form-control:active,
.form-control:focus {
background: none;
background: rgba(233,245,252,1);
box-shadow: none;
outline: none;
webkit-box-shadow: none;
}
.form-control {
border-radius: 0;
color: var(--gray-dark);
background: var(--light);
transition: all 0.4s;
}
.custom-file-label::after {
background-color: var(--secondary);
border-radius: 0;
color: #fff;
content: "Parcourir";
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
content: "Parcourir";
}
.custom-file {
display: inline-block;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0;
position: relative;
width: 100%;
}
.custom-file-input {
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0;
position: relative;
width: 100%;
z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: var(--primary);
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: var(--light);
}
.custom-file-label {
background-color: #fff;
border: 1px solid var(--gray-light);
border-radius: 0.25rem;
color: var(--gray);
font-weight: 400;
height: calc(1.5em + 0.75rem + 2px);
left: 0;
line-height: 1.5;
padding: 0.375rem 0.75rem;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.custom-file-label::after {
background-color: var(--primary);
border-left: inherit;
border-radius: 0;
bottom: 0;
color: var(--light);
content: "Parcourir";
display: block;
height: calc(1.5em + 0.75rem);
line-height: 1.5;
padding: 0.375rem 0.75rem;
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.form-control::-webkit-input-placeholder {
color: var(--gray);
opacity: 0.6;
}
.form-control::-moz-placeholder {
color: var(--gray);
opacity: 0.6;
}
.form-control:-ms-input-placeholder {
color: var(--gray);
opacity: 0.6;
}
.form-control::-ms-input-placeholder {
color: var(--gray);
opacity: 0.6;
}
.form-control::placeholder {
color: var(--gray);
opacity: 0.6;
}
.input-group-text {
border-radius: 0;
}
.form.form-inline .btn {
height: calc(1.5em + 1.25rem + 2px);
padding: 0.5rem 1rem;
}
.btn-more::after {
content: '\2b';
font-family: "font Awesome 6 Pro";
padding: 0 0 0 0.25rem;
margin-left: 0;
transition: all 0.8s;
font-size: 0;
line-height: inherit;
vertical-align: middle;
}
.btn-more:hover::after {
font-size: inherit;
display: inline-block;
margin-left: 1.5rem;
}
.btn-more {
line-height: 1.5em;
}
table.form-check, ul.form-check {
margin-bottom: 0;
padding-left: 0;
list-style-type: none;
}
ul.form-check.form-check-inline {
display: block;
margin-right: 0;
}
table.form-check td, ul.form-check li {
padding-right: 1rem;
}
table.form-check input, ul.form-check input {
margin-right: 0.5rem;
vertical-align: middle;
}
table.form-check label, ul.form-check label {
margin-bottom: 0;
vertical-align: middle;
}
ul.form-check.form-check-inline li, ul.form-check.form-check-inline label {
display: inline-block;
}
