

@font-face {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

@font-face {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}



h1,
.h1,
h2,
.h2,
.fw-bold {
	font-family: Nunito Sans;
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
	font-family: Nunito Sans;
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
	font-family: Nunito Sans;
    font-weight: 500 !important;
}


hr {
}


:root {
	--primary: #348E38;
	--secondary: #525368;
	--light: #E8F5E9;
	--dark: #0F4229;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}



/*** BRUSHED ***/
/* Le background n'est affiché que sur les gros écrans */
@media only screen and (min-width: 768px) {
    .brushed {
		background-image: url("/assets/skartet/brush.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-blend-mode: screen;
    }
}

@media (max-width: 768px) {
    .brushed {
		background-image: none;
    }
}


html,
body {
	font-family: "Open Sans",sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #e6d8c5;
}


section {
	display: flex;
	flex-direction: column ;
	justify-content: center;
	background-color: #6D6550;
}


/*** SKARTET ***/
section.header {
	
	height: 115vh;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	
	justify-content: flex-end;
}

section.header .shadowDiv {
	height: 60vh;
	background: linear-gradient(rgba(0,0,0,0) 10%, rgba(0,0,0,0.8));
}

section.header .title {
	text-align: center;
	animation-duration: 4s; /* don't forget to set a duration! */
	background-color: #e6d8c5;
    background-image: linear-gradient(10deg, #f7883a 42%, #e6d8c5 60%);
	//background-image: linear-gradient(180deg, #f7883a 25%, #e6d8c5 40% 50%, #f7883a 80%);
    background-size: 100%;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.6));
}

section.header .skartet {
	font-family: "Titan One", sans-serif;
	font-weight: 100 !important;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
		color: white;
    }
}

/*** TEXT de présentation ***/
section.text {
	max-width: 100%;
	justify-content: center;
}

section.text img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section.text .presentation {
	display: table;
}



section.text .presentation > div {
	display: table-cell;
	vertical-align: middle;
}


/*** Parallax ***/
div.video, div.contact {
	background: rgba(0, 0, 0, .6);
}


/*@media (min-width: 991.98px) {
   div.video .row {
		justify-content: space-around;
	}
}*/


/*** Video ***/
div.video .row {
	justify-content: space-around;
}

div.video .row img:hover {
	transform: scale(1);
	transition: .3s;
	filter: brightness(1);
	/* Glow effect */
	-webkit-box-shadow:0px 0px 17px 10px rgba(143,71,7,0.49);
	-moz-box-shadow: 0px 0px 17px 10px rgba(143,71,7,0.49);
	box-shadow: 0px 0px 17px 10px rgba(143,71,7,0.49);
}

div.video .row img {
	transform: scale(0.95);
	transition: .3s;
	filter: brightness(60%);
}



/*** MUSICIEN ***/

section.musiciens div.picRow {
	justify-content: space-around;
}
section.musiciens div.picRow > div {
	align-self: center;
}

/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 100px) {	/* taille batarde */
    .team-item {
        font-size: 0.8rem;
    }
}
@media (min-width: 422px) {	/* taille batarde */
    .team-item {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .team-item {
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .team-item {
        font-size: 1rem;
    }
}


.team-item .team-text {
	position: absolute;
	width: 100%;
    //width: calc(100% - 45px);
    left: -100%;
    bottom: 0px;
    padding: 1rem;
	background: linear-gradient(90deg, rgba(247,136,58), rgba(0,0,0,0.5));
    border-radius: 0 4px 4px 0;
    opacity: 1;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}


.team-item .shadowed {
	text-shadow: 1px 1px 1px #171717;
}

.team-item .team-social .btn {
    background:rgba(255,146,71, 0.28);
    color: black;
	border: 1px solid rgba(0, 0, 0, 0.65);
}

.team-item .team-social .btn:hover {
    background: rgba(255,146,71, 0.65);
	border: 1px solid #E6D8C5;
	color: inherit;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item .img-fluid.portrait {
	//max-width: 65%;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 0.6;
}


/*** Contact ***/
div.contact .container > .row {
	justify-content: center;
}
.contactForm {
	background-color: #4b572ad6;
}

.contactForm input.bg-light,
.contactForm textarea.bg-light {
	background-color: #6877417A !important;
}


.contactForm input:focus,
.contactForm textarea:focus {
	border-color: #FF0000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #abbf79;
	color: #e6d8c5;
}

.contactForm input,
.contactForm textarea {
	color: #e6d8c5;
}

.contactForm input,
.contactForm textarea {
	color: #e6d8c5;
}

.btn {
	color : #e6d8c5;
	background-color : #283e0d;
	border: 1px solid #252d1c;
}

.btn:hover,
.btn:focus {
	color : #e6d8c5;
	background-color : #283e0d;
	border: 1px solid #252d1c;
}



/*** Footer ***/


/*.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}*/



/*********************************************************************/
/*                     	MODAL             					         */
/*********************************************************************/

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
  }

.modal-body {
	position:relative;
	padding:0px;
}
.btn-close {
	position:absolute;
	right:-30px;
	top:0;
}

.modal-header.lead {
	color : #331100;
	font-weight: bold;
	background-color : Peru;
	border-bottom: 2px solid SaddleBrown;
	margin-bottom: 5px;
}

.modal-content {
	background-color : #FFCC66;
}

.modal-footer {
	color : #331100 ;
	background-color : #FFCC66;
	border-top: 0px;
	padding-top: 0px;
	font-family: rimouski;
}



.modal-header.lead {
	color : #110500;
	background-color : #ff3330;
	border-bottom: 2px solid #b30000;
	margin-bottom: 5px;
	font-weight: bold;
}

.error .modal-content {
	background-color : #ff6969;
	color : #111;
}

.error .modal-footer {
	color : #110500;
	background-color : #ff6969;
	border-top: 0px;
	padding-top: 0px;
	font-family: rimouski;
}


.success .modal-header.lead {
	color : #001a00;
	background-color : #00cc44;
	border-bottom: 2px solid #003300;
	margin-bottom: 5px;
	font-weight: bold;
}

.success .modal-content {
	background-color : #99ff99;
	color : #111;
}

.success .modal-footer {
	color : #001a00;
	background-color : #99ff99;
	border-top: 0px;
	padding-top: 0px;
	font-family: rimouski;
}


/* On centre les boite de dialogue quand l'écran est large */
@media only screen and (min-width: 768px) {
	.success .modal,
	.error .modal {
		text-align: center;
	}

	.success .modal:before,
	.error .modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.success .modal-dialog,
	.error .modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
}

@media (max-width: 768px) {
	.success .modal-dialog,
	.error .modal-dialog {
		padding-top : 50px;
	}
}

