@font-face {
 font-family: "Steelfish";
 src: url("../fonts/steelfish_rg.ttf") format("truetype");
}

@font-face {
 font-family: "RobotoBold";
 src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

.construction {
  text-align: center;
  width: 100%;
  font-size: 30px;
}


/*** STYLES ***/
.wrapper {
  width: 100%;
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #955e2d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

p a {
  font-weight: bold;
}

a:hover {
  color: #ceb683;
}

p {
  line-height: 26px;
  color: #4d4d4d;
}

li {
	list-style-type: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #c99b3b;
  text-transform: uppercase;
  padding-top: 40px;
  font-family: RobotoBold, sans-serif;
}

h2 {
  color: #c99b3b;
  text-transform: uppercase;
  font-size: 25px;
  font-family: RobotoBold, sans-serif;
}

.title-grey {
  font-family: RobotoBold, sans-serif;
  color: #666;
  font-size: 22px;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #2fa0f6;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}

.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.button span {
  display: none;
}

@media (min-width: 600px) {
  .button span {
    display: initial;
  }
}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}

/******* CONTENT-HOME *******/
.content-home {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px;
}

/******* HEADER *******/
.band img{
  width: 100%;
	height: 80px;
}

/******* NAVIGATION *******/
.navigation {
	background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: #c69a42;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 10;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 10;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 10;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 10;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}

.navigation__wrapper {
  display: flex;
}

.nav button {
	border: none;
	background-color: transparent;
}

.img-menu {
	width: 100%;
	height: 30px;
	margin-top: 15px;
}

@media (min-width: 600px) {
    .navigation__wrapper {
      	display: flex;
      	justify-content: space-between;
      	align-items: center;
      	padding-top: 0;
      	padding-bottom: 0;
    }

  	.nav__wrapper {
   		display: flex;
    }
}

@media (max-width: 599px) {
    .band img{
      width: 80%;
    }
  	.nav__wrapper {
    	position: absolute;
    	top: 80px;
    	right: 0;
    	left: 0;
      padding-left: 0px;
    	text-align: center;
    	z-index: -1;
    	background-color: #fff;
    	visibility: hidden;
    	opacity: 0;
    	transform: translateY(-100%);
    	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    }
    .nav__wrapper.active {
      	visibility: visible;
      	opacity: 1;
      	transform: translateY(0); 
    } 
   
}

.nav__item a {
  display: block;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
  font-family: Steelfish;
  font-size: 28px;
  color: #6a6263;
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.nav__item a:hover {
  color: #cb9f37;
}

.nav__toggle {
  display: none; }
  @media (max-width: 599px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
    }
}

/******* BANNER *******/
.banner {
  margin-top: 115px;
}

.banner-artiste {
  margin-top: 130px;
}

/******* PRESENTATION *******/
.header-offset:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
visibility: hidden;
}

#projet {
	flex-basis: 100%;
}

#projet p {
	width: 75%;
	margin: 0 auto;
}

/******* MAP *******/
.small {
  font-size: 14px;
}

#content-map {
	flex-basis: 100%;
}

.i4ewOd-pzNkMb-haAclf {
	background-color: red;
}

/*******+ MOMENTS CLE *********/
.moments-cle {
  padding-top: 30px;
  padding-bottom: 30px;
  flex-basis: 100%;
}

/******* ARTISTES *******/
#artistes {
	flex-basis: 100%;
}

.content-title {
	display: flex;
	flex-wrap: wrap;
}

.traits {
	max-width: 30%;
	margin-top: 30px;
}

.content-title h1 {
	flex: 30%;
}

.content-artistes {
	display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.artiste {
  max-width: 25%;
  padding: 30px;
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.artiste:hover {
  opacity: 0.5;
}

img {
  width: 100%;
}

/* Responsive 3 colonnes */
@media (max-width: 900px) {
  .artiste {
    max-width: 33%;
  }
}

/* Responsive 2 colonnes */
@media (max-width: 800px) {
  .artiste {
    max-width: 50%;
  }
}

/* Responsive 1 colonnes */
@media (max-width: 600px) {
  .artiste {
    max-width: 50%;
  }
}

/******* PARTENARIAT *******/
.content-partenariats {
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid black;
  width: 100%;
}

.partenariats {
  display: flex;
  /* flex-wrap: wrap; */
  align-content: flex-start;
  justify-content: flex-start;
}

.content-partenariats p {
  color: #c99b3b;
  text-align: center;
}

.logo-partenaire {
  margin: 15px;
}

@media (max-width: 900px) {
  .partenariats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .partenariats p {
  	flex: 100%;
  	max-width: 100%;
  }
}


/******* CONTENT-ARTISTE*******/
.content-artiste {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px;
}

.bloc-artiste {
	display: flex;
	margin-top: 50px;
}

.picto {
	width: 40px;
	margin-top: 40px;
	margin-right: 10px;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.picto-footer {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
}

.picto:hover {
	opacity: 0.5;
}

.bloc-artiste h2:first-child {
	margin-top: 0px;
}

.img-artiste {
	flex: 40%;
}

.desc-artiste {
	flex: 60%;
	text-align: left;
	padding-left: 50px;
}

.color-ocre {
	color: #c99b3b;
  font-family: Roboto, sans-serif;
}

.content-home .color-ocre {
  font-size: 20px;
  line-height: 30px;
}

.content-btn {
  margin-top: 30px;
  margin-bottom: 50px;
}

.btn-link {
  background-color: #c99b3b;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-family: RobotoBold, sans-serif;
}

.btn-link:hover {
  background-color: #fff;
  border: 1px solid #c99b3b;
  color: #c99b3b;
}

/******* FOOTER *******/
footer {
	text-align: center;
  background-color: #c99b3b;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer p {
  color: #fff;
}

.footer02 {
  display: flex;
}

.footer-center p {
  font-size: 12px;
}

.footer-center p a {
  color: #955e2d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-center p a:hover {
  color: #fff;
}


/******* MEDIA QUERIES *******/
@media (max-width: 800px) {
  .bloc-artiste {flex-wrap: wrap;}
  .img-artiste {flex: 100%;}
  .logo-partenaire {margin: -10px;}
  .logo-partenaire img {width: 50%;}
  .desc-artiste {flex: 100%; text-align: center; padding-left: 0px; padding-top: 50px;}
}

@media (max-width: 600px) {
   .nav__item a {padding: 2.5rem 1rem;font-size: 40px;}
  #projet p {width: 100%;}
  .traits {display: none;}
  .artiste {padding: 10px;}
  .content-partenariats {margin-left: 0px; margin-right: 0px;}
  footer {display: flex; flex-wrap: wrap;}
  .footer01 {padding-bottom: 30px;}
  .footer02 {display: initial;}
  .footer01, .footer-center, .footer02 {flex: 100%;}
  .picto-footer {margin-left: 5px; margin-right: 5px; margin-top: -10px;}
  .banner-artiste {margin-top: 90px;}
}

@media (max-width: 400px) {
  .band img{width: 60%;}
  .content-artiste {margin: 0px;}
}


/*** GOOGLE MAPS ***/

.maps iframe{
    pointer-events: none;
}

/*** TINY SLIDER ***/

.tns-outer > [data-action] {
  display: none;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #999;
}
