/*!
 * Start Bootstrap - Stylish Portfolio v5.0.7 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

@font-face {
	font-family: "GraphikLight";
	src: url("../font/GraphikLight.otf");
}
@font-face {
	font-family: "GraphikLightItalic";
	src: url("../font/GraphikLightItalic.otf");
}

@font-face {
	font-family: "GraphikBold";
	src: url("../font/GraphikBold.otf");
}

@font-face {
	font-family: "GraphikBoldItalic";
	src: url("../font/GraphikBoldItalic.otf");
}

@font-face {
	font-family: "GraphikSemibold";
	src: url("../font/GraphikSemibold.otf");
}
@font-face {
	font-family: "GraphikSemiboldItalic";
	src: url("../font/GraphikSemiboldItalic.otf");
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'GraphikLight';
	font-size: 1.3rem;
	line-height: 1.3;
}


i, em {
	font-style: normal;
	font-family: 'GraphikLightItalic';
}
b {
	font-style: normal;
	font-family: 'GraphikSemibold';
}

.btn-xl {
	padding: 1.25rem 2.5rem;
}

.content-section {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.content-section-heading h2 {
	font-size: 3rem;
	line-height: 3.2rem;
}

.content-section-heading h3 {
	font-size: 1rem;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "GraphikBold";
}
h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i, h6 em, h6 i {
	font-family: "GraphikBoldItalic";
}
.text-secondary {
    font-family: 'GraphikLight'!important;
}
.content-section .row h3 {
	font-size: 1rem;
	text-transform: uppercase;
}
.vignette {
	width: 100%;
	}
.vignette .caption-content {
	width: 300px;
	}
@media (min-width: 360px){
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.content-section .row .col-lg-12 p, h1, h2, h3, h4, h5, h6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	body {
		font-size: 1.1rem;
		line-height: 1.3;
	}
	.vignette {
		padding: 0px;
		margin-bottom: 20px !important;
		margin-top: 0px !important;
	}
}

@media (min-width: 640px){
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.content-section .row .col-lg-12 p, h1, h2, h3, h4, h5, h6 {
		padding-left: 100px;
		padding-right: 100px;
	}
	body {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
@media (min-width: 740px){
 .vignette {
		width: 285px;
		padding-right: 30px;
		margin: auto !important;
	}
}
@media (min-width: 1024px){
	.container {
		padding-left: 130px;
		padding-right: 130px;
	}
	.content-section .row .col-lg-12 p, h1, h2, h3, h4, h5, h6 {
		padding-left: 120px;
		padding-right: 120px;
	}
	body {
		font-size: 1.1rem;
		line-height: 1.4;
	}
}

@media (min-width: 1280px){
	.container {
		padding-left: 130px;
		padding-right: 130px;
	}
	.content-section .row .col-lg-12 p, h1, h2, h3, h4, h5, h6 {
		padding-left: 160px;
		padding-right: 160px;
	}
}

.content-section .row {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}


.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	background: rgba(52, 58, 64, 0.5);
	line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
	color: white;
}

.scroll-to-top:hover {
	background: #343a40;
}

.scroll-to-top i {
	font-weight: 800;
}

/* COVER */

.masthead {
	min-height: 30rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 2px 2px 10px #000000;
}
.masthead h4 {
	font-size: 0.8rem;
}
.masthead h1 {
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #fff;
}
@media (min-width: 360px){
	.masthead h1 {
		font-size: 4rem;
	}
	.masthead h4 {
		font-size: 1rem;
	}
}
@media (min-width: 640px){
	.masthead h1 {
	font-size: 6rem;
	}
	.masthead h4 {
		font-size: 1.2rem;
	}
}
@media (min-width: 992px) {
	.masthead {
		height: 100vh;
	}
	.masthead h1 {
		font-size: 10rem;
	}
	.masthead h4 {
		font-size: 1.5rem;
	}
	.masthead .logo {
		max-width: 200px;
	}
}
.masthead h2, .masthead h3, .masthead h4,.masthead h5, .masthead h6 {
	font-family: 'GraphikLight';
	color: #fff;
}
.masthead .logo {
	max-width: 150px;
}

/* couleur numéro */
.numcolor {
	background-color: rgb(202,165,84);
}

/* 4eme de couverture */
#section0 em{
	font-family: 'GraphikLightItalic';
	line-height: 1.5;
}
#section0 h6{
	text-align: right;
}
#section0 em i {
	font-family: 'GraphikLight' !important;
}

/* Side Menu */
#sidebar-wrapper {
	position: fixed;
	z-index: 2;
	right: 0;
	width: 250px;
	height: 100%;
	transition: all 0.4s ease 0s;
	transform: translateX(250px);
	background: rgba(0, 0, 0, 0.7);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 6px;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	font-size: 1.2rem;
	background: rgba(52, 58, 64, 0.1);
	height: 60px;
	line-height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
	color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	transition: all 0.4s ease 0s;
}

