/***** General *****/
/* font-family: 'Roboto', sans-serif; */
* {
	--main-color: #143C8C;
	--second-color: #b4afa2;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: normal;
}

.jconfirm-icon-c svg {
	font-size: 69px !important;
}

html,
body {
	overflow-x: hidden;
}

main {
	margin-top: 7rem;
}

.pageCMS main {
	margin-top: 5.5rem;
}

p {
	text-align: justify;
}

h1,
.h1 {
	font-weight: 400;
	font-size: 55px;
}

h2,
.h2 {
	font-weight: 400;
	font-size: 45px;
}

h3,
.h3 {
	font-weight: 500;
	font-size: 23px;
}

h2 span {
	margin-left: 5rem;
	font-weight: 400;
	font-size: 45px;
}

.sectionVideo::after,
.presentationImages::after,
.presentationImages::before,
.sectionProjet::after,
.sectionInformation .informationImage::before,
.sectionActualites::after,
.after::before,
.before::before {
	content: '';
	background-size: 16%;
	background-image: url(../img/point.png);
	width: 7rem;
	height: 11rem;
	display: block;
	position: absolute;
}

.presentationTitre::before,
.sectionInformation::after,
.pageCMS .gallery::before {
	content: '';
	position: absolute;
	background-image: url(../img/sks-bg2.svg);
	opacity: 0.4;
}

.btn,
.btnActu {
	border-radius: 29px;
	transition: all 0.1s ease-in;
}

.btnActu {
	padding: .550rem .75rem;
}

.btn {
	padding: .7rem 1.8rem;
}

.btn-light {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.btn-primary,
.filter a.active,
.filter a.active:hover {
	color: #fff;
	background-color: var(--main-color);
	border-color: #fff;
}

.btn-primary:hover,
.lienActu:hover span.btn-primary {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.lienActu:hover .date {
	color: #000 !important;
}

.btn-light:hover,
.listingItem a:hover span.btn-light,
.projetHome a:hover span.btn-light {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

.sectionProjet h3,
#ListingProducts h2 {
	font-size: 18px !important;
	font-weight: bold;
}

.lienActu h2,
.lienActu h3 {
	font-size: 20px;
	font-weight: bold;
}


/* Réseaux sociaux */

ul.rsx {
	list-style: none;
}

ul.rsx li {
	min-width: 29px;
	max-height: 29px;
	font-size: 22px;
	margin-left: .5rem;
	padding: .5rem 0;
}


/* Responsive */

@media (max-width:991px) {

	.sectionVideo::after,
	.presentationImages::after,
	.presentationImages::before,
	.sectionProjet::after,
	.sectionInformation .informationImage::before,
	.sectionActualites::after,
	.presentationTitre::before,
	.sectionInformation::after,
	.hideable,
	.after::before,
	.before::before {
		display: none;
	}

	h1,
	.h1 {
		font-size: 45px;
	}

	h2,
	.h2 {
		font-weight: 400;
		font-size: 35px;
	}

	h2 span {
		margin-left: 0rem !important;
		font-weight: 400;
		font-size: 35px;
	}

	main,
	.pageCMS main {
		margin-top: 0;
	}
}


/***** Header *****/


/* Position et couleur */

header {
	min-height: 125px;
	background-color: var(--main-color);
	font-weight: 400;
	position: fixed;
	z-index: 1001;
	top: 0;
}

.pageCMS header,
header.shrink {
	min-height: 90px !important;
}

.pageCMS header nav,
header.shrink nav {
	padding-top: 1rem !important;
}

div.nav {
	margin-top: 45px;
}

header nav a {
	text-decoration: none;
}

header nav a.navbar-brand img {
	min-width: 202px;
}

#navbarCollapse a {
	color: #fff;
}

li.nav-item {
	margin-right: 1rem;
}


/* Effet au hover */

header nav a.nav-link {
	position: relative;
}

header nav a.nav-link::after {
	content: '';
	border: none;
	display: block;
	position: absolute;
	bottom: 2px;
	width: 0%;
	left: 0px;
	height: 2px;
	background: #FFF;
	transition: 0.25s cubic-bezier(0.72, -0.01, 0.19, 0.92);
}

header nav a.nav-link::before {
	content: '';
	display: block;
	position: absolute;
	opacity: 0;
	bottom: -1px;
	width: 8px;
	left: 0px;
	height: 8px;
	border-radius: 100%;
	background: #FFF;
	transition: 0.25s cubic-bezier(0.72, -0.01, 0.19, 0.92);
}

header nav a.nav-link:hover::after {
	width: 100%;
}

header nav a.nav-link:hover::before {
	opacity: 1;
	left: 50%;
}

ul.dropdown-menu {
	left: auto !important;
	padding: 0 0 !important;
	border-radius: 0;
}

ul.dropdown-menu li a {
	color: #000 !important;
	padding: .5rem 1rem;
}

ul.dropdown-menu li a:hover {
	background-color: var(--second-color) !important;
	width: initial;
}


/* Réseaux sociaux */

header ul.rsx li i {
	color: var(--main-color);
}

header ul.rsx li {
	background-color: #FFF;
}

header ul.rsx li:hover {
	background-color: var(--second-color);
}


/* Header responsive */

button.border {
	border: 1px solid var(--second-color) !important;
	color: var(--second-color);
}

@media (min-width: 992px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
}

@media (max-width: 991px) {
	header {
		min-height: 92px;
		position: initial;
	}

	div.divReseaux {
		position: absolute;
		top: 5%;
		left: 2%;
		text-align: end;
	}

	header ul.rsx {
		flex-direction: row-reverse;
	}

	.headerRsx {
		position: absolute;
		top: 2%;
	}

	.navbar {
		position: inherit;
		flex-direction: initial;
	}

	.navbar div:nth-child(1) {
		padding-left: .75rem;
	}

	.navbar div:nth-child(2) {
		padding-right: .75rem;
	}

	ul.navbar-nav a {
		white-space: unset;
		text-align: center;
	}

	.upMenud-lg-flex {
		margin: 0 !important;
	}
}

@media (max-width: 1400px) {
	.navbar-nav {
		flex-wrap: wrap;
	}

	.upMenud-lg-flex {
		margin-right: 1rem;
		margin-left: 3rem;
	}
}

@media (max-width: 1100px) {
	.upMenud-lg-flex {
		margin-left: 4rem;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		flex-direction: row;
	}
}


/***** Footer *****/

hr {
	border: 1px solid #000;
	opacity: 1;
	margin: 1rem 3rem;
}

footer .colFooter img {
	min-width: 189px;
}

.colFooter,
footer li a,
footer a {
	font-size: 14px;
}

footer .colFooter a {
	text-decoration: none;
	color: #000;
}

footer .colFooter a:hover {
	color: #000;
	text-decoration: underline;
}

.colFooter ul {
	list-style: none;
	padding-left: 0;
}

#logoKagency {
	min-width: 70px;
}

