@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--themeColor1: #005BBB;
--themeColor2: #004996;
--themeColor3: #003770;
--themeColortext: #444444;
--themeBgcolor: #00244B;
--themeWhite: #ffffff;
--themeBlack: #000000;
--themeCopyright: #00244B;
--themeTransition: .5s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight:400;
	overflow: hidden;
	font-size:16px;
	color: var(--themeColortext);
	background: #ffffff;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body,
button,
input,
select,
textarea {
	font-style: normal;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
	font-weight: 600;
	color: var(--themeBlack);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--themeBlack);
}
.h2 {
	font-weight: 700;
	color: var(--themeBlack);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--themeBlack);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--themeBlack);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--themeBlack); 
  text-decoration:none;
}
#content a {
	color: var(--themeColor2);
}
#content a:hover {
	color: var(--themeColor3);
	text-decoration: underline dotted;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--themeColor2);
}
.content-section {
	position:relative;	
}
.bg_gris {
	background: #f6f6f6;
}
.bg-image {
	background-size:cover!important;
	background-position: center center!important;	
}
.top-title.h3 {
	font-size:30px;
	font-weight:500;
}
.height-750 {
	min-height:750px;
}

.card {
  --bs-card-border-width: 0px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-height: ;
  --bs-card-bg: #fff;
  word-wrap: break-word;
}
.categorie-img, .site-img {
	border-radius: 0.375rem 0.375rem 0 0;
	overflow: hidden;
}

.navik-menu ul li > a {
	font-size: 16px;
	font-weight:500;
}
.navik-menu ul li > a:hover, 
.navik-menu ul li > a:focus, 
.navik-menu ul li > a.active {
  color: var(--themeColor2);
}
@media (min-width: 1200px) {
  .navik-header.sticky .logo img {
    max-height: 60px;
  }
}
@media (max-width: 1199px) {
	.burger-menu {
	top: 26px;
	}
	.navik-header .logo {
	padding: 10px 0px 10px 0;
	text-align: left;
	}
	.navik-header .logo img {
	max-width: 60%;
	height: auto;
	}
}

/***********************************************************************
	FONTS/LINK
***********************************************************************/
a.link {
	-webkit-transition: background-size 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-size 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(95%, currentColor));
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 95%);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
}
a.link {
	color: var(--themeBlack);
	margin-bottom:5px;
	line-height:1;
}
a.link:hover {
	background-size: 100% 2px;
	color: var(--themeColor2);
}

.image-wrap img:hover {
	filter: grayscale(1);
}

/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--themeWhite);
}
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	content: "\f178";
	color: var(--themeWhite);
	font-size: 12px;
	margin-top: 2px;
}
@media (max-width:767px) {
	.breadcrumb-item {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	}
	.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	}
	.breadcrumb-item + .breadcrumb-item::before {
	float: none;
	content: none;
	}
}

/***********************************************************************
	BANNER HOME
***********************************************************************/
.banner-area,
.accueil-content {
	min-height: 500px;
}
.banner-area {
	position: relative;
	display: table;
	width: 100%;
}
.banner-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.accueil-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: start;
	color: var(--themeWhite);
	z-index: 1;	
}
.accueil-content .accueil-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--themeWhite);
}
.accueil-content .accueil-title h1 {
	color: var(--themeWhite)
}
.accueil-content .accueil-desc {
	position:relative;
	margin:0 auto 30px;
	font-size: 16px;
	color: var(--themeWhite)
}
.accueil-content .accueil-desc p {
	max-width:90%;
	text-align:start!important;
	line-height:1.5;
}
@media (min-width: 768px) {
	.accueil-title h1 {
	font-size: 46px;
	margin-bottom: 0;
	}	
}
@media (max-width:991px) {
	.banner-area {
	padding:30px 0;
	}
	.banner-area,
	.accueil-content {
	min-height: 300px;
	}
}
@media (max-width:767px) {
	.accueil-title {
	margin-bottom: 15px;
	}
}