.menu-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52, 58, 64, 0.5);
	line-height: 50px;
	z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
	color: #fff;
}

.menu-toggle:hover {
	background: #343a40;
}

.service-icon {
	background-color: #fff;
	color: #1D809F;
	height: 7rem;
	width: 7rem;
	display: block;
	line-height: 7.5rem;
	font-size: 2.25rem;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
	padding: 15rem 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.callout h2 {
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
	max-width: 30rem;
}

.portfolio-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0.2rem auto 0.2rem auto;
}
.portfolio-item .caption {
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	top: 0;
	bottom: 0;
	z-index: 1;
}

.portfolio-item .caption .caption-content {
	font-size: 0.8rem !important;
	margin: 0.8rem 0rem 1rem 0.2rem;
	line-height: 1.2 !important;
	color: #7d7d7d;
}

/* changement carrousel */
.carousel-item .modal-body {
	padding: 0rem !important;
}


.portfolio-item .caption .caption-content h2 {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
	font-weight: 300;
	font-size: 1.2rem;
}

.portfolio-item .caption a:link, a:visited, a:hover, a:active, a:focus {
		text-decoration: none;
 }

.portfolio-item a img:hover {
		opacity: 0.5;
 }

.copyright{
	font-size: 0.7rem !important;
}
.vignette {
	clear: both;
	float: left;
}

.modal-header {
	font-size: 0.9rem !important;
}

.dates {
	padding: 20px 0px 0px 0px !important;
}
.dates  p{
	font-size: 0.9rem;
	padding: 0px !important;
}
.dates  h3 {
	font-size: 0.9rem !important;
	padding: 0px;
}

/* Map */
.map {
	height: 30rem;
	z-index: 1 !important;
}

.map iframe {
	pointer-events: none;
}

.menu-agr {
	position: relative;
	margin-left: 15px;
	margin-top: 400px;
	margin-bottom: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52, 58, 64, 0.5);
	line-height: 50px;
	z-index: 999;
}
.menu-agr a{
	font-family: 'GraphikSemibold' !important;
	font-size: 1.5rem;
	color: #fff !important;
}


@media (max-width: 992px) {
	.map {
		height: 75%;
	}
	.menu-agr {
		margin-top: 200px !important;
	}
}

#biblio , #colofon {
	padding: 3rem;
	font-size: 0.8rem;

}

footer.footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

footer.footer .social-link {
	display: block;
	height: 4rem;
	width: 4rem;
	line-height: 4.3rem;
	font-size: 1.5rem;
	background-color: #1D809F;
	transition: background-color 0.15s ease-in-out;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
	background-color: #155d74;
	text-decoration: none;
}

.footer .row p {
	text-align: left !important;
}

a {
	color: #ba7f00;
}

a:hover, a:focus, a:active a:visited {
	color: #ba7f00;
}

.btn-primary {
	background-color: #1D809F !important;
	border-color: #1D809F !important;
	color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #155d74 !important;
	border-color: #155d74 !important;
}

.btn-secondary {
	background-color: #ecb807 !important;
	border-color: #ecb807 !important;
	color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color: #ba9106 !important;
	border-color: #ba9106 !important;
}

.btn-dark {
	color: #fff !important;
}

.btn {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	font-weight: 700;
}

.bg-primary {
	background-color: #1D809F !important;
}

.bg-secondary {
	background-color: #cccccc !important;
}
.bg-encart {
	background-color: #dbdacf !important;
}
.margencart	{
	margin-bottom: 1rem;
}
.bg-encart .portfolio-item {
	margin: 1.2rem auto 1.2rem auto;
}
.bg-encart .portfolio-item {
	margin: auto !important;
}
.bg-carte {
	background-color: #e7e3d6 !important;
}
.text-primary {
	color: #1D809F !important;
}
/*carousel*/
/* Make the image fully responsive */
.carousel-inner img {
	width: 100%;
	height: 100%;
}
/*carousel*/
/* changement d'icônes */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3e%3c/svg%3e")!important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3e%3c/svg%3e")!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;
	opacity: 0.5;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	margin-left: 8px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgb(197,197,197);
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
/*carousel*/
/* button close on modal */
.carou {
	position: relative;
	z-index: 2;
}

/*popover*/
/* classe de note popover */
.notabene {
	background-color: rgb(255,255,0);
	cursor:  pointer;
}

/*diaporama*/
.fond {
	position: relative;
	overflow: hidden;
}
.couche {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.listedia span{
	display: inline-block;
}
.listedia span:hover {
	background-color: yellow;
	cursor: pointer;
}
/*pour correction de texte*/
.corr {
	color: #F72923 !important;
}