.bottomFooter,
.bottomFooter a {
	font-size: 13px;
	color: var(--second-color) !important;
	text-decoration: none;
}

.bottomFooter {
	text-align: end;
	margin-right: 3rem;
}

.bottomFooter a {
	margin-left: .25rem;
	margin-right: .25rem;
}

.bottomFooter a:hover {
	color: var(--second-color) !important;
	text-decoration: underline;
}


/* Réseaux sociaux */

.rsx [title="Linkedin"] path,
.share [title="Linkedin"] path {
	fill: #0a66c2;
	transition: .3s;
}

.rsx [title="Facebook"] path,
.share [title="Facebook"] path {
	fill: #3b5998;
	transition: .3s;
}

.rsx [title="Instagram"] path,
.share [title="Instagram"] path {
	fill: var(--main-color);
	transition: .3s;
}

.share [title="Twitter"] path {
	fill: #00acee;
	transition: .3s;
}

.rsx li:hover path,
.share a:hover path {
	fill: var(--main-color);
}

.rsx .linkedin {
	border: 1px solid #0a66c2;
}

.rsx .facebook {
	border: 1px solid #3b5998;
}

.rsx .instagram {
	border: 1px solid;
	border-color: var(--main-color);
}

.rsx li:hover {
	border: 1px solid var(--main-color);
}


/* Responsive footer */

@media (max-width:991px) {
	footer {
		text-align: center;
	}

	footer div.d-flex {
		flex-direction: column;
		align-items: center !important;
	}

	footer ul {
		padding: 0;
	}

	footer ul li:first-child {
		margin: 0;
	}

	.bottomFooter {
		margin: 0;
		text-align: center;
	}
}