/***********************************************************************
	CATEGORIES HOME
***********************************************************************/
.card-categorie .section-title h2 {
    font-size: 40px;
}
.card-categorie,
.card-site {
	margin-bottom: 30px;
	transition: all ease 0.5s;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	height: calc(100% - 20px);
	background: var(--themeWhite);
	border-bottom:3px solid var(--themeColor1);
}
.categorie-img,
.site-img {
    position:relative;
	overflow:hidden;
}
.categorie-img {
	height: 120px;
}
.site-img {
	height: 200px;
}
.categorie-img img,
.card-site .site-img img {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 16/9;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all ease-out 0.5s;
}
.card-slider .site-img img {
	transition: all ease-out 0.5s;
}
.card-slider:hover .site-img img,
.card-site:hover .site-img img {
	transition: all ease-out 0.5s;
	transform: scale(1.1);
}

.card-slider .card-content,
.card-categorie .card-content,
.card-site .card-content {
	background-color: var(--themeWhite);
	padding: 10px 15px 0;
}
.card-categorie .card-content h2,
.card-categorie .card-content h3,
.card-site .card-content h2,
.card-site .card-content h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.card-categorie .card-content h2:hover,
.card-categorie .card-content h3:hover,
.card-site .card-content h2:hover,
.card-site .card-content h3:hover {
	color: var(--themeColor2);
}

.card-categorie .card-content .card-text a {
	color: var(--themeBlack);
	font-size:14px;
	font-weight:400;
}
.item .card-slider .card-text p,
.card-site .card-content .card-text p {
	color: var(--themeColortext);
	font-size:14px;
	font-weight:400;
	margin-bottom: .375rem;
}
@media (min-width:992px) {
	.item .card-slider {
	height: 400px;
	--bs-card-border-width: 1px;
	}
}
@media (max-width:991px) {
	.item .card-slider {
	height: 270px;
	}
}
@media (max-width:767px) {
	.site-img {
	height: 120px;
	}
	.card-slider .site-img {
	height: 200px;
	}
	.card-categorie .card-content h2, 
	.card-categorie .card-content h3, 
	.card-site .card-content h2, 
	.card-site .card-content h3 {
	font-size: 16px;
	}
	.card-text {
	display:none;
	}
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.banner-page {
	position: relative;
	display: table;
	width: 100%;
	min-height: 250px;
}
.banner-page::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.hero-banner-inside {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px 0 20px;
	color: #fff;
	z-index: 1;
}

.banner-top-page .banner-title h1 {
	font-size: 30px;
	font-weight: 800;
	text-transform: none;
	margin-bottom: 20px;
	color: var(--thmWhite);
}
.banner-top-page.categorie-top-page .banner-title h1 {
	font-size: 36px;
	text-transform:uppercase;
}
.banner-top-page .banner-subtitle {
	position:relative;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
}	
@media (max-width:767px) {
	.banner-top-page .banner-title h1 {
	font-size: 24px;
	}
}

.aff img {
	width:100%;
	height:auto;
}

.sidebar .widget {
	position:relative;
	display:block;
}
#content img {
  width: 100%;
}
#content h2 {
	font-size:22px;
	color: var(--themeColor1);
}
.box-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.info-site {
  position: relative;
  display: block;
  padding: 0;
  font-size:14px;
}
@media (min-width: 768px) {
	.box-image {
	height: 100%;
	margin-bottom: 0;
	margin-right: 1rem !important;
	}
}

/***********************************************************************
	DIVERS CSS
***********************************************************************/
.btn-outline-primary {
  color: var(--themeColor1);
  border-color: var(--themeColor1);
}
.btn-outline-primary:hover {
  color: var(--themeWhite);
  border-color: var(--themeColor1);
  background: var(--themeColor1);
}

/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
#footer .copyright {
	background: var(--themeCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .copyright, 
#footer .copyright a {
	color: var(--themeWhite);
	font-weight: 400;
}
#footer .copyright a:hover {
	color: #2CBDE2; 
}
#footer .copyright ul {
	margin-bottom:0;
}
#footer .copyright ul > li {
	font-size:14px;
}
#footer .copyright  .list-inline-item:not(:last-child) {
	margin: 0 5px;
}

@media (max-width:576px) {
	#footer .copyright .list-inline-item {
	display: block;
	padding:5px 0;
	}
}
/***********************************************************************
	TO TOP
***********************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--themeColor1);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}


@media(max-width:767px) {
	.card-categorie .card-content, .card-site .card-content {
	padding: 10px 5px 0;
	}
	.card-categorie .card-content h2, 
	.card-categorie .card-content h3, 
	.card-site .card-content h2, 
	.card-site .card-content h3 {
    font-size: 12px;
	}
	.categorie-img {
	height: 90px;
	}
}