/***** Home *****/


/* Section vidéo */

.sectionVideo {
	padding-top: 2rem;
	min-height: 891px;
	background: linear-gradient(180deg, #143C8C 0%, #143C8C 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.sectionVideo iframe {
	width: calc(100%);
}

.sectionVideo::after {
	right: 13px;
	top: 16px;
	z-index: 1002;
}

.sectionVideo::before {
	content: '';
	background-size: 16%;
	background-image: url(../img/point.png);
	width: 8rem;
	height: 8rem;
	display: block;
	position: absolute;
	left: 13px;
	top: 49%;
}

div.arrowVideo {
	transform: rotate(-90deg);
	position: absolute;
	top: 75%;
	left: 25%;
}

div.arrowVideo:hover {
	animation: scroll ease 1.5s infinite;
}

div.arrowVideo img {
	transform: rotate(180deg);
}

@keyframes scroll {
	50% {
		top: 70%;
	}

	100% {
		top: 75%;
	}
}

#lienPresentation {
	color: #000;
	text-decoration: none;
}


/* Section présentation */

section.sectionPresentation {
	margin-top: 75px;
	margin-bottom: 10rem;
}

.presentationTitre::before {
	width: 767px;
	height: 9rem;
	left: 13.5px;
	bottom: -10rem;
}

.presentationImages div:nth-child(1) {
	margin-top: 14rem;
	z-index: 1;
}

.presentationImages div:nth-child(2) {
	margin-top: 7rem;
	z-index: 1;
}

.presentationImages div:nth-child(3) {
	margin-top: 21rem;
}

.presentationImages::after {
	top: -5%;
	right: 4%;
	filter: invert(1);
}

.presentationImages::before {
	top: 88%;
	left: 0;
	filter: invert(1);
}


/* Section projets */

.sectionProjet {
	margin-bottom: 12rem;
}

#map {
	height: 735px;
}

.sectionProjet::after {
	top: 96%;
	right: 2.5%;
	filter: invert(1);
	transform: rotate(90deg);
}


/* Section information */

.sectionInformation {
	background-color: var(--main-color);
	padding: 7rem 0;
	color: #fff;
}

.sectionInformation a {
	width: fit-content;
}

.sectionInformation .informationImage::before {
	top: 3%;
	left: 3%;
}

.sectionInformation::after {
	width: 580px;
	height: 6.8rem;
	bottom: 2%;
	right: -3%;
}

.sectionInformation .informationImage::after,
section.blue .informationImage::after {
	content: '';
	width: 219px;
	height: 2px;
	background: #fff;
	top: 15%;
	left: 84%;
	display: block;
	position: absolute;
}


/* Section actualités */

.sectionActualites {
	margin-top: 6rem;
	margin-bottom: 5rem;
}

.sectionActualites a {
	width: fit-content;
}

.itemActu {
	max-width: 580px;
}

.lienActu {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-in;
}

.lienActu:hover {
	background-color: var(--main-color);
	color: #fff;
}

.sectionActualites::after {
	top: 90%;
	right: 4%;
	filter: invert(1);
	transform: rotate(90deg);
}

.sectionActualites .actualitesTitre::before,
.sectionActualites .actualitesTitre::after {
	content: '';
	display: block;
	width: 78px;
	height: 2px;
	position: absolute;
	background-color: #000;
}

.sectionActualites .actualitesTitre::before {
	top: 47%;
	left: -37%;
}

.sectionActualites .actualitesTitre::after {
	top: 47%;
	right: -37%;
}


/* Responsive home */

@media (max-width: 1399px) {

	.sectionVideo::after,
	.sectionVideo::before {
		display: none;
	}
}

@media (max-width: 1568px) {
	#map {
		width: calc(67%);
	}
}

@media (max-width: 991px) {

	section.sectionPresentation,
	.sectionProjet {
		margin-top: 2rem !important;
		margin-bottom: 0;
	}

	.presentationImages div:nth-child(1),
	.presentationImages div:nth-child(2),
	.presentationImages div:nth-child(3) {
		margin-top: 1rem;
		margin-left: 0 !important;
	}

	.presentationTexte {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sectionProjet div.row div {
		text-align: center;
		align-items: center !important;
		margin-left: 0 !important;
	}

	#map {
		width: calc(100%);
		margin-top: 1rem;
	}

	.sectionInformation {
		padding: 3rem .75rem;
	}

	.informationImage {
		margin-left: 0 !important;
	}

	.sectionActualites {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	.sectionActualites div:nth-child(2) {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.sectionActualites .actualitesTitre::before,
	.sectionActualites .actualitesTitre::after {
		display: none;
	}
}


/***** Page CMS *****/

.breadcrumb {
	padding-left: 2rem;
	font-size: 13px;
}

.breadcrumb * {
	font-size: 13px;
}

.breadcrumb a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-in;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.pageCMS iframe {
	position: relative;
	z-index: 1;
}

.pageCMS section {
	padding: 4rem 0;
}

.pageCMS section.filters {
	padding: 2rem 0;
}

.pageCMS a {
	width: fit-content;
}

.blue {
	background-color: var(--main-color);
	color: #fff;
}

.pageCMS section:not(.blue) .after::before,
.pageCMS section:not(.blue) .before::before {
	filter: invert(1);
}

.pageCMS div:not(.gallery) img {
	position: inherit;
}

.after::before {
	transform: rotate(90deg);
	bottom: -18%;
	right: 6%;
}

.before::before {
	left: 2%;
	bottom: -12%;
}

.myGallery .thumbnail {
	height: 100%;
	max-height: 200px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.gallery .thumbnail {
	position: relative;
	cursor: pointer
}

.gallery .thumbnail:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 20px;
	content: "\f002";
	color: white;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transform: scale(0);
	transition: 0.3s ease-in
}

.gallery .thumbnail:hover:before {
	transform: scale(1);
	z-index: 1;
}

.gallery .thumbnail.video:before {
	content: "\f04b";
}

.lg-outer .lg-img-wrap {
	position: relative !important;
}

.pageCMS .gallery::before {
	width: 472px;
	height: 5.55rem;
	top: 1%;
	left: -3%;
}

.page-item.active .page-link {
	background-color: var(--main-color);
	color: #fff;
}

.page-item:not(.active) .page-link {
	color: var(--main-color);
}

.page-item.disabled .page-link {
	color: var(--second-color);
}

.pageCMS .lienActu a {
	color: #000;
	text-decoration: none;
	transition: all .3s ease-in;
}

.pageCMS .lienActu a:hover {
	color: #fff;
}

.filter a.active:hover {
	cursor: inherit;
}

.listingItem a {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	color: #000;
	text-decoration: none;
}

.projetHome a {
	color: #000;
	text-decoration: none;
}

.date {
	position: absolute;
	bottom: 6%;
	background-color: #fff;
	padding: 1rem;
	border: 1px solid #143C8C;
	text-align: center;
	right: 0%;
}


/***** Contact *****/

#mapContact {
	width: calc(97%);
	height: 555px;
}

button[type="submit"].btn-primary:hover,
.btn-news:hover {
	border: 1px solid var(--main-color) !important;
}

@media (max-width: 991px) {
	#mapContact {
		width: calc(94%);
		height: 377px;
		margin-left: 3%;
	}

	.pageCMS form {
		padding: 0 1rem;
	}

	.shortText {
		margin: 0 1rem !important;
	}

	.pageCMS section {
		padding: 1rem 0 !important;
	}

	.pageCMS section div.row:not(.gallery) {
		padding: 0 2rem;
	}

	.pageCMS section div.row:not(.gallery) div:not(.lienActu) {
		padding: 0 !important;
	}
}

.ytp-large-play-button {
	display: none !important;
}

.marker-cluster-small {
	background-color: #143C8C8a !important;
}

.marker-cluster-small div {
	background-color: #143C8C !important;
}

.marker-cluster-small span {
	color: #fff;
	font-size: 13px;
}

.newsImage,
.projectImage {
	min-height: 6.2rem;
}

.dropdown svg {
	font-size: 9px;
}

.btn-news {
	font-size: 15px;
}

.leaflet-control-attribution {
	display: none
}



@media (max-width: 991px) {
	.sectionVideo {
		display: block;
		min-height: 300px;
		padding-top: 1rem;
	}

	.sectionVideo iframe {
		height: 300px;
	}

	.arrowVideo {
		display: none;
	}

